Started by user Stephan Wahlbrink Running as Stephan Wahlbrink Resume disabled by user, switching to high-performance, low-durability mode. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent default-agent-pl0dx is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-pl0dx" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.statet.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-pl0dx" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-pl0dx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.statet.svc.cluster.local/statet/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:d7df679b5f7337f1bf77922400a148b80e3c483ccba72933a18f0c87be98f8b1" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-statet" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Running on default-agent-pl0dx in /home/jenkins/agent/workspace/statet-4.0.x-r [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] echo Build release branch= releases/4.0.2.201910101100-r timestamp= 201910101100-r [Pipeline] script [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet [Pipeline] { [Pipeline] checkout using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git > git init /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git > git --version # timeout=10 using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git +refs/heads/*:refs/remotes/origin/* Checking out Revision 96607b4ce742bb67d3f60722811799533f015b46 (releases/4.0.2.201910101100-r) Commit message: "Release 4.0.2 (201910101100-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git +refs/heads/*:refs/remotes/origin/* > git rev-parse releases/4.0.2.201910101100-r^{commit} # timeout=10 > git rev-parse refs/remotes/origin/releases/4.0.2.201910101100-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 96607b4ce742bb67d3f60722811799533f015b46 [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons [Pipeline] { [Pipeline] checkout using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Checking out Revision 3e143057aaad7da283b3f9786d5ae45567fd5a81 (releases/4.0.2.201910101100-r) Commit message: "Release 4.0.2 (201910101100-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet [Pipeline] { [Pipeline] checkout using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git > git init /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git > git --version # timeout=10 using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git +refs/heads/*:refs/remotes/origin/* > git rev-parse releases/4.0.2.201910101100-r^{commit} # timeout=10 > git rev-parse refs/remotes/origin/releases/4.0.2.201910101100-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e143057aaad7da283b3f9786d5ae45567fd5a81 Checking out Revision 918cac68d77270f7698e341121d903d32f502c23 (releases/4.0.2.201910101100-r) Commit message: "Release 4.0.2 (201910101100-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils [Pipeline] { [Pipeline] checkout using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git > git init /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git > git --version # timeout=10 using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git +refs/heads/*:refs/remotes/origin/* > git rev-parse releases/4.0.2.201910101100-r^{commit} # timeout=10 > git rev-parse refs/remotes/origin/releases/4.0.2.201910101100-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 918cac68d77270f7698e341121d903d32f502c23 Checking out Revision 73e7eb400f18fb5140f4e0e8a0082f1dd00c31e9 (releases/4.0.2.201910101100-r) Commit message: "Release 4.0.2 (201910101100-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk [Pipeline] { [Pipeline] checkout using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Checking out Revision b2251cfda62e17cd84b47b74bcc68accaaffb219 (releases/4.0.2.201910101100-r) Commit message: "Release 4.0.2 (201910101100-r)" First time build. Skipping changelog. Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git > git init /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git > git --version # timeout=10 using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git +refs/heads/*:refs/remotes/origin/* > git rev-parse releases/4.0.2.201910101100-r^{commit} # timeout=10 > git rev-parse refs/remotes/origin/releases/4.0.2.201910101100-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 73e7eb400f18fb5140f4e0e8a0082f1dd00c31e9 [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r [Pipeline] { [Pipeline] checkout using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git > git init /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git > git --version # timeout=10 using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git +refs/heads/*:refs/remotes/origin/* > git rev-parse releases/4.0.2.201910101100-r^{commit} # timeout=10 > git rev-parse refs/remotes/origin/releases/4.0.2.201910101100-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2251cfda62e17cd84b47b74bcc68accaaffb219 Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git > git init /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git > git --version # timeout=10 using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git +refs/heads/*:refs/remotes/origin/* Checking out Revision a42b5e183c1896ff810c865acb46d761e6320d57 (releases/4.0.2.201910101100-r) Commit message: "Release 4.0.2 (201910101100-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj [Pipeline] { [Pipeline] checkout > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git +refs/heads/*:refs/remotes/origin/* > git rev-parse releases/4.0.2.201910101100-r^{commit} # timeout=10 > git rev-parse refs/remotes/origin/releases/4.0.2.201910101100-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42b5e183c1896ff810c865acb46d761e6320d57 using credential git.eclipse.org-bot-ssh Cloning the remote Git repository Checking out Revision 3cf3eb9ad9cf438c71d884f1d3dfa14e0a821064 (releases/4.0.2.201910101100-r) Commit message: "Release 4.0.2 (201910101100-r)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git > git init /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git > git --version # timeout=10 using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git using GIT_SSH to set credentials ssh://genie.statet@git.eclipse.org > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git +refs/heads/*:refs/remotes/origin/* > git rev-parse releases/4.0.2.201910101100-r^{commit} # timeout=10 > git rev-parse refs/remotes/origin/releases/4.0.2.201910101100-r^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cf3eb9ad9cf438c71d884f1d3dfa14e0a821064 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build 'statet') [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn -f org.eclipse.statet/statet-pom.xml verify -P eclipse-sign '-Dstatet.dependencies.url=https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository' '-Dtycho.localArtifacts=ignore' '-Dstatet.build.timestamp=201910101100-r' '-Dassembly.tarLongFileMode=posix' '-Dmaven.test.failure.ignore=true' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.2.0/tycho-pomless-1.2.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.2.0/tycho-pomless-1.2.0.pom (2.1 kB at 12 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.2.0/tycho-extras-1.2.0.pom (14 kB at 401 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.pom (1.2 kB at 37 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.1.5/polyglot-0.1.5.pom (6.5 kB at 271 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom (13 kB at 667 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1/40 kB Progress (1): 7.7/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 24/40 kB Progress (1): 28/40 kB Progress (1): 32/40 kB Progress (1): 36/40 kB Progress (1): 40/40 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 669 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.2.0/tycho-pomless-1.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/1.2.0/tycho-pomless-1.2.0.jar (9.3 kB at 343 kB/s) Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar (27 kB at 650 kB/s) [INFO] Scanning for projects... /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.build.properties Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-parent/2.1.9.RELEASE/spring-boot-starter-parent-2.1.9.RELEASE.pom Progress (1): 4.1/9.5 kB Progress (1): 7.7/9.5 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-parent/2.1.9.RELEASE/spring-boot-starter-parent-2.1.9.RELEASE.pom (9.5 kB at 264 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/2.1.9.RELEASE/spring-boot-dependencies-2.1.9.RELEASE.pom Progress (1): 4.1/123 kB Progress (1): 7.7/123 kB Progress (1): 12/123 kB Progress (1): 16/123 kB Progress (1): 20/123 kB Progress (1): 24/123 kB Progress (1): 28/123 kB Progress (1): 32/123 kB Progress (1): 33/123 kB Progress (1): 37/123 kB Progress (1): 41/123 kB Progress (1): 45/123 kB Progress (1): 49/123 kB Progress (1): 53/123 kB Progress (1): 57/123 kB Progress (1): 61/123 kB Progress (1): 65/123 kB Progress (1): 66/123 kB Progress (1): 70/123 kB Progress (1): 74/123 kB Progress (1): 78/123 kB Progress (1): 82/123 kB Progress (1): 86/123 kB Progress (1): 90/123 kB Progress (1): 94/123 kB Progress (1): 98/123 kB Progress (1): 102/123 kB Progress (1): 106/123 kB Progress (1): 110/123 kB Progress (1): 114/123 kB Progress (1): 118/123 kB Progress (1): 122/123 kB Progress (1): 123 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/2.1.9.RELEASE/spring-boot-dependencies-2.1.9.RELEASE.pom (123 kB at 2.2 MB/s) /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.build.properties /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.build.properties Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 64 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 497 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 113 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 207 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 591 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 546 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 346 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 95 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 138 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 672 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 484 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 55 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 74 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 27 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 119 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 467 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 140 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 252 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 247 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 155 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 288 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 214 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 69 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 168 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 80 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 61 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 222 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 336 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 148 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 541 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 130 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 410 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 75 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 95 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 266 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 119 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 133 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 189 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 318 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 282 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 394 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 523 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 391 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 409 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 33/68 kB Progress (1): 37/68 kB Progress (1): 41/68 kB Progress (1): 45/68 kB Progress (1): 49/68 kB Progress (1): 53/68 kB Progress (1): 57/68 kB Progress (1): 61/68 kB Progress (1): 65/68 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.9 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 560 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 82 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 551 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 519 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 61 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 35 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 33 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 28 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 49 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 209 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 62 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 27 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 109 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 118 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 354 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 953 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 128 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 32 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Progress (2): 5.6 kB | 4.1/47 kB Progress (2): 5.6 kB | 7.7/47 kB Progress (3): 5.6 kB | 7.7/47 kB | 4.1/202 kB Progress (3): 5.6 kB | 7.7/47 kB | 7.7/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 151 kB/s) Progress (3): 7.7/47 kB | 7.7/202 kB | 4.1/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (3): 12/47 kB | 7.7/202 kB | 4.1/527 kB Progress (4): 12/47 kB | 7.7/202 kB | 4.1/527 kB | 4.1/165 kB Progress (4): 16/47 kB | 7.7/202 kB | 4.1/527 kB | 4.1/165 kB Progress (4): 16/47 kB | 12/202 kB | 4.1/527 kB | 4.1/165 kB Progress (4): 16/47 kB | 12/202 kB | 7.7/527 kB | 4.1/165 kB Progress (4): 16/47 kB | 16/202 kB | 7.7/527 kB | 4.1/165 kB Progress (4): 20/47 kB | 16/202 kB | 7.7/527 kB | 4.1/165 kB Progress (4): 20/47 kB | 16/202 kB | 7.7/527 kB | 7.7/165 kB Progress (4): 24/47 kB | 16/202 kB | 7.7/527 kB | 7.7/165 kB Progress (4): 24/47 kB | 20/202 kB | 7.7/527 kB | 7.7/165 kB Progress (4): 28/47 kB | 20/202 kB | 7.7/527 kB | 7.7/165 kB Progress (4): 28/47 kB | 24/202 kB | 7.7/527 kB | 7.7/165 kB Progress (4): 32/47 kB | 24/202 kB | 7.7/527 kB | 7.7/165 kB Progress (4): 36/47 kB | 24/202 kB | 7.7/527 kB | 7.7/165 kB Progress (4): 40/47 kB | 24/202 kB | 7.7/527 kB | 7.7/165 kB Progress (4): 40/47 kB | 24/202 kB | 7.7/527 kB | 12/165 kB Progress (4): 40/47 kB | 24/202 kB | 7.7/527 kB | 16/165 kB Progress (5): 40/47 kB | 24/202 kB | 7.7/527 kB | 16/165 kB | 4.1/38 kB Progress (5): 40/47 kB | 24/202 kB | 7.7/527 kB | 16/165 kB | 7.7/38 kB Progress (5): 40/47 kB | 24/202 kB | 7.7/527 kB | 16/165 kB | 12/38 kB Progress (5): 40/47 kB | 28/202 kB | 7.7/527 kB | 16/165 kB | 12/38 kB Progress (5): 40/47 kB | 28/202 kB | 7.7/527 kB | 16/165 kB | 16/38 kB Progress (5): 40/47 kB | 32/202 kB | 7.7/527 kB | 16/165 kB | 16/38 kB Progress (5): 40/47 kB | 32/202 kB | 7.7/527 kB | 16/165 kB | 20/38 kB Progress (5): 40/47 kB | 32/202 kB | 7.7/527 kB | 16/165 kB | 24/38 kB Progress (5): 40/47 kB | 32/202 kB | 7.7/527 kB | 16/165 kB | 28/38 kB Progress (5): 40/47 kB | 32/202 kB | 7.7/527 kB | 16/165 kB | 32/38 kB Progress (5): 40/47 kB | 32/202 kB | 7.7/527 kB | 16/165 kB | 36/38 kB Progress (5): 40/47 kB | 32/202 kB | 7.7/527 kB | 16/165 kB | 38 kB Progress (5): 40/47 kB | 36/202 kB | 7.7/527 kB | 16/165 kB | 38 kB Progress (5): 40/47 kB | 40/202 kB | 7.7/527 kB | 16/165 kB | 38 kB Progress (5): 40/47 kB | 44/202 kB | 7.7/527 kB | 16/165 kB | 38 kB Progress (5): 40/47 kB | 48/202 kB | 7.7/527 kB | 16/165 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 548 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (4): 40/47 kB | 52/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 56/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 60/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 64/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 68/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 72/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 76/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 80/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 84/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 88/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 92/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 96/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 100/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 104/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 108/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 112/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 116/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 120/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 124/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 128/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 132/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 136/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 140/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 144/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 148/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 152/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 156/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 160/202 kB | 7.7/527 kB | 16/165 kB Progress (4): 40/47 kB | 164/202 kB | 7.7/527 kB | 16/165 kB Progress (5): 40/47 kB | 164/202 kB | 7.7/527 kB | 16/165 kB | 4.1/30 kB Progress (5): 40/47 kB | 168/202 kB | 7.7/527 kB | 16/165 kB | 4.1/30 kB Progress (5): 40/47 kB | 168/202 kB | 7.7/527 kB | 16/165 kB | 7.7/30 kB Progress (5): 40/47 kB | 172/202 kB | 7.7/527 kB | 16/165 kB | 7.7/30 kB Progress (5): 40/47 kB | 172/202 kB | 7.7/527 kB | 16/165 kB | 12/30 kB Progress (5): 40/47 kB | 176/202 kB | 7.7/527 kB | 16/165 kB | 12/30 kB Progress (5): 40/47 kB | 176/202 kB | 7.7/527 kB | 16/165 kB | 16/30 kB Progress (5): 40/47 kB | 180/202 kB | 7.7/527 kB | 16/165 kB | 16/30 kB Progress (5): 40/47 kB | 180/202 kB | 7.7/527 kB | 16/165 kB | 20/30 kB Progress (5): 40/47 kB | 184/202 kB | 7.7/527 kB | 16/165 kB | 20/30 kB Progress (5): 40/47 kB | 184/202 kB | 7.7/527 kB | 16/165 kB | 24/30 kB Progress (5): 40/47 kB | 188/202 kB | 7.7/527 kB | 16/165 kB | 24/30 kB Progress (5): 40/47 kB | 188/202 kB | 7.7/527 kB | 16/165 kB | 28/30 kB Progress (5): 40/47 kB | 192/202 kB | 7.7/527 kB | 16/165 kB | 28/30 kB Progress (5): 40/47 kB | 192/202 kB | 7.7/527 kB | 16/165 kB | 30 kB Progress (5): 40/47 kB | 196/202 kB | 7.7/527 kB | 16/165 kB | 30 kB Progress (5): 40/47 kB | 200/202 kB | 7.7/527 kB | 16/165 kB | 30 kB Progress (5): 40/47 kB | 202 kB | 7.7/527 kB | 16/165 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 338 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 4.1/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 7.7/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 12/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 16/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 20/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 24/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 28/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 32/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 36/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 40/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 44/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 48/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 52/52 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 4.1/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 7.7/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 12/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 16/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 20/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 24/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 28/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 32/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 36/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 40/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 44/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 48/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 52/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 56/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 60/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 64/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 68/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 72/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 76/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 80/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 84/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 88/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 92/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 96/148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 52 kB | 98/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 455 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 102/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 106/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 110/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 114/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 118/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 122/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 126/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 130/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 134/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 138/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 142/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 146/148 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 4.1/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 7.7/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 12/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 16/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 20/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 24/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 28/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 32/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 36/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 40/51 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 148 kB | 44/51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 48/51 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 374 kB/s) Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 4.1/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 7.7/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 12/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 16/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 20/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 24/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 28/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 32/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 33/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 37/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 41/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 45/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 49/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 53/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 57/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 61/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 65/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 66/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 70/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 74/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 78/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 82/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 86/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 90/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 94/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 98/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 102/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 106/106 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 704 kB/s) Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 4.1/14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 7.7/14 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 12/14 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB | 4.1/74 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB | 7.7/74 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB | 12/74 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB | 16/74 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB | 20/74 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB | 24/74 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB | 28/74 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 14 kB | 32/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 85 kB/s) Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 36/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 40/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 44/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 48/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 52/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 56/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 60/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 64/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 68/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 72/74 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB | 4.1/108 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB | 7.7/108 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB | 12/108 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB | 16/108 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB | 20/108 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB | 24/108 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB | 28/108 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 74 kB | 32/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 421 kB/s) Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 36/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 40/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 44/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 48/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 52/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 56/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 60/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 64/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 68/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 72/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 76/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 80/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 84/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 88/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 92/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 96/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 100/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 104/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 108/108 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 4.1/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 7.7/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 12/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 16/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 20/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 24/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 28/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 32/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 33/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 37/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 41/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 45/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 108 kB | 49/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 574 kB/s) Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 53/202 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 57/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 61/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 65/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 69/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 73/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 77/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 81/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 85/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 89/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 93/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 97/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 101/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 105/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 109/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 113/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 117/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 121/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 125/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 129/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 133/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 137/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 141/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 145/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 149/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 153/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 157/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 161/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 165/202 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 169/202 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 169/202 kB | 4.1/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 173/202 kB | 4.1/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 173/202 kB | 7.7/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 177/202 kB | 7.7/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 177/202 kB | 12/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 181/202 kB | 12/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 181/202 kB | 16/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 185/202 kB | 16/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 185/202 kB | 20/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 189/202 kB | 20/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 189/202 kB | 24/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 193/202 kB | 24/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 193/202 kB | 28/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 197/202 kB | 28/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 197/202 kB | 32/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 201/202 kB | 32/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 201/202 kB | 33/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 33/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 37/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 41/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 45/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 49/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 53/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 57/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 61/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 65/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 66/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 70/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 74/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 78/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 82/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 86/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 90/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 94/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 98/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 98/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 102/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 106/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 110/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 114/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 118/153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 202 kB | 122/153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 970 kB/s) Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 126/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 130/153 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 134/153 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 138/153 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 142/153 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 146/153 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 150/153 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 4.1/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 7.7/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 12/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 16/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 20/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 24/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 28/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 32/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 36/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 153 kB | 40/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 680 kB/s) Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 44/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 48/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 52/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 56/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 60/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 64/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 68/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 72/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 76/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 80/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 84/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 88/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 92/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 96/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 100/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 104/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 108/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 112/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 116/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 120/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 124/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 128/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 132/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 136/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 140/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 144/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 148/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 152/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 156/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 160/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 164/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 168/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 172/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 176/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 180/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 184/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 188/472 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 188/472 kB | 4.1/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 192/472 kB | 4.1/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 192/472 kB | 7.7/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 196/472 kB | 7.7/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 196/472 kB | 12/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 200/472 kB | 12/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 200/472 kB | 16/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 204/472 kB | 16/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 204/472 kB | 20/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 208/472 kB | 20/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 208/472 kB | 24/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 212/472 kB | 24/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 212/472 kB | 28/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 216/472 kB | 28/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 216/472 kB | 32/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 220/472 kB | 32/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 220/472 kB | 36/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 224/472 kB | 36/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 224/472 kB | 40/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 228/472 kB | 40/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 228/472 kB | 44/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 232/472 kB | 44/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 232/472 kB | 48/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 236/472 kB | 48/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 236/472 kB | 52/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 240/472 kB | 52/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 240/472 kB | 56/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 244/472 kB | 56/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 244/472 kB | 60/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 248/472 kB | 60/61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 248/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 252/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 256/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 260/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 264/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 268/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 272/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 276/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 280/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 284/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 288/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 292/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 296/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 300/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 304/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 308/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 312/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 316/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 320/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 324/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 328/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 332/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 336/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 340/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 344/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 348/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 352/472 kB | 61 kB Progress (5): 40/47 kB | 7.7/527 kB | 16/165 kB | 356/472 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 245 kB/s) Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 360/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 364/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 368/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 372/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 376/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 380/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 384/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 388/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 392/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 396/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 400/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 404/472 kB Progress (4): 40/47 kB | 7.7/527 kB | 16/165 kB | 408/472 kB Progress (4): 40/47 kB | 12/527 kB | 16/165 kB | 408/472 kB Progress (4): 40/47 kB | 12/527 kB | 16/165 kB | 412/472 kB Progress (4): 40/47 kB | 16/527 kB | 16/165 kB | 412/472 kB Progress (4): 40/47 kB | 16/527 kB | 16/165 kB | 416/472 kB Progress (4): 40/47 kB | 16/527 kB | 16/165 kB | 420/472 kB Progress (4): 40/47 kB | 16/527 kB | 16/165 kB | 424/472 kB Progress (4): 40/47 kB | 16/527 kB | 16/165 kB | 428/472 kB Progress (4): 40/47 kB | 16/527 kB | 16/165 kB | 432/472 kB Progress (4): 44/47 kB | 16/527 kB | 16/165 kB | 432/472 kB Progress (4): 44/47 kB | 16/527 kB | 16/165 kB | 436/472 kB Progress (4): 47 kB | 16/527 kB | 16/165 kB | 436/472 kB Progress (4): 47 kB | 16/527 kB | 16/165 kB | 440/472 kB Progress (4): 47 kB | 16/527 kB | 16/165 kB | 444/472 kB Progress (4): 47 kB | 16/527 kB | 16/165 kB | 448/472 kB Progress (4): 47 kB | 16/527 kB | 16/165 kB | 452/472 kB Progress (4): 47 kB | 16/527 kB | 16/165 kB | 456/472 kB Progress (4): 47 kB | 16/527 kB | 16/165 kB | 460/472 kB Progress (4): 47 kB | 16/527 kB | 16/165 kB | 464/472 kB Progress (4): 47 kB | 20/527 kB | 16/165 kB | 464/472 kB Progress (4): 47 kB | 20/527 kB | 16/165 kB | 468/472 kB Progress (4): 47 kB | 20/527 kB | 20/165 kB | 468/472 kB Progress (4): 47 kB | 24/527 kB | 20/165 kB | 468/472 kB Progress (4): 47 kB | 24/527 kB | 24/165 kB | 468/472 kB Progress (4): 47 kB | 24/527 kB | 24/165 kB | 472/472 kB Progress (4): 47 kB | 24/527 kB | 28/165 kB | 472/472 kB Progress (4): 47 kB | 24/527 kB | 28/165 kB | 472 kB Progress (4): 47 kB | 24/527 kB | 32/165 kB | 472 kB Progress (4): 47 kB | 28/527 kB | 32/165 kB | 472 kB Progress (4): 47 kB | 32/527 kB | 32/165 kB | 472 kB Progress (4): 47 kB | 36/527 kB | 32/165 kB | 472 kB Progress (4): 47 kB | 36/527 kB | 36/165 kB | 472 kB Progress (4): 47 kB | 40/527 kB | 36/165 kB | 472 kB Progress (4): 47 kB | 40/527 kB | 40/165 kB | 472 kB Progress (4): 47 kB | 44/527 kB | 40/165 kB | 472 kB Progress (4): 47 kB | 48/527 kB | 40/165 kB | 472 kB Progress (4): 47 kB | 48/527 kB | 44/165 kB | 472 kB Progress (4): 47 kB | 52/527 kB | 44/165 kB | 472 kB Progress (4): 47 kB | 52/527 kB | 48/165 kB | 472 kB Progress (4): 47 kB | 56/527 kB | 48/165 kB | 472 kB Progress (5): 47 kB | 56/527 kB | 48/165 kB | 472 kB | 4.1/46 kB Progress (5): 47 kB | 56/527 kB | 48/165 kB | 472 kB | 7.7/46 kB Progress (5): 47 kB | 60/527 kB | 48/165 kB | 472 kB | 7.7/46 kB Progress (5): 47 kB | 60/527 kB | 48/165 kB | 472 kB | 12/46 kB Progress (5): 47 kB | 60/527 kB | 52/165 kB | 472 kB | 12/46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 177 kB/s) Progress (4): 60/527 kB | 52/165 kB | 472 kB | 16/46 kB Progress (4): 64/527 kB | 52/165 kB | 472 kB | 16/46 kB Progress (4): 64/527 kB | 52/165 kB | 472 kB | 20/46 kB Progress (4): 68/527 kB | 52/165 kB | 472 kB | 20/46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (4): 68/527 kB | 56/165 kB | 472 kB | 20/46 kB Progress (4): 72/527 kB | 56/165 kB | 472 kB | 20/46 kB Progress (4): 72/527 kB | 60/165 kB | 472 kB | 20/46 kB Progress (4): 76/527 kB | 60/165 kB | 472 kB | 20/46 kB Progress (4): 76/527 kB | 60/165 kB | 472 kB | 24/46 kB Progress (4): 80/527 kB | 60/165 kB | 472 kB | 24/46 kB Progress (4): 80/527 kB | 64/165 kB | 472 kB | 24/46 kB Progress (4): 84/527 kB | 64/165 kB | 472 kB | 24/46 kB Progress (4): 84/527 kB | 64/165 kB | 472 kB | 28/46 kB Progress (4): 88/527 kB | 64/165 kB | 472 kB | 28/46 kB Progress (4): 88/527 kB | 68/165 kB | 472 kB | 28/46 kB Progress (4): 92/527 kB | 68/165 kB | 472 kB | 28/46 kB Progress (4): 92/527 kB | 68/165 kB | 472 kB | 32/46 kB Progress (4): 96/527 kB | 68/165 kB | 472 kB | 32/46 kB Progress (4): 96/527 kB | 68/165 kB | 472 kB | 36/46 kB Progress (4): 100/527 kB | 68/165 kB | 472 kB | 36/46 kB Progress (4): 100/527 kB | 72/165 kB | 472 kB | 36/46 kB Progress (4): 104/527 kB | 72/165 kB | 472 kB | 36/46 kB Progress (4): 104/527 kB | 72/165 kB | 472 kB | 40/46 kB Progress (4): 108/527 kB | 72/165 kB | 472 kB | 40/46 kB Progress (4): 108/527 kB | 76/165 kB | 472 kB | 40/46 kB Progress (4): 112/527 kB | 76/165 kB | 472 kB | 40/46 kB Progress (4): 112/527 kB | 76/165 kB | 472 kB | 44/46 kB Progress (4): 116/527 kB | 76/165 kB | 472 kB | 44/46 kB Progress (4): 116/527 kB | 80/165 kB | 472 kB | 44/46 kB Progress (4): 120/527 kB | 80/165 kB | 472 kB | 44/46 kB Progress (4): 120/527 kB | 84/165 kB | 472 kB | 44/46 kB Progress (4): 124/527 kB | 84/165 kB | 472 kB | 44/46 kB Progress (4): 124/527 kB | 84/165 kB | 472 kB | 46 kB Progress (4): 128/527 kB | 84/165 kB | 472 kB | 46 kB Progress (4): 128/527 kB | 88/165 kB | 472 kB | 46 kB Progress (4): 132/527 kB | 88/165 kB | 472 kB | 46 kB Progress (4): 132/527 kB | 92/165 kB | 472 kB | 46 kB Progress (4): 136/527 kB | 92/165 kB | 472 kB | 46 kB Progress (4): 136/527 kB | 96/165 kB | 472 kB | 46 kB Progress (4): 140/527 kB | 96/165 kB | 472 kB | 46 kB Progress (4): 140/527 kB | 100/165 kB | 472 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.7 MB/s) Progress (3): 140/527 kB | 104/165 kB | 46 kB Progress (3): 144/527 kB | 104/165 kB | 46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (3): 148/527 kB | 104/165 kB | 46 kB Progress (3): 148/527 kB | 108/165 kB | 46 kB Progress (3): 152/527 kB | 108/165 kB | 46 kB Progress (3): 152/527 kB | 112/165 kB | 46 kB Progress (3): 156/527 kB | 112/165 kB | 46 kB Progress (3): 160/527 kB | 112/165 kB | 46 kB Progress (3): 160/527 kB | 116/165 kB | 46 kB Progress (3): 164/527 kB | 116/165 kB | 46 kB Progress (3): 164/527 kB | 120/165 kB | 46 kB Progress (3): 168/527 kB | 120/165 kB | 46 kB Progress (3): 168/527 kB | 124/165 kB | 46 kB Progress (3): 172/527 kB | 124/165 kB | 46 kB Progress (3): 172/527 kB | 128/165 kB | 46 kB Progress (3): 176/527 kB | 128/165 kB | 46 kB Progress (3): 176/527 kB | 132/165 kB | 46 kB Progress (3): 180/527 kB | 132/165 kB | 46 kB Progress (3): 180/527 kB | 136/165 kB | 46 kB Progress (3): 184/527 kB | 136/165 kB | 46 kB Progress (3): 184/527 kB | 140/165 kB | 46 kB Progress (3): 188/527 kB | 140/165 kB | 46 kB Progress (3): 188/527 kB | 144/165 kB | 46 kB Progress (3): 192/527 kB | 144/165 kB | 46 kB Progress (3): 192/527 kB | 148/165 kB | 46 kB Progress (3): 196/527 kB | 148/165 kB | 46 kB Progress (4): 196/527 kB | 148/165 kB | 46 kB | 4.1/29 kB Progress (4): 196/527 kB | 152/165 kB | 46 kB | 4.1/29 kB Progress (4): 196/527 kB | 152/165 kB | 46 kB | 7.7/29 kB Progress (4): 200/527 kB | 152/165 kB | 46 kB | 7.7/29 kB Progress (4): 200/527 kB | 156/165 kB | 46 kB | 7.7/29 kB Progress (4): 204/527 kB | 156/165 kB | 46 kB | 7.7/29 kB Progress (4): 204/527 kB | 156/165 kB | 46 kB | 12/29 kB Progress (4): 204/527 kB | 160/165 kB | 46 kB | 12/29 kB Progress (4): 204/527 kB | 160/165 kB | 46 kB | 16/29 kB Progress (4): 208/527 kB | 160/165 kB | 46 kB | 16/29 kB Progress (4): 208/527 kB | 160/165 kB | 46 kB | 20/29 kB Progress (4): 212/527 kB | 160/165 kB | 46 kB | 20/29 kB Progress (4): 212/527 kB | 164/165 kB | 46 kB | 20/29 kB Progress (4): 216/527 kB | 164/165 kB | 46 kB | 20/29 kB Progress (4): 216/527 kB | 164/165 kB | 46 kB | 24/29 kB Progress (4): 220/527 kB | 164/165 kB | 46 kB | 24/29 kB Progress (4): 220/527 kB | 165 kB | 46 kB | 24/29 kB Progress (4): 224/527 kB | 165 kB | 46 kB | 24/29 kB Progress (4): 224/527 kB | 165 kB | 46 kB | 28/29 kB Progress (4): 228/527 kB | 165 kB | 46 kB | 28/29 kB Progress (4): 228/527 kB | 165 kB | 46 kB | 29 kB Progress (4): 232/527 kB | 165 kB | 46 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 164 kB/s) Progress (3): 236/527 kB | 165 kB | 29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (3): 240/527 kB | 165 kB | 29 kB Progress (3): 244/527 kB | 165 kB | 29 kB Progress (3): 248/527 kB | 165 kB | 29 kB Progress (4): 248/527 kB | 165 kB | 29 kB | 4.1/13 kB Progress (4): 252/527 kB | 165 kB | 29 kB | 4.1/13 kB Progress (4): 252/527 kB | 165 kB | 29 kB | 7.7/13 kB Progress (4): 256/527 kB | 165 kB | 29 kB | 7.7/13 kB Progress (4): 256/527 kB | 165 kB | 29 kB | 12/13 kB Progress (4): 260/527 kB | 165 kB | 29 kB | 12/13 kB Progress (4): 260/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 264/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 268/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 272/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 276/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 280/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 284/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 288/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 292/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 296/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 300/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 304/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 308/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 312/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 316/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 320/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 324/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 328/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 332/527 kB | 165 kB | 29 kB | 13 kB Progress (4): 336/527 kB | 165 kB | 29 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 99 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 568 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (2): 340/527 kB | 13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (2): 344/527 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 46 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Progress (2): 344/527 kB | 4.1/49 kB Progress (2): 348/527 kB | 4.1/49 kB Progress (2): 348/527 kB | 7.7/49 kB Progress (2): 352/527 kB | 7.7/49 kB Progress (2): 352/527 kB | 12/49 kB Progress (2): 356/527 kB | 12/49 kB Progress (2): 356/527 kB | 16/49 kB Progress (2): 360/527 kB | 16/49 kB Progress (2): 360/527 kB | 20/49 kB Progress (2): 364/527 kB | 20/49 kB Progress (2): 364/527 kB | 24/49 kB Progress (2): 368/527 kB | 24/49 kB Progress (2): 368/527 kB | 28/49 kB Progress (2): 372/527 kB | 28/49 kB Progress (2): 372/527 kB | 32/49 kB Progress (2): 376/527 kB | 32/49 kB Progress (2): 376/527 kB | 36/49 kB Progress (2): 380/527 kB | 36/49 kB Progress (2): 380/527 kB | 40/49 kB Progress (2): 384/527 kB | 40/49 kB Progress (2): 384/527 kB | 44/49 kB Progress (2): 388/527 kB | 44/49 kB Progress (2): 388/527 kB | 48/49 kB Progress (2): 392/527 kB | 48/49 kB Progress (2): 392/527 kB | 49 kB Progress (2): 396/527 kB | 49 kB Progress (2): 400/527 kB | 49 kB Progress (2): 404/527 kB | 49 kB Progress (2): 408/527 kB | 49 kB Progress (2): 412/527 kB | 49 kB Progress (2): 416/527 kB | 49 kB Progress (3): 416/527 kB | 49 kB | 4.1/247 kB Progress (3): 420/527 kB | 49 kB | 4.1/247 kB Progress (3): 420/527 kB | 49 kB | 7.7/247 kB Progress (3): 424/527 kB | 49 kB | 7.7/247 kB Progress (3): 424/527 kB | 49 kB | 12/247 kB Progress (3): 428/527 kB | 49 kB | 12/247 kB Progress (3): 428/527 kB | 49 kB | 16/247 kB Progress (3): 432/527 kB | 49 kB | 16/247 kB Progress (3): 432/527 kB | 49 kB | 20/247 kB Progress (3): 436/527 kB | 49 kB | 20/247 kB Progress (3): 436/527 kB | 49 kB | 24/247 kB Progress (3): 440/527 kB | 49 kB | 24/247 kB Progress (3): 440/527 kB | 49 kB | 28/247 kB Progress (3): 444/527 kB | 49 kB | 28/247 kB Progress (3): 444/527 kB | 49 kB | 32/247 kB Progress (4): 444/527 kB | 49 kB | 32/247 kB | 4.1/86 kB Progress (4): 444/527 kB | 49 kB | 33/247 kB | 4.1/86 kB Progress (4): 448/527 kB | 49 kB | 33/247 kB | 4.1/86 kB Progress (4): 448/527 kB | 49 kB | 37/247 kB | 4.1/86 kB Progress (4): 448/527 kB | 49 kB | 37/247 kB | 7.7/86 kB Progress (4): 448/527 kB | 49 kB | 41/247 kB | 7.7/86 kB Progress (4): 448/527 kB | 49 kB | 41/247 kB | 12/86 kB Progress (4): 452/527 kB | 49 kB | 41/247 kB | 12/86 kB Progress (4): 452/527 kB | 49 kB | 41/247 kB | 16/86 kB Progress (5): 452/527 kB | 49 kB | 41/247 kB | 16/86 kB | 4.1/187 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 162 kB/s) Progress (4): 452/527 kB | 45/247 kB | 16/86 kB | 4.1/187 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (4): 452/527 kB | 45/247 kB | 16/86 kB | 7.7/187 kB Progress (4): 452/527 kB | 45/247 kB | 20/86 kB | 7.7/187 kB Progress (4): 456/527 kB | 45/247 kB | 20/86 kB | 7.7/187 kB Progress (4): 456/527 kB | 45/247 kB | 24/86 kB | 7.7/187 kB Progress (4): 456/527 kB | 45/247 kB | 24/86 kB | 12/187 kB Progress (4): 456/527 kB | 49/247 kB | 24/86 kB | 12/187 kB Progress (4): 456/527 kB | 49/247 kB | 24/86 kB | 16/187 kB Progress (4): 456/527 kB | 49/247 kB | 28/86 kB | 16/187 kB Progress (4): 460/527 kB | 49/247 kB | 28/86 kB | 16/187 kB Progress (4): 460/527 kB | 49/247 kB | 32/86 kB | 16/187 kB Progress (4): 460/527 kB | 49/247 kB | 32/86 kB | 20/187 kB Progress (4): 460/527 kB | 53/247 kB | 32/86 kB | 20/187 kB Progress (4): 460/527 kB | 53/247 kB | 32/86 kB | 24/187 kB Progress (4): 460/527 kB | 53/247 kB | 33/86 kB | 24/187 kB Progress (4): 460/527 kB | 53/247 kB | 33/86 kB | 28/187 kB Progress (4): 464/527 kB | 53/247 kB | 33/86 kB | 28/187 kB Progress (4): 464/527 kB | 53/247 kB | 33/86 kB | 32/187 kB Progress (4): 464/527 kB | 53/247 kB | 37/86 kB | 32/187 kB Progress (4): 464/527 kB | 57/247 kB | 37/86 kB | 32/187 kB Progress (4): 464/527 kB | 57/247 kB | 41/86 kB | 32/187 kB Progress (4): 464/527 kB | 57/247 kB | 41/86 kB | 36/187 kB Progress (4): 468/527 kB | 57/247 kB | 41/86 kB | 36/187 kB Progress (4): 468/527 kB | 57/247 kB | 41/86 kB | 40/187 kB Progress (4): 468/527 kB | 57/247 kB | 45/86 kB | 40/187 kB Progress (4): 468/527 kB | 61/247 kB | 45/86 kB | 40/187 kB Progress (4): 468/527 kB | 61/247 kB | 49/86 kB | 40/187 kB Progress (4): 468/527 kB | 61/247 kB | 49/86 kB | 44/187 kB Progress (4): 472/527 kB | 61/247 kB | 49/86 kB | 44/187 kB Progress (4): 472/527 kB | 61/247 kB | 49/86 kB | 48/187 kB Progress (4): 472/527 kB | 61/247 kB | 53/86 kB | 48/187 kB Progress (4): 472/527 kB | 61/247 kB | 53/86 kB | 52/187 kB Progress (4): 472/527 kB | 65/247 kB | 53/86 kB | 52/187 kB Progress (4): 472/527 kB | 65/247 kB | 53/86 kB | 56/187 kB Progress (4): 472/527 kB | 65/247 kB | 57/86 kB | 56/187 kB Progress (4): 476/527 kB | 65/247 kB | 57/86 kB | 56/187 kB Progress (4): 476/527 kB | 65/247 kB | 61/86 kB | 56/187 kB Progress (4): 476/527 kB | 65/247 kB | 61/86 kB | 60/187 kB Progress (4): 476/527 kB | 66/247 kB | 61/86 kB | 60/187 kB Progress (4): 476/527 kB | 66/247 kB | 61/86 kB | 64/187 kB Progress (4): 476/527 kB | 66/247 kB | 65/86 kB | 64/187 kB Progress (4): 480/527 kB | 66/247 kB | 65/86 kB | 64/187 kB Progress (4): 480/527 kB | 66/247 kB | 69/86 kB | 64/187 kB Progress (4): 480/527 kB | 66/247 kB | 69/86 kB | 68/187 kB Progress (4): 480/527 kB | 66/247 kB | 69/86 kB | 72/187 kB Progress (4): 480/527 kB | 70/247 kB | 69/86 kB | 72/187 kB Progress (4): 480/527 kB | 70/247 kB | 69/86 kB | 76/187 kB Progress (4): 480/527 kB | 70/247 kB | 73/86 kB | 76/187 kB Progress (4): 484/527 kB | 70/247 kB | 73/86 kB | 76/187 kB Progress (4): 484/527 kB | 70/247 kB | 77/86 kB | 76/187 kB Progress (5): 484/527 kB | 70/247 kB | 77/86 kB | 76/187 kB | 4.1/209 kB Progress (5): 484/527 kB | 70/247 kB | 77/86 kB | 80/187 kB | 4.1/209 kB Progress (5): 484/527 kB | 74/247 kB | 77/86 kB | 80/187 kB | 4.1/209 kB Progress (5): 484/527 kB | 74/247 kB | 77/86 kB | 84/187 kB | 4.1/209 kB Progress (5): 484/527 kB | 74/247 kB | 77/86 kB | 84/187 kB | 7.7/209 kB Progress (5): 484/527 kB | 74/247 kB | 81/86 kB | 84/187 kB | 7.7/209 kB Progress (5): 488/527 kB | 74/247 kB | 81/86 kB | 84/187 kB | 7.7/209 kB Progress (5): 488/527 kB | 74/247 kB | 85/86 kB | 84/187 kB | 7.7/209 kB Progress (5): 488/527 kB | 74/247 kB | 85/86 kB | 84/187 kB | 12/209 kB Progress (5): 488/527 kB | 74/247 kB | 85/86 kB | 88/187 kB | 12/209 kB Progress (5): 488/527 kB | 78/247 kB | 85/86 kB | 88/187 kB | 12/209 kB Progress (5): 488/527 kB | 78/247 kB | 85/86 kB | 92/187 kB | 12/209 kB Progress (5): 488/527 kB | 78/247 kB | 85/86 kB | 92/187 kB | 16/209 kB Progress (5): 488/527 kB | 78/247 kB | 86 kB | 92/187 kB | 16/209 kB Progress (5): 492/527 kB | 78/247 kB | 86 kB | 92/187 kB | 16/209 kB Progress (5): 492/527 kB | 78/247 kB | 86 kB | 92/187 kB | 20/209 kB Progress (5): 492/527 kB | 78/247 kB | 86 kB | 96/187 kB | 20/209 kB Progress (5): 492/527 kB | 82/247 kB | 86 kB | 96/187 kB | 20/209 kB Progress (5): 492/527 kB | 82/247 kB | 86 kB | 100/187 kB | 20/209 kB Progress (5): 492/527 kB | 82/247 kB | 86 kB | 100/187 kB | 24/209 kB Progress (5): 496/527 kB | 82/247 kB | 86 kB | 100/187 kB | 24/209 kB Progress (5): 496/527 kB | 82/247 kB | 86 kB | 100/187 kB | 28/209 kB Progress (5): 496/527 kB | 82/247 kB | 86 kB | 104/187 kB | 28/209 kB Progress (5): 496/527 kB | 86/247 kB | 86 kB | 104/187 kB | 28/209 kB Progress (5): 496/527 kB | 86/247 kB | 86 kB | 108/187 kB | 28/209 kB Progress (5): 496/527 kB | 86/247 kB | 86 kB | 108/187 kB | 32/209 kB Progress (5): 500/527 kB | 86/247 kB | 86 kB | 108/187 kB | 32/209 kB Progress (5): 500/527 kB | 86/247 kB | 86 kB | 108/187 kB | 33/209 kB Progress (5): 500/527 kB | 86/247 kB | 86 kB | 112/187 kB | 33/209 kB Progress (5): 500/527 kB | 90/247 kB | 86 kB | 112/187 kB | 33/209 kB Progress (5): 500/527 kB | 90/247 kB | 86 kB | 116/187 kB | 33/209 kB Progress (5): 500/527 kB | 90/247 kB | 86 kB | 116/187 kB | 37/209 kB Progress (5): 504/527 kB | 90/247 kB | 86 kB | 116/187 kB | 37/209 kB Progress (5): 504/527 kB | 90/247 kB | 86 kB | 116/187 kB | 41/209 kB Progress (5): 504/527 kB | 90/247 kB | 86 kB | 120/187 kB | 41/209 kB Progress (5): 504/527 kB | 94/247 kB | 86 kB | 120/187 kB | 41/209 kB Progress (5): 504/527 kB | 94/247 kB | 86 kB | 124/187 kB | 41/209 kB Progress (5): 504/527 kB | 94/247 kB | 86 kB | 124/187 kB | 45/209 kB Progress (5): 508/527 kB | 94/247 kB | 86 kB | 124/187 kB | 45/209 kB Progress (5): 508/527 kB | 94/247 kB | 86 kB | 124/187 kB | 49/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 262 kB/s) Progress (4): 508/527 kB | 94/247 kB | 128/187 kB | 49/209 kB Progress (4): 508/527 kB | 98/247 kB | 128/187 kB | 49/209 kB Progress (4): 508/527 kB | 98/247 kB | 132/187 kB | 49/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (4): 508/527 kB | 98/247 kB | 132/187 kB | 53/209 kB Progress (4): 512/527 kB | 98/247 kB | 132/187 kB | 53/209 kB Progress (4): 512/527 kB | 98/247 kB | 132/187 kB | 57/209 kB Progress (4): 512/527 kB | 98/247 kB | 136/187 kB | 57/209 kB Progress (4): 512/527 kB | 98/247 kB | 136/187 kB | 57/209 kB Progress (4): 512/527 kB | 98/247 kB | 140/187 kB | 57/209 kB Progress (4): 512/527 kB | 98/247 kB | 140/187 kB | 61/209 kB Progress (4): 516/527 kB | 98/247 kB | 140/187 kB | 61/209 kB Progress (4): 516/527 kB | 98/247 kB | 140/187 kB | 65/209 kB Progress (4): 516/527 kB | 98/247 kB | 144/187 kB | 65/209 kB Progress (4): 516/527 kB | 102/247 kB | 144/187 kB | 65/209 kB Progress (4): 516/527 kB | 102/247 kB | 148/187 kB | 65/209 kB Progress (4): 516/527 kB | 102/247 kB | 148/187 kB | 66/209 kB Progress (4): 520/527 kB | 102/247 kB | 148/187 kB | 66/209 kB Progress (4): 520/527 kB | 102/247 kB | 148/187 kB | 70/209 kB Progress (4): 520/527 kB | 102/247 kB | 152/187 kB | 70/209 kB Progress (4): 520/527 kB | 106/247 kB | 152/187 kB | 70/209 kB Progress (4): 520/527 kB | 106/247 kB | 156/187 kB | 70/209 kB Progress (4): 520/527 kB | 106/247 kB | 156/187 kB | 74/209 kB Progress (4): 524/527 kB | 106/247 kB | 156/187 kB | 74/209 kB Progress (4): 524/527 kB | 106/247 kB | 156/187 kB | 78/209 kB Progress (4): 524/527 kB | 106/247 kB | 160/187 kB | 78/209 kB Progress (4): 524/527 kB | 110/247 kB | 160/187 kB | 78/209 kB Progress (4): 524/527 kB | 110/247 kB | 164/187 kB | 78/209 kB Progress (4): 524/527 kB | 110/247 kB | 164/187 kB | 82/209 kB Progress (4): 527 kB | 110/247 kB | 164/187 kB | 82/209 kB Progress (4): 527 kB | 110/247 kB | 164/187 kB | 86/209 kB Progress (4): 527 kB | 110/247 kB | 168/187 kB | 86/209 kB Progress (4): 527 kB | 114/247 kB | 168/187 kB | 86/209 kB Progress (4): 527 kB | 114/247 kB | 172/187 kB | 86/209 kB Progress (4): 527 kB | 114/247 kB | 172/187 kB | 90/209 kB Progress (4): 527 kB | 114/247 kB | 176/187 kB | 90/209 kB Progress (4): 527 kB | 118/247 kB | 176/187 kB | 90/209 kB Progress (4): 527 kB | 118/247 kB | 180/187 kB | 90/209 kB Progress (4): 527 kB | 118/247 kB | 180/187 kB | 94/209 kB Progress (4): 527 kB | 118/247 kB | 184/187 kB | 94/209 kB Progress (4): 527 kB | 122/247 kB | 184/187 kB | 94/209 kB Progress (4): 527 kB | 122/247 kB | 187 kB | 94/209 kB Progress (4): 527 kB | 126/247 kB | 187 kB | 94/209 kB Progress (4): 527 kB | 126/247 kB | 187 kB | 98/209 kB Progress (4): 527 kB | 130/247 kB | 187 kB | 98/209 kB Progress (4): 527 kB | 130/247 kB | 187 kB | 98/209 kB Progress (4): 527 kB | 134/247 kB | 187 kB | 98/209 kB Progress (4): 527 kB | 134/247 kB | 187 kB | 102/209 kB Progress (4): 527 kB | 138/247 kB | 187 kB | 102/209 kB Progress (4): 527 kB | 138/247 kB | 187 kB | 106/209 kB Progress (4): 527 kB | 142/247 kB | 187 kB | 106/209 kB Progress (4): 527 kB | 142/247 kB | 187 kB | 110/209 kB Progress (4): 527 kB | 146/247 kB | 187 kB | 110/209 kB Progress (4): 527 kB | 146/247 kB | 187 kB | 114/209 kB Progress (4): 527 kB | 150/247 kB | 187 kB | 114/209 kB Progress (4): 527 kB | 150/247 kB | 187 kB | 118/209 kB Progress (4): 527 kB | 154/247 kB | 187 kB | 118/209 kB Progress (4): 527 kB | 154/247 kB | 187 kB | 122/209 kB Progress (4): 527 kB | 158/247 kB | 187 kB | 122/209 kB Progress (4): 527 kB | 158/247 kB | 187 kB | 126/209 kB Progress (4): 527 kB | 162/247 kB | 187 kB | 126/209 kB Progress (4): 527 kB | 162/247 kB | 187 kB | 130/209 kB Progress (4): 527 kB | 164/247 kB | 187 kB | 130/209 kB Progress (4): 527 kB | 164/247 kB | 187 kB | 131/209 kB Progress (4): 527 kB | 168/247 kB | 187 kB | 131/209 kB Progress (4): 527 kB | 168/247 kB | 187 kB | 135/209 kB Progress (4): 527 kB | 172/247 kB | 187 kB | 135/209 kB Progress (4): 527 kB | 172/247 kB | 187 kB | 139/209 kB Progress (4): 527 kB | 176/247 kB | 187 kB | 139/209 kB Progress (4): 527 kB | 176/247 kB | 187 kB | 143/209 kB Progress (4): 527 kB | 180/247 kB | 187 kB | 143/209 kB Progress (4): 527 kB | 180/247 kB | 187 kB | 147/209 kB Progress (4): 527 kB | 184/247 kB | 187 kB | 147/209 kB Progress (4): 527 kB | 184/247 kB | 187 kB | 151/209 kB Progress (4): 527 kB | 184/247 kB | 187 kB | 155/209 kB Progress (4): 527 kB | 184/247 kB | 187 kB | 159/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.5 MB/s) Progress (3): 188/247 kB | 187 kB | 159/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 519 kB/s) Progress (2): 188/247 kB | 163/209 kB Progress (3): 188/247 kB | 163/209 kB | 4.1/532 kB Progress (3): 188/247 kB | 164/209 kB | 4.1/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (3): 192/247 kB | 164/209 kB | 4.1/532 kB Progress (3): 192/247 kB | 168/209 kB | 4.1/532 kB Progress (3): 192/247 kB | 168/209 kB | 7.7/532 kB Progress (3): 192/247 kB | 172/209 kB | 7.7/532 kB Progress (3): 196/247 kB | 172/209 kB | 7.7/532 kB Progress (3): 196/247 kB | 176/209 kB | 7.7/532 kB Progress (3): 196/247 kB | 176/209 kB | 12/532 kB Progress (3): 196/247 kB | 180/209 kB | 12/532 kB Progress (3): 197/247 kB | 180/209 kB | 12/532 kB Progress (3): 197/247 kB | 184/209 kB | 12/532 kB Progress (3): 197/247 kB | 184/209 kB | 16/532 kB Progress (3): 197/247 kB | 188/209 kB | 16/532 kB Progress (3): 201/247 kB | 188/209 kB | 16/532 kB Progress (3): 201/247 kB | 192/209 kB | 16/532 kB Progress (3): 201/247 kB | 192/209 kB | 20/532 kB Progress (3): 201/247 kB | 196/209 kB | 20/532 kB Progress (3): 205/247 kB | 196/209 kB | 20/532 kB Progress (3): 205/247 kB | 200/209 kB | 20/532 kB Progress (3): 205/247 kB | 200/209 kB | 24/532 kB Progress (3): 205/247 kB | 204/209 kB | 24/532 kB Progress (3): 209/247 kB | 204/209 kB | 24/532 kB Progress (3): 209/247 kB | 208/209 kB | 24/532 kB Progress (3): 209/247 kB | 208/209 kB | 28/532 kB Progress (3): 209/247 kB | 209 kB | 28/532 kB Progress (3): 213/247 kB | 209 kB | 28/532 kB Progress (3): 213/247 kB | 209 kB | 32/532 kB Progress (3): 217/247 kB | 209 kB | 32/532 kB Progress (3): 217/247 kB | 209 kB | 33/532 kB Progress (3): 221/247 kB | 209 kB | 33/532 kB Progress (3): 221/247 kB | 209 kB | 37/532 kB Progress (3): 225/247 kB | 209 kB | 37/532 kB Progress (3): 225/247 kB | 209 kB | 41/532 kB Progress (3): 229/247 kB | 209 kB | 41/532 kB Progress (3): 229/247 kB | 209 kB | 45/532 kB Progress (3): 233/247 kB | 209 kB | 45/532 kB Progress (3): 233/247 kB | 209 kB | 49/532 kB Progress (3): 237/247 kB | 209 kB | 49/532 kB Progress (3): 237/247 kB | 209 kB | 53/532 kB Progress (3): 241/247 kB | 209 kB | 53/532 kB Progress (3): 241/247 kB | 209 kB | 57/532 kB Progress (3): 245/247 kB | 209 kB | 57/532 kB Progress (3): 245/247 kB | 209 kB | 61/532 kB Progress (3): 247 kB | 209 kB | 61/532 kB Progress (3): 247 kB | 209 kB | 65/532 kB Progress (3): 247 kB | 209 kB | 66/532 kB Progress (3): 247 kB | 209 kB | 70/532 kB Progress (3): 247 kB | 209 kB | 74/532 kB Progress (3): 247 kB | 209 kB | 78/532 kB Progress (3): 247 kB | 209 kB | 82/532 kB Progress (3): 247 kB | 209 kB | 86/532 kB Progress (3): 247 kB | 209 kB | 90/532 kB Progress (3): 247 kB | 209 kB | 94/532 kB Progress (3): 247 kB | 209 kB | 98/532 kB Progress (3): 247 kB | 209 kB | 98/532 kB Progress (3): 247 kB | 209 kB | 102/532 kB Progress (3): 247 kB | 209 kB | 106/532 kB Progress (3): 247 kB | 209 kB | 110/532 kB Progress (3): 247 kB | 209 kB | 114/532 kB Progress (3): 247 kB | 209 kB | 118/532 kB Progress (3): 247 kB | 209 kB | 122/532 kB Progress (4): 247 kB | 209 kB | 122/532 kB | 4.1/56 kB Progress (4): 247 kB | 209 kB | 126/532 kB | 4.1/56 kB Progress (4): 247 kB | 209 kB | 126/532 kB | 7.7/56 kB Progress (4): 247 kB | 209 kB | 130/532 kB | 7.7/56 kB Progress (4): 247 kB | 209 kB | 130/532 kB | 12/56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 557 kB/s) Progress (3): 247 kB | 130/532 kB | 16/56 kB Progress (3): 247 kB | 131/532 kB | 16/56 kB Progress (3): 247 kB | 131/532 kB | 20/56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (4): 247 kB | 131/532 kB | 20/56 kB | 4.1/58 kB Progress (4): 247 kB | 131/532 kB | 24/56 kB | 4.1/58 kB Progress (4): 247 kB | 135/532 kB | 24/56 kB | 4.1/58 kB Progress (4): 247 kB | 135/532 kB | 28/56 kB | 4.1/58 kB Progress (4): 247 kB | 135/532 kB | 28/56 kB | 7.7/58 kB Progress (4): 247 kB | 135/532 kB | 32/56 kB | 7.7/58 kB Progress (4): 247 kB | 135/532 kB | 32/56 kB | 12/58 kB Progress (4): 247 kB | 139/532 kB | 32/56 kB | 12/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 654 kB/s) Progress (3): 139/532 kB | 32/56 kB | 16/58 kB Progress (3): 139/532 kB | 36/56 kB | 16/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar Progress (3): 143/532 kB | 36/56 kB | 16/58 kB Progress (3): 143/532 kB | 40/56 kB | 16/58 kB Progress (3): 143/532 kB | 40/56 kB | 20/58 kB Progress (3): 147/532 kB | 40/56 kB | 20/58 kB Progress (3): 147/532 kB | 40/56 kB | 24/58 kB Progress (3): 147/532 kB | 44/56 kB | 24/58 kB Progress (3): 151/532 kB | 44/56 kB | 24/58 kB Progress (3): 151/532 kB | 48/56 kB | 24/58 kB Progress (3): 151/532 kB | 48/56 kB | 28/58 kB Progress (3): 155/532 kB | 48/56 kB | 28/58 kB Progress (3): 155/532 kB | 48/56 kB | 32/58 kB Progress (3): 155/532 kB | 52/56 kB | 32/58 kB Progress (3): 159/532 kB | 52/56 kB | 32/58 kB Progress (3): 159/532 kB | 56/56 kB | 32/58 kB Progress (3): 159/532 kB | 56/56 kB | 36/58 kB Progress (3): 159/532 kB | 56 kB | 36/58 kB Progress (3): 163/532 kB | 56 kB | 36/58 kB Progress (3): 163/532 kB | 56 kB | 40/58 kB Progress (3): 164/532 kB | 56 kB | 40/58 kB Progress (3): 164/532 kB | 56 kB | 44/58 kB Progress (3): 168/532 kB | 56 kB | 44/58 kB Progress (3): 168/532 kB | 56 kB | 48/58 kB Progress (3): 172/532 kB | 56 kB | 48/58 kB Progress (3): 172/532 kB | 56 kB | 52/58 kB Progress (3): 172/532 kB | 56 kB | 56/58 kB Progress (3): 176/532 kB | 56 kB | 56/58 kB Progress (3): 176/532 kB | 56 kB | 58 kB Progress (3): 180/532 kB | 56 kB | 58 kB Progress (3): 184/532 kB | 56 kB | 58 kB Progress (3): 188/532 kB | 56 kB | 58 kB Progress (3): 192/532 kB | 56 kB | 58 kB Progress (3): 196/532 kB | 56 kB | 58 kB Progress (3): 197/532 kB | 56 kB | 58 kB Progress (3): 201/532 kB | 56 kB | 58 kB Progress (3): 205/532 kB | 56 kB | 58 kB Progress (3): 209/532 kB | 56 kB | 58 kB Progress (3): 213/532 kB | 56 kB | 58 kB Progress (3): 217/532 kB | 56 kB | 58 kB Progress (3): 221/532 kB | 56 kB | 58 kB Progress (3): 225/532 kB | 56 kB | 58 kB Progress (3): 229/532 kB | 56 kB | 58 kB Progress (3): 229/532 kB | 56 kB | 58 kB Progress (3): 233/532 kB | 56 kB | 58 kB Progress (3): 237/532 kB | 56 kB | 58 kB Progress (3): 241/532 kB | 56 kB | 58 kB Progress (3): 245/532 kB | 56 kB | 58 kB Progress (3): 249/532 kB | 56 kB | 58 kB Progress (3): 253/532 kB | 56 kB | 58 kB Progress (3): 257/532 kB | 56 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 143 kB/s) Progress (2): 261/532 kB | 58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar Progress (2): 262/532 kB | 58 kB Progress (2): 266/532 kB | 58 kB Progress (2): 270/532 kB | 58 kB Progress (2): 274/532 kB | 58 kB Progress (2): 278/532 kB | 58 kB Progress (2): 282/532 kB | 58 kB Progress (2): 286/532 kB | 58 kB Progress (2): 290/532 kB | 58 kB Progress (2): 294/532 kB | 58 kB Progress (2): 295/532 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 148 kB/s) Progress (1): 299/532 kB Progress (2): 299/532 kB | 4.1/100 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar Progress (2): 299/532 kB | 7.7/100 kB Progress (2): 303/532 kB | 7.7/100 kB Progress (2): 303/532 kB | 12/100 kB Progress (2): 307/532 kB | 12/100 kB Progress (2): 307/532 kB | 16/100 kB Progress (2): 311/532 kB | 16/100 kB Progress (2): 311/532 kB | 20/100 kB Progress (2): 315/532 kB | 20/100 kB Progress (3): 315/532 kB | 20/100 kB | 4.1/245 kB Progress (3): 319/532 kB | 20/100 kB | 4.1/245 kB Progress (3): 319/532 kB | 24/100 kB | 4.1/245 kB Progress (3): 323/532 kB | 24/100 kB | 4.1/245 kB Progress (3): 323/532 kB | 24/100 kB | 7.7/245 kB Progress (3): 327/532 kB | 24/100 kB | 7.7/245 kB Progress (3): 327/532 kB | 28/100 kB | 7.7/245 kB Progress (3): 328/532 kB | 28/100 kB | 7.7/245 kB Progress (3): 328/532 kB | 28/100 kB | 12/245 kB Progress (3): 332/532 kB | 28/100 kB | 12/245 kB Progress (3): 332/532 kB | 32/100 kB | 12/245 kB Progress (3): 336/532 kB | 32/100 kB | 12/245 kB Progress (3): 336/532 kB | 32/100 kB | 16/245 kB Progress (3): 336/532 kB | 33/100 kB | 16/245 kB Progress (3): 336/532 kB | 33/100 kB | 20/245 kB Progress (3): 340/532 kB | 33/100 kB | 20/245 kB Progress (3): 340/532 kB | 37/100 kB | 20/245 kB Progress (3): 340/532 kB | 37/100 kB | 24/245 kB Progress (3): 340/532 kB | 41/100 kB | 24/245 kB Progress (3): 344/532 kB | 41/100 kB | 24/245 kB Progress (3): 344/532 kB | 45/100 kB | 24/245 kB Progress (3): 348/532 kB | 45/100 kB | 24/245 kB Progress (3): 348/532 kB | 45/100 kB | 28/245 kB Progress (4): 348/532 kB | 45/100 kB | 28/245 kB | 4.1/13 kB Progress (4): 348/532 kB | 45/100 kB | 32/245 kB | 4.1/13 kB Progress (4): 352/532 kB | 45/100 kB | 32/245 kB | 4.1/13 kB Progress (4): 352/532 kB | 49/100 kB | 32/245 kB | 4.1/13 kB Progress (4): 356/532 kB | 49/100 kB | 32/245 kB | 4.1/13 kB Progress (4): 356/532 kB | 49/100 kB | 36/245 kB | 4.1/13 kB Progress (4): 356/532 kB | 49/100 kB | 36/245 kB | 7.7/13 kB Progress (4): 356/532 kB | 49/100 kB | 40/245 kB | 7.7/13 kB Progress (4): 360/532 kB | 49/100 kB | 40/245 kB | 7.7/13 kB Progress (4): 360/532 kB | 53/100 kB | 40/245 kB | 7.7/13 kB Progress (4): 360/532 kB | 53/100 kB | 40/245 kB | 7.7/13 kB Progress (4): 360/532 kB | 53/100 kB | 44/245 kB | 7.7/13 kB Progress (4): 360/532 kB | 53/100 kB | 44/245 kB | 12/13 kB Progress (4): 360/532 kB | 53/100 kB | 48/245 kB | 12/13 kB Progress (4): 365/532 kB | 53/100 kB | 48/245 kB | 12/13 kB Progress (4): 365/532 kB | 57/100 kB | 48/245 kB | 12/13 kB Progress (4): 368/532 kB | 57/100 kB | 48/245 kB | 12/13 kB Progress (4): 368/532 kB | 57/100 kB | 52/245 kB | 12/13 kB Progress (4): 368/532 kB | 57/100 kB | 52/245 kB | 13 kB Progress (4): 368/532 kB | 57/100 kB | 56/245 kB | 13 kB Progress (4): 373/532 kB | 57/100 kB | 56/245 kB | 13 kB Progress (4): 373/532 kB | 61/100 kB | 56/245 kB | 13 kB Progress (4): 376/532 kB | 61/100 kB | 56/245 kB | 13 kB Progress (4): 376/532 kB | 61/100 kB | 60/245 kB | 13 kB Progress (4): 376/532 kB | 65/100 kB | 60/245 kB | 13 kB Progress (4): 381/532 kB | 65/100 kB | 60/245 kB | 13 kB Progress (5): 381/532 kB | 65/100 kB | 60/245 kB | 13 kB | 0/1.4 MB Progress (5): 381/532 kB | 65/100 kB | 64/245 kB | 13 kB | 0/1.4 MB Progress (5): 381/532 kB | 65/100 kB | 64/245 kB | 13 kB | 0/1.4 MB Progress (5): 384/532 kB | 65/100 kB | 64/245 kB | 13 kB | 0/1.4 MB Progress (5): 384/532 kB | 66/100 kB | 64/245 kB | 13 kB | 0/1.4 MB Progress (5): 389/532 kB | 66/100 kB | 64/245 kB | 13 kB | 0/1.4 MB Progress (5): 389/532 kB | 66/100 kB | 64/245 kB | 13 kB | 0/1.4 MB Progress (5): 389/532 kB | 66/100 kB | 68/245 kB | 13 kB | 0/1.4 MB Progress (5): 389/532 kB | 66/100 kB | 68/245 kB | 13 kB | 0/1.4 MB Progress (5): 392/532 kB | 66/100 kB | 68/245 kB | 13 kB | 0/1.4 MB Progress (5): 392/532 kB | 70/100 kB | 68/245 kB | 13 kB | 0/1.4 MB Progress (5): 397/532 kB | 70/100 kB | 68/245 kB | 13 kB | 0/1.4 MB Progress (5): 397/532 kB | 70/100 kB | 68/245 kB | 13 kB | 0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 30 kB/s) Progress (4): 397/532 kB | 70/100 kB | 72/245 kB | 0/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar Progress (4): 397/532 kB | 70/100 kB | 72/245 kB | 0/1.4 MB Progress (4): 400/532 kB | 70/100 kB | 72/245 kB | 0/1.4 MB Progress (4): 400/532 kB | 74/100 kB | 72/245 kB | 0/1.4 MB Progress (4): 405/532 kB | 74/100 kB | 72/245 kB | 0/1.4 MB Progress (4): 405/532 kB | 74/100 kB | 72/245 kB | 0/1.4 MB Progress (4): 405/532 kB | 74/100 kB | 76/245 kB | 0/1.4 MB Progress (4): 405/532 kB | 74/100 kB | 76/245 kB | 0/1.4 MB Progress (4): 408/532 kB | 74/100 kB | 76/245 kB | 0/1.4 MB Progress (4): 408/532 kB | 78/100 kB | 76/245 kB | 0/1.4 MB Progress (4): 413/532 kB | 78/100 kB | 76/245 kB | 0/1.4 MB Progress (4): 413/532 kB | 78/100 kB | 76/245 kB | 0/1.4 MB Progress (4): 413/532 kB | 78/100 kB | 80/245 kB | 0/1.4 MB Progress (4): 413/532 kB | 78/100 kB | 80/245 kB | 0/1.4 MB Progress (4): 416/532 kB | 78/100 kB | 80/245 kB | 0/1.4 MB Progress (4): 416/532 kB | 82/100 kB | 80/245 kB | 0/1.4 MB Progress (4): 421/532 kB | 82/100 kB | 80/245 kB | 0/1.4 MB Progress (4): 421/532 kB | 82/100 kB | 80/245 kB | 0/1.4 MB Progress (4): 421/532 kB | 82/100 kB | 84/245 kB | 0/1.4 MB Progress (4): 421/532 kB | 82/100 kB | 84/245 kB | 0/1.4 MB Progress (4): 424/532 kB | 82/100 kB | 84/245 kB | 0/1.4 MB Progress (4): 424/532 kB | 86/100 kB | 84/245 kB | 0/1.4 MB Progress (4): 429/532 kB | 86/100 kB | 84/245 kB | 0/1.4 MB Progress (4): 429/532 kB | 86/100 kB | 84/245 kB | 0/1.4 MB Progress (4): 429/532 kB | 86/100 kB | 88/245 kB | 0/1.4 MB Progress (4): 429/532 kB | 86/100 kB | 88/245 kB | 0.1/1.4 MB Progress (4): 432/532 kB | 86/100 kB | 88/245 kB | 0.1/1.4 MB Progress (4): 432/532 kB | 90/100 kB | 88/245 kB | 0.1/1.4 MB Progress (4): 437/532 kB | 90/100 kB | 88/245 kB | 0.1/1.4 MB Progress (4): 437/532 kB | 90/100 kB | 88/245 kB | 0.1/1.4 MB Progress (4): 437/532 kB | 90/100 kB | 92/245 kB | 0.1/1.4 MB Progress (4): 437/532 kB | 90/100 kB | 92/245 kB | 0.1/1.4 MB Progress (4): 440/532 kB | 90/100 kB | 92/245 kB | 0.1/1.4 MB Progress (4): 440/532 kB | 94/100 kB | 92/245 kB | 0.1/1.4 MB Progress (4): 445/532 kB | 94/100 kB | 92/245 kB | 0.1/1.4 MB Progress (4): 445/532 kB | 94/100 kB | 92/245 kB | 0.1/1.4 MB Progress (4): 445/532 kB | 94/100 kB | 96/245 kB | 0.1/1.4 MB Progress (4): 445/532 kB | 94/100 kB | 96/245 kB | 0.1/1.4 MB Progress (4): 448/532 kB | 94/100 kB | 96/245 kB | 0.1/1.4 MB Progress (4): 448/532 kB | 98/100 kB | 96/245 kB | 0.1/1.4 MB Progress (4): 453/532 kB | 98/100 kB | 96/245 kB | 0.1/1.4 MB Progress (4): 453/532 kB | 98/100 kB | 96/245 kB | 0.1/1.4 MB Progress (4): 453/532 kB | 98/100 kB | 100/245 kB | 0.1/1.4 MB Progress (4): 453/532 kB | 98/100 kB | 100/245 kB | 0.1/1.4 MB Progress (4): 456/532 kB | 98/100 kB | 100/245 kB | 0.1/1.4 MB Progress (4): 456/532 kB | 100 kB | 100/245 kB | 0.1/1.4 MB Progress (4): 461/532 kB | 100 kB | 100/245 kB | 0.1/1.4 MB Progress (4): 461/532 kB | 100 kB | 100/245 kB | 0.1/1.4 MB Progress (4): 461/532 kB | 100 kB | 104/245 kB | 0.1/1.4 MB Progress (4): 461/532 kB | 100 kB | 104/245 kB | 0.1/1.4 MB Progress (5): 461/532 kB | 100 kB | 104/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 464/532 kB | 100 kB | 104/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 464/532 kB | 100 kB | 104/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 464/532 kB | 100 kB | 108/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 464/532 kB | 100 kB | 108/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 469/532 kB | 100 kB | 108/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 469/532 kB | 100 kB | 108/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 469/532 kB | 100 kB | 112/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 469/532 kB | 100 kB | 112/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 472/532 kB | 100 kB | 112/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 472/532 kB | 100 kB | 112/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 472/532 kB | 100 kB | 116/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 472/532 kB | 100 kB | 116/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 477/532 kB | 100 kB | 116/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 477/532 kB | 100 kB | 116/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 477/532 kB | 100 kB | 120/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 477/532 kB | 100 kB | 120/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 480/532 kB | 100 kB | 120/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 480/532 kB | 100 kB | 120/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 480/532 kB | 100 kB | 124/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 480/532 kB | 100 kB | 124/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 485/532 kB | 100 kB | 124/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 485/532 kB | 100 kB | 124/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 485/532 kB | 100 kB | 128/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 485/532 kB | 100 kB | 128/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 488/532 kB | 100 kB | 128/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 488/532 kB | 100 kB | 128/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 488/532 kB | 100 kB | 132/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 488/532 kB | 100 kB | 132/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 493/532 kB | 100 kB | 132/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 493/532 kB | 100 kB | 132/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 493/532 kB | 100 kB | 136/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 493/532 kB | 100 kB | 136/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 496/532 kB | 100 kB | 136/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 496/532 kB | 100 kB | 136/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 496/532 kB | 100 kB | 140/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 496/532 kB | 100 kB | 140/245 kB | 0.1/1.4 MB | 3.2 kB Progress (5): 501/532 kB | 100 kB | 140/245 kB | 0.1/1.4 MB | 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 214 kB/s) Progress (4): 504/532 kB | 140/245 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 504/532 kB | 140/245 kB | 0.2/1.4 MB | 3.2 kB Progress (4): 509/532 kB | 140/245 kB | 0.2/1.4 MB | 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 6.9 kB/s) Progress (3): 509/532 kB | 144/245 kB | 0.2/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (3): 512/532 kB | 144/245 kB | 0.2/1.4 MB Progress (3): 512/532 kB | 144/245 kB | 0.2/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar Progress (3): 512/532 kB | 144/245 kB | 0.2/1.4 MB Progress (3): 517/532 kB | 144/245 kB | 0.2/1.4 MB Progress (3): 517/532 kB | 148/245 kB | 0.2/1.4 MB Progress (3): 520/532 kB | 148/245 kB | 0.2/1.4 MB Progress (3): 520/532 kB | 148/245 kB | 0.2/1.4 MB Progress (3): 525/532 kB | 148/245 kB | 0.2/1.4 MB Progress (3): 525/532 kB | 152/245 kB | 0.2/1.4 MB Progress (3): 528/532 kB | 152/245 kB | 0.2/1.4 MB Progress (3): 528/532 kB | 152/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 152/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 152/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 156/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 156/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 160/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 160/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 164/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 164/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 168/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 168/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 172/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 172/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 176/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 176/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 180/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 180/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 184/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 184/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 188/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 192/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 192/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 196/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 196/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 200/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 200/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 204/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 204/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 208/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 208/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 212/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 212/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 216/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 216/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 220/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 220/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 224/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 224/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 228/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 228/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 232/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 232/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 236/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 236/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 240/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 240/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 244/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 244/245 kB | 0.2/1.4 MB Progress (3): 532 kB | 245 kB | 0.2/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Progress (3): 532 kB | 245 kB | 0.3/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 1.1 MB/s) Progress (2): 245 kB | 0.3/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar Progress (2): 245 kB | 0.3/1.4 MB Progress (2): 245 kB | 0.3/1.4 MB Progress (2): 245 kB | 0.3/1.4 MB Progress (3): 245 kB | 0.3/1.4 MB | 4.1/112 kB Progress (3): 245 kB | 0.3/1.4 MB | 4.1/112 kB Progress (3): 245 kB | 0.3/1.4 MB | 7.7/112 kB Progress (3): 245 kB | 0.3/1.4 MB | 7.7/112 kB Progress (3): 245 kB | 0.3/1.4 MB | 7.7/112 kB Progress (3): 245 kB | 0.3/1.4 MB | 12/112 kB Progress (3): 245 kB | 0.3/1.4 MB | 12/112 kB Progress (3): 245 kB | 0.3/1.4 MB | 16/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 503 kB/s) Progress (2): 0.4/1.4 MB | 16/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar Progress (3): 0.4/1.4 MB | 16/112 kB | 4.1/37 kB Progress (3): 0.4/1.4 MB | 20/112 kB | 4.1/37 kB Progress (3): 0.4/1.4 MB | 20/112 kB | 7.7/37 kB Progress (3): 0.4/1.4 MB | 20/112 kB | 7.7/37 kB Progress (3): 0.4/1.4 MB | 20/112 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 24/112 kB | 12/37 kB Progress (3): 0.4/1.4 MB | 24/112 kB | 16/37 kB Progress (3): 0.4/1.4 MB | 24/112 kB | 16/37 kB Progress (3): 0.4/1.4 MB | 24/112 kB | 20/37 kB Progress (3): 0.4/1.4 MB | 28/112 kB | 20/37 kB Progress (3): 0.4/1.4 MB | 28/112 kB | 24/37 kB Progress (3): 0.4/1.4 MB | 28/112 kB | 24/37 kB Progress (3): 0.4/1.4 MB | 28/112 kB | 28/37 kB Progress (3): 0.4/1.4 MB | 32/112 kB | 28/37 kB Progress (3): 0.4/1.4 MB | 32/112 kB | 32/37 kB Progress (3): 0.4/1.4 MB | 32/112 kB | 32/37 kB Progress (3): 0.4/1.4 MB | 32/112 kB | 36/37 kB Progress (3): 0.4/1.4 MB | 33/112 kB | 36/37 kB Progress (3): 0.4/1.4 MB | 33/112 kB | 36/37 kB Progress (3): 0.4/1.4 MB | 33/112 kB | 37 kB Progress (3): 0.4/1.4 MB | 37/112 kB | 37 kB Progress (3): 0.4/1.4 MB | 37/112 kB | 37 kB Progress (3): 0.4/1.4 MB | 41/112 kB | 37 kB Progress (3): 0.4/1.4 MB | 41/112 kB | 37 kB Progress (3): 0.4/1.4 MB | 41/112 kB | 37 kB Progress (3): 0.4/1.4 MB | 45/112 kB | 37 kB Progress (3): 0.4/1.4 MB | 45/112 kB | 37 kB Progress (4): 0.4/1.4 MB | 45/112 kB | 37 kB | 4.1/7.2 kB Progress (4): 0.4/1.4 MB | 45/112 kB | 37 kB | 4.1/7.2 kB Progress (4): 0.4/1.4 MB | 49/112 kB | 37 kB | 4.1/7.2 kB Progress (4): 0.4/1.4 MB | 49/112 kB | 37 kB | 4.1/7.2 kB Progress (5): 0.4/1.4 MB | 49/112 kB | 37 kB | 4.1/7.2 kB | 4.1/9.4 kB Progress (5): 0.4/1.4 MB | 49/112 kB | 37 kB | 7.2 kB | 4.1/9.4 kB Progress (5): 0.4/1.4 MB | 49/112 kB | 37 kB | 7.2 kB | 7.7/9.4 kB Progress (5): 0.4/1.4 MB | 49/112 kB | 37 kB | 7.2 kB | 7.7/9.4 kB Progress (5): 0.4/1.4 MB | 53/112 kB | 37 kB | 7.2 kB | 7.7/9.4 kB Progress (5): 0.4/1.4 MB | 53/112 kB | 37 kB | 7.2 kB | 7.7/9.4 kB Progress (5): 0.4/1.4 MB | 53/112 kB | 37 kB | 7.2 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar Progress (4): 0.4/1.4 MB | 53/112 kB | 37 kB | 9.4 kB Progress (4): 0.4/1.4 MB | 57/112 kB | 37 kB | 9.4 kB Progress (4): 0.4/1.4 MB | 57/112 kB | 37 kB | 9.4 kB Progress (4): 0.4/1.4 MB | 57/112 kB | 37 kB | 9.4 kB Progress (4): 0.4/1.4 MB | 61/112 kB | 37 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 68 kB/s) Progress (3): 0.4/1.4 MB | 61/112 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 17 kB/s) Progress (2): 0.4/1.4 MB | 61/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (2): 0.4/1.4 MB | 65/112 kB Progress (2): 0.4/1.4 MB | 65/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (2): 0.4/1.4 MB | 65/112 kB Progress (2): 0.4/1.4 MB | 66/112 kB Progress (2): 0.4/1.4 MB | 66/112 kB Progress (2): 0.4/1.4 MB | 70/112 kB Progress (2): 0.4/1.4 MB | 70/112 kB Progress (2): 0.4/1.4 MB | 74/112 kB Progress (2): 0.4/1.4 MB | 74/112 kB Progress (2): 0.4/1.4 MB | 78/112 kB Progress (2): 0.4/1.4 MB | 78/112 kB Progress (2): 0.4/1.4 MB | 82/112 kB Progress (2): 0.5/1.4 MB | 82/112 kB Progress (2): 0.5/1.4 MB | 86/112 kB Progress (2): 0.5/1.4 MB | 86/112 kB Progress (2): 0.5/1.4 MB | 90/112 kB Progress (2): 0.5/1.4 MB | 90/112 kB Progress (2): 0.5/1.4 MB | 94/112 kB Progress (2): 0.5/1.4 MB | 94/112 kB Progress (2): 0.5/1.4 MB | 98/112 kB Progress (2): 0.5/1.4 MB | 98/112 kB Progress (2): 0.5/1.4 MB | 102/112 kB Progress (2): 0.5/1.4 MB | 102/112 kB Progress (2): 0.5/1.4 MB | 106/112 kB Progress (2): 0.5/1.4 MB | 110/112 kB Progress (2): 0.5/1.4 MB | 110/112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.5/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (3): 0.6/1.4 MB | 112 kB | 4.1/37 kB Progress (3): 0.6/1.4 MB | 112 kB | 4.1/37 kB Progress (3): 0.6/1.4 MB | 112 kB | 7.7/37 kB Progress (3): 0.6/1.4 MB | 112 kB | 7.7/37 kB Progress (4): 0.6/1.4 MB | 112 kB | 7.7/37 kB | 4.1/285 kB Progress (4): 0.6/1.4 MB | 112 kB | 12/37 kB | 4.1/285 kB Progress (4): 0.6/1.4 MB | 112 kB | 12/37 kB | 7.7/285 kB Progress (5): 0.6/1.4 MB | 112 kB | 12/37 kB | 7.7/285 kB | 4.1/53 kB Progress (5): 0.6/1.4 MB | 112 kB | 12/37 kB | 7.7/285 kB | 4.1/53 kB Progress (5): 0.6/1.4 MB | 112 kB | 12/37 kB | 7.7/285 kB | 7.7/53 kB Progress (5): 0.6/1.4 MB | 112 kB | 12/37 kB | 12/285 kB | 7.7/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 199 kB/s) Progress (4): 0.6/1.4 MB | 16/37 kB | 12/285 kB | 7.7/53 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar Progress (4): 0.6/1.4 MB | 16/37 kB | 16/285 kB | 7.7/53 kB Progress (4): 0.6/1.4 MB | 16/37 kB | 16/285 kB | 12/53 kB Progress (4): 0.6/1.4 MB | 16/37 kB | 16/285 kB | 12/53 kB Progress (4): 0.6/1.4 MB | 16/37 kB | 16/285 kB | 16/53 kB Progress (4): 0.6/1.4 MB | 16/37 kB | 20/285 kB | 16/53 kB Progress (4): 0.6/1.4 MB | 20/37 kB | 20/285 kB | 16/53 kB Progress (4): 0.6/1.4 MB | 20/37 kB | 24/285 kB | 16/53 kB Progress (4): 0.6/1.4 MB | 20/37 kB | 24/285 kB | 20/53 kB Progress (4): 0.6/1.4 MB | 20/37 kB | 24/285 kB | 20/53 kB Progress (4): 0.6/1.4 MB | 20/37 kB | 28/285 kB | 20/53 kB Progress (4): 0.6/1.4 MB | 20/37 kB | 28/285 kB | 24/53 kB Progress (4): 0.6/1.4 MB | 24/37 kB | 28/285 kB | 24/53 kB Progress (4): 0.6/1.4 MB | 24/37 kB | 28/285 kB | 28/53 kB Progress (4): 0.6/1.4 MB | 24/37 kB | 32/285 kB | 28/53 kB Progress (4): 0.6/1.4 MB | 24/37 kB | 32/285 kB | 28/53 kB Progress (4): 0.6/1.4 MB | 24/37 kB | 33/285 kB | 28/53 kB Progress (4): 0.6/1.4 MB | 24/37 kB | 33/285 kB | 32/53 kB Progress (4): 0.6/1.4 MB | 28/37 kB | 33/285 kB | 32/53 kB Progress (4): 0.6/1.4 MB | 28/37 kB | 33/285 kB | 36/53 kB Progress (4): 0.6/1.4 MB | 28/37 kB | 37/285 kB | 36/53 kB Progress (4): 0.6/1.4 MB | 28/37 kB | 37/285 kB | 36/53 kB Progress (4): 0.6/1.4 MB | 28/37 kB | 41/285 kB | 36/53 kB Progress (4): 0.6/1.4 MB | 28/37 kB | 41/285 kB | 40/53 kB Progress (4): 0.6/1.4 MB | 32/37 kB | 41/285 kB | 40/53 kB Progress (4): 0.6/1.4 MB | 32/37 kB | 41/285 kB | 44/53 kB Progress (4): 0.6/1.4 MB | 32/37 kB | 45/285 kB | 44/53 kB Progress (4): 0.6/1.4 MB | 32/37 kB | 45/285 kB | 44/53 kB Progress (4): 0.6/1.4 MB | 32/37 kB | 49/285 kB | 44/53 kB Progress (4): 0.6/1.4 MB | 32/37 kB | 49/285 kB | 48/53 kB Progress (4): 0.6/1.4 MB | 36/37 kB | 49/285 kB | 48/53 kB Progress (4): 0.6/1.4 MB | 36/37 kB | 49/285 kB | 52/53 kB Progress (4): 0.6/1.4 MB | 36/37 kB | 53/285 kB | 52/53 kB Progress (5): 0.6/1.4 MB | 36/37 kB | 53/285 kB | 52/53 kB | 4.1/38 kB Progress (5): 0.6/1.4 MB | 36/37 kB | 53/285 kB | 52/53 kB | 4.1/38 kB Progress (5): 0.6/1.4 MB | 36/37 kB | 53/285 kB | 52/53 kB | 7.7/38 kB Progress (5): 0.6/1.4 MB | 36/37 kB | 57/285 kB | 52/53 kB | 7.7/38 kB Progress (5): 0.6/1.4 MB | 36/37 kB | 57/285 kB | 53 kB | 7.7/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 57/285 kB | 53 kB | 7.7/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 61/285 kB | 53 kB | 7.7/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 61/285 kB | 53 kB | 12/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 61/285 kB | 53 kB | 12/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 61/285 kB | 53 kB | 16/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 65/285 kB | 53 kB | 16/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 65/285 kB | 53 kB | 20/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 65/285 kB | 53 kB | 20/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 65/285 kB | 53 kB | 24/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 66/285 kB | 53 kB | 24/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 66/285 kB | 53 kB | 28/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 66/285 kB | 53 kB | 28/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 66/285 kB | 53 kB | 32/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 70/285 kB | 53 kB | 32/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 70/285 kB | 53 kB | 36/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 70/285 kB | 53 kB | 36/38 kB Progress (5): 0.6/1.4 MB | 37 kB | 70/285 kB | 53 kB | 38 kB Progress (5): 0.6/1.4 MB | 37 kB | 74/285 kB | 53 kB | 38 kB Progress (5): 0.6/1.4 MB | 37 kB | 74/285 kB | 53 kB | 38 kB Progress (5): 0.6/1.4 MB | 37 kB | 78/285 kB | 53 kB | 38 kB Progress (5): 0.6/1.4 MB | 37 kB | 78/285 kB | 53 kB | 38 kB Progress (5): 0.6/1.4 MB | 37 kB | 82/285 kB | 53 kB | 38 kB Progress (5): 0.6/1.4 MB | 37 kB | 82/285 kB | 53 kB | 38 kB Progress (5): 0.6/1.4 MB | 37 kB | 86/285 kB | 53 kB | 38 kB Progress (5): 0.6/1.4 MB | 37 kB | 86/285 kB | 53 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 64 kB/s) Progress (4): 0.6/1.4 MB | 86/285 kB | 53 kB | 38 kB Progress (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 38 kB Progress (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (4): 0.6/1.4 MB | 90/285 kB | 53 kB | 38 kB Progress (4): 0.6/1.4 MB | 94/285 kB | 53 kB | 38 kB Progress (4): 0.7/1.4 MB | 94/285 kB | 53 kB | 38 kB Progress (4): 0.7/1.4 MB | 98/285 kB | 53 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 91 kB/s) Progress (3): 0.7/1.4 MB | 98/285 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar Progress (3): 0.7/1.4 MB | 98/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 98/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 102/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 102/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 106/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 106/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 110/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 110/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 114/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 114/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 118/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 118/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 122/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 122/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 126/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 126/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 130/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 130/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 131/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 131/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 135/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 135/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 139/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 139/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 143/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 147/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 147/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 151/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 151/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 155/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 155/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 159/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 159/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 163/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 163/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 164/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 164/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 168/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 172/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 172/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 176/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 176/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 180/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 180/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 184/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 184/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 188/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 188/285 kB | 38 kB Progress (3): 0.7/1.4 MB | 192/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 192/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 196/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 197/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 197/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 201/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 201/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 205/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 205/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 209/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 209/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 213/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 213/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 217/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 217/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 221/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 221/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 225/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 225/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 229/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 229/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 229/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 229/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 233/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 233/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 237/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 237/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 241/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 241/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 245/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 245/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 249/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 249/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 253/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 253/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 257/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 257/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 261/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 261/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 265/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 265/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 269/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 269/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 273/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 273/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 277/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 277/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 281/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 281/285 kB | 38 kB Progress (3): 0.8/1.4 MB | 285 kB | 38 kB Progress (3): 0.8/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Progress (3): 0.9/1.4 MB | 285 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 62 kB/s) Progress (2): 0.9/1.4 MB | 285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 472 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (2): 0.9/1.4 MB | 4.1/4.3 kB Progress (2): 0.9/1.4 MB | 4.3 kB Progress (3): 0.9/1.4 MB | 4.3 kB | 4.1/29 kB Progress (3): 0.9/1.4 MB | 4.3 kB | 4.1/29 kB Progress (3): 0.9/1.4 MB | 4.3 kB | 7.7/29 kB Progress (3): 0.9/1.4 MB | 4.3 kB | 7.7/29 kB Progress (3): 0.9/1.4 MB | 4.3 kB | 12/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 6.7 kB/s) Progress (2): 0.9/1.4 MB | 16/29 kB Progress (2): 0.9/1.4 MB | 16/29 kB Progress (2): 0.9/1.4 MB | 20/29 kB Progress (2): 0.9/1.4 MB | 20/29 kB Progress (2): 0.9/1.4 MB | 24/29 kB Progress (2): 1.0/1.4 MB | 24/29 kB Progress (2): 1.0/1.4 MB | 28/29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (2): 1.0/1.4 MB | 29 kB Progress (3): 1.0/1.4 MB | 29 kB | 4.1/21 kB Progress (3): 1.1/1.4 MB | 29 kB | 4.1/21 kB Progress (3): 1.1/1.4 MB | 29 kB | 7.7/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 44 kB/s) Progress (2): 1.1/1.4 MB | 7.7/21 kB Progress (2): 1.1/1.4 MB | 12/21 kB Progress (2): 1.1/1.4 MB | 12/21 kB Progress (2): 1.1/1.4 MB | 16/21 kB Progress (2): 1.1/1.4 MB | 16/21 kB Progress (2): 1.1/1.4 MB | 20/21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.1/1.4 MB | 21 kB Progress (2): 1.2/1.4 MB | 21 kB Progress (2): 1.2/1.4 MB | 21 kB Progress (2): 1.2/1.4 MB | 21 kB Progress (2): 1.2/1.4 MB | 21 kB Progress (2): 1.2/1.4 MB | 21 kB Progress (2): 1.2/1.4 MB | 21 kB Progress (2): 1.2/1.4 MB | 21 kB Progress (2): 1.2/1.4 MB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 32 kB/s) Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9.20190807/jackson-bom-2.9.9.20190807.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9.20190807/jackson-bom-2.9.9.20190807.pom (12 kB at 496 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 416 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.39.Final/netty-bom-4.1.39.Final.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.39.Final/netty-bom-4.1.39.Final.pom (7.9 kB at 466 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 284 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/Californium-SR12/reactor-bom-Californium-SR12.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/Californium-SR12/reactor-bom-Californium-SR12.pom (4.0 kB at 111 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.11.2/log4j-bom-2.11.2.pom Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.11.2/log4j-bom-2.11.2.pom (6.5 kB at 261 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/1/logging-parent-1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/1/logging-parent-1.pom (3.2 kB at 122 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.19.v20190610/jetty-bom-9.4.19.v20190610.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.19.v20190610/jetty-bom-9.4.19.v20190610.pom (18 kB at 502 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/2.27/jersey-bom-2.27.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/2.27/jersey-bom-2.27.pom (22 kB at 422 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 431 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.2/junit-bom-5.3.2.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.2/junit-bom-5.3.2.pom (4.1 kB at 132 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.10.RELEASE/spring-framework-bom-5.1.10.RELEASE.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.10.RELEASE/spring-framework-bom-5.1.10.RELEASE.pom (5.3 kB at 166 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-releasetrain/Lovelace-SR11/spring-data-releasetrain-Lovelace-SR11.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-releasetrain/Lovelace-SR11/spring-data-releasetrain-Lovelace-SR11.pom (4.7 kB at 167 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/2.1.11.RELEASE/spring-data-build-2.1.11.RELEASE.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/2.1.11.RELEASE/spring-data-build-2.1.11.RELEASE.pom (6.8 kB at 270 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/5.1.8.RELEASE/spring-integration-bom-5.1.8.RELEASE.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/5.1.8.RELEASE/spring-integration-bom-5.1.8.RELEASE.pom (8.7 kB at 234 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/5.1.6.RELEASE/spring-security-bom-5.1.6.RELEASE.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/5.1.6.RELEASE/spring-security-bom-5.1.6.RELEASE.pom (5.0 kB at 109 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/session/spring-session-bom/Bean-SR8/spring-session-bom-Bean-SR8.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/session/spring-session-bom/Bean-SR8/spring-session-bom-Bean-SR8.pom (3.0 kB at 78 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.1/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.2/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.3/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.4/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.5/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.6/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.7/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 18 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 33/218 kB Progress (1): 37/218 kB Progress (1): 41/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 66/218 kB Progress (1): 70/218 kB Progress (1): 74/218 kB Progress (1): 78/218 kB Progress (1): 82/218 kB Progress (1): 86/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 130/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 164/218 kB Progress (1): 168/218 kB Progress (1): 172/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 216/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 7.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 33/148 kB Progress (1): 37/148 kB Progress (1): 41/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 66/148 kB Progress (1): 70/148 kB Progress (1): 74/148 kB Progress (1): 78/148 kB Progress (1): 82/148 kB Progress (1): 86/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 130/148 kB Progress (1): 134/148 kB Progress (1): 138/148 kB Progress (1): 142/148 kB Progress (1): 146/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 4.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 987 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 5.7 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 209 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 99 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar Progress (1): 4.1/129 kB Progress (1): 7.7/129 kB Progress (1): 12/129 kB Progress (1): 16/129 kB Progress (1): 20/129 kB Progress (1): 24/129 kB Progress (1): 28/129 kB Progress (1): 32/129 kB Progress (1): 36/129 kB Progress (1): 40/129 kB Progress (1): 44/129 kB Progress (1): 48/129 kB Progress (1): 52/129 kB Progress (1): 56/129 kB Progress (1): 60/129 kB Progress (1): 64/129 kB Progress (1): 68/129 kB Progress (1): 72/129 kB Progress (1): 76/129 kB Progress (1): 80/129 kB Progress (1): 84/129 kB Progress (1): 88/129 kB Progress (1): 92/129 kB Progress (1): 96/129 kB Progress (1): 100/129 kB Progress (1): 104/129 kB Progress (1): 108/129 kB Progress (1): 112/129 kB Progress (1): 116/129 kB Progress (1): 120/129 kB Progress (1): 124/129 kB Progress (1): 128/129 kB Progress (1): 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 3.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.pom (2.9 kB at 96 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.3.0/tycho-source-plugin-1.3.0.jar (23 kB at 903 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 167 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 471 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 123 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 414 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 613 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 592 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 16 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 716 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Progress (2): 22 kB | 4.1/24 kB Progress (2): 22 kB | 7.7/24 kB Progress (2): 22 kB | 12/24 kB Progress (2): 22 kB | 16/24 kB Progress (2): 22 kB | 20/24 kB Progress (2): 22 kB | 24/24 kB Progress (2): 22 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 808 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 883 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.pom (2.3 kB at 78 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 341 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.3.0/tycho-source-feature-plugin-1.3.0.jar (19 kB at 372 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 20 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 88 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 482 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 28 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 50 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 280 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 335 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 586 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 118 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 87 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 165 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 261 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 71 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Progress (1): 481 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 19 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 218 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 104 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 66 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 53 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 16 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 178 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 71 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 50 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 66 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 63 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 67 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 338 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 109 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 145 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/4.2 kB Progress (2): 13 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 397 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 98 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.pom (1.3 kB at 86 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.3.0/tycho-pack200-1.3.0.pom (1.5 kB at 36 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.3.0/tycho-pack200a-plugin-1.3.0.jar (7.2 kB at 234 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.pom Progress (1): 2.6 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.pom (2.6 kB at 144 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom (5.6 kB at 296 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom (12 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar Progress (1): 4.1/66 kB Progress (1): 7.7/66 kB Progress (1): 12/66 kB Progress (1): 16/66 kB Progress (1): 20/66 kB Progress (1): 24/66 kB Progress (1): 28/66 kB Progress (1): 32/66 kB Progress (1): 33/66 kB Progress (1): 37/66 kB Progress (1): 41/66 kB Progress (1): 45/66 kB Progress (1): 49/66 kB Progress (1): 53/66 kB Progress (1): 57/66 kB Progress (1): 61/66 kB Progress (1): 65/66 kB Progress (1): 66 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar (66 kB at 3.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.pom (1.5 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.3.0/tycho-pack200b-plugin-1.3.0.jar (6.8 kB at 189 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 1.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 93 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 390 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.8 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 466 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 64 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 71 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 172 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.3/ow2-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom Progress (1): 4.1/9.5 kB Progress (1): 7.7/9.5 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 328 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Progress (1): 4.1/54 kB Progress (2): 4.1/54 kB | 4.1/21 kB Progress (2): 7.7/54 kB | 4.1/21 kB Progress (2): 7.7/54 kB | 7.7/21 kB Progress (2): 12/54 kB | 7.7/21 kB Progress (2): 12/54 kB | 12/21 kB Progress (2): 16/54 kB | 12/21 kB Progress (2): 16/54 kB | 16/21 kB Progress (2): 20/54 kB | 16/21 kB Progress (2): 20/54 kB | 20/21 kB Progress (3): 20/54 kB | 20/21 kB | 4.1/379 kB Progress (3): 20/54 kB | 21 kB | 4.1/379 kB Progress (3): 24/54 kB | 21 kB | 4.1/379 kB Progress (3): 24/54 kB | 21 kB | 7.7/379 kB Progress (3): 28/54 kB | 21 kB | 7.7/379 kB Progress (3): 28/54 kB | 21 kB | 12/379 kB Progress (3): 32/54 kB | 21 kB | 12/379 kB Progress (3): 32/54 kB | 21 kB | 16/379 kB Progress (3): 36/54 kB | 21 kB | 16/379 kB Progress (3): 36/54 kB | 21 kB | 20/379 kB Progress (3): 40/54 kB | 21 kB | 20/379 kB Progress (3): 40/54 kB | 21 kB | 24/379 kB Progress (3): 44/54 kB | 21 kB | 24/379 kB Progress (3): 44/54 kB | 21 kB | 28/379 kB Progress (3): 48/54 kB | 21 kB | 28/379 kB Progress (3): 48/54 kB | 21 kB | 32/379 kB Progress (3): 52/54 kB | 21 kB | 32/379 kB Progress (3): 52/54 kB | 21 kB | 33/379 kB Progress (3): 54 kB | 21 kB | 33/379 kB Progress (3): 54 kB | 21 kB | 37/379 kB Progress (3): 54 kB | 21 kB | 41/379 kB Progress (3): 54 kB | 21 kB | 45/379 kB Progress (3): 54 kB | 21 kB | 49/379 kB Progress (4): 54 kB | 21 kB | 49/379 kB | 4.1/28 kB Progress (4): 54 kB | 21 kB | 53/379 kB | 4.1/28 kB Progress (4): 54 kB | 21 kB | 53/379 kB | 7.7/28 kB Progress (4): 54 kB | 21 kB | 57/379 kB | 7.7/28 kB Progress (4): 54 kB | 21 kB | 57/379 kB | 12/28 kB Progress (4): 54 kB | 21 kB | 61/379 kB | 12/28 kB Progress (4): 54 kB | 21 kB | 61/379 kB | 16/28 kB Progress (4): 54 kB | 21 kB | 65/379 kB | 16/28 kB Progress (4): 54 kB | 21 kB | 65/379 kB | 20/28 kB Progress (4): 54 kB | 21 kB | 69/379 kB | 20/28 kB Progress (4): 54 kB | 21 kB | 69/379 kB | 24/28 kB Progress (4): 54 kB | 21 kB | 73/379 kB | 24/28 kB Progress (4): 54 kB | 21 kB | 73/379 kB | 28/28 kB Progress (4): 54 kB | 21 kB | 77/379 kB | 28/28 kB Progress (4): 54 kB | 21 kB | 77/379 kB | 28 kB Progress (4): 54 kB | 21 kB | 81/379 kB | 28 kB Progress (4): 54 kB | 21 kB | 85/379 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 479 kB/s) Progress (3): 54 kB | 89/379 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.2 MB/s) Progress (2): 93/379 kB | 28 kB Progress (2): 97/379 kB | 28 kB Progress (2): 101/379 kB | 28 kB Progress (2): 105/379 kB | 28 kB Progress (2): 109/379 kB | 28 kB Progress (2): 113/379 kB | 28 kB Progress (2): 117/379 kB | 28 kB Progress (2): 121/379 kB | 28 kB Progress (2): 125/379 kB | 28 kB Progress (2): 129/379 kB | 28 kB Progress (2): 133/379 kB | 28 kB Progress (2): 137/379 kB | 28 kB Progress (2): 141/379 kB | 28 kB Progress (2): 145/379 kB | 28 kB Progress (2): 149/379 kB | 28 kB Progress (2): 153/379 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 586 kB/s) Progress (1): 157/379 kB Progress (1): 161/379 kB Progress (1): 165/379 kB Progress (1): 169/379 kB Progress (1): 173/379 kB Progress (1): 177/379 kB Progress (1): 181/379 kB Progress (1): 185/379 kB Progress (1): 189/379 kB Progress (1): 193/379 kB Progress (1): 197/379 kB Progress (1): 201/379 kB Progress (1): 205/379 kB Progress (1): 209/379 kB Progress (1): 213/379 kB Progress (1): 217/379 kB Progress (1): 221/379 kB Progress (1): 225/379 kB Progress (1): 229/379 kB Progress (1): 233/379 kB Progress (1): 237/379 kB Progress (1): 241/379 kB Progress (1): 245/379 kB Progress (1): 249/379 kB Progress (1): 253/379 kB Progress (1): 257/379 kB Progress (1): 261/379 kB Progress (1): 265/379 kB Progress (1): 269/379 kB Progress (1): 273/379 kB Progress (1): 277/379 kB Progress (1): 281/379 kB Progress (1): 285/379 kB Progress (1): 289/379 kB Progress (1): 293/379 kB Progress (1): 297/379 kB Progress (1): 301/379 kB Progress (1): 305/379 kB Progress (1): 309/379 kB Progress (1): 313/379 kB Progress (1): 317/379 kB Progress (1): 321/379 kB Progress (1): 325/379 kB Progress (1): 329/379 kB Progress (1): 333/379 kB Progress (1): 337/379 kB Progress (1): 341/379 kB Progress (1): 345/379 kB Progress (1): 349/379 kB Progress (1): 353/379 kB Progress (1): 357/379 kB Progress (1): 361/379 kB Progress (1): 365/379 kB Progress (1): 369/379 kB Progress (1): 373/379 kB Progress (1): 377/379 kB Progress (1): 379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 5.9 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 245 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 686 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 1.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 239 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 325 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 553 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 90 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 1.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 144 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 394 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 597 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 627 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 813 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 204 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 392 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 660 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 718 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 373 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 44/124 kB Progress (1): 48/124 kB Progress (1): 52/124 kB Progress (1): 56/124 kB Progress (1): 60/124 kB Progress (1): 64/124 kB Progress (1): 68/124 kB Progress (1): 72/124 kB Progress (1): 76/124 kB Progress (1): 80/124 kB Progress (1): 84/124 kB Progress (1): 88/124 kB Progress (1): 92/124 kB Progress (1): 96/124 kB Progress (1): 100/124 kB Progress (1): 104/124 kB Progress (1): 108/124 kB Progress (1): 112/124 kB Progress (1): 116/124 kB Progress (1): 120/124 kB Progress (1): 124/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 2.8 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom (4.8 kB at 119 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 44/58 kB Progress (1): 48/58 kB Progress (1): 52/58 kB Progress (1): 56/58 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar (58 kB at 1.7 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom (3.3 kB at 100 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom (1.5 kB at 57 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom (3.0 kB at 97 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom (1.5 kB at 46 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom (1.9 kB at 84 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom (3.3 kB at 91 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom (2.1 kB at 67 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 96 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 270 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 394 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 4.1/7.4 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 283 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 800 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 76 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 79 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 116 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 818 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 127 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 498 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 183 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 509 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 472 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 83 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 44 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 99 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 87 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 172 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 252 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 97 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 28 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 62 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 115 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 62 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 88 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 330 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 546 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 219 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar Progress (1): 4.1/187 kB Progress (1): 7.7/187 kB Progress (2): 7.7/187 kB | 4.1/65 kB Progress (2): 12/187 kB | 4.1/65 kB Progress (2): 12/187 kB | 7.7/65 kB Progress (3): 12/187 kB | 7.7/65 kB | 4.1/920 kB Progress (3): 16/187 kB | 7.7/65 kB | 4.1/920 kB Progress (3): 16/187 kB | 7.7/65 kB | 7.7/920 kB Progress (3): 20/187 kB | 7.7/65 kB | 7.7/920 kB Progress (3): 20/187 kB | 12/65 kB | 7.7/920 kB Progress (3): 20/187 kB | 12/65 kB | 12/920 kB Progress (3): 24/187 kB | 12/65 kB | 12/920 kB Progress (3): 24/187 kB | 12/65 kB | 16/920 kB Progress (3): 28/187 kB | 12/65 kB | 16/920 kB Progress (3): 28/187 kB | 16/65 kB | 16/920 kB Progress (3): 32/187 kB | 16/65 kB | 16/920 kB Progress (3): 32/187 kB | 16/65 kB | 20/920 kB Progress (3): 32/187 kB | 20/65 kB | 20/920 kB Progress (3): 32/187 kB | 20/65 kB | 24/920 kB Progress (3): 36/187 kB | 20/65 kB | 24/920 kB Progress (3): 36/187 kB | 24/65 kB | 24/920 kB Progress (3): 40/187 kB | 24/65 kB | 24/920 kB Progress (3): 40/187 kB | 28/65 kB | 24/920 kB Progress (3): 40/187 kB | 28/65 kB | 28/920 kB Progress (3): 40/187 kB | 32/65 kB | 28/920 kB Progress (3): 44/187 kB | 32/65 kB | 28/920 kB Progress (3): 44/187 kB | 36/65 kB | 28/920 kB Progress (3): 48/187 kB | 36/65 kB | 28/920 kB Progress (3): 48/187 kB | 36/65 kB | 32/920 kB Progress (3): 48/187 kB | 40/65 kB | 32/920 kB Progress (3): 48/187 kB | 40/65 kB | 33/920 kB Progress (3): 52/187 kB | 40/65 kB | 33/920 kB Progress (3): 56/187 kB | 40/65 kB | 33/920 kB Progress (3): 60/187 kB | 40/65 kB | 33/920 kB Progress (3): 64/187 kB | 40/65 kB | 33/920 kB Progress (3): 64/187 kB | 40/65 kB | 37/920 kB Progress (3): 64/187 kB | 44/65 kB | 37/920 kB Progress (3): 64/187 kB | 44/65 kB | 41/920 kB Progress (3): 68/187 kB | 44/65 kB | 41/920 kB Progress (4): 68/187 kB | 44/65 kB | 41/920 kB | 4.1/429 kB Progress (5): 68/187 kB | 44/65 kB | 41/920 kB | 4.1/429 kB | 4.1/26 kB Progress (5): 68/187 kB | 44/65 kB | 41/920 kB | 7.7/429 kB | 4.1/26 kB Progress (5): 72/187 kB | 44/65 kB | 41/920 kB | 7.7/429 kB | 4.1/26 kB Progress (5): 72/187 kB | 44/65 kB | 45/920 kB | 7.7/429 kB | 4.1/26 kB Progress (5): 72/187 kB | 48/65 kB | 45/920 kB | 7.7/429 kB | 4.1/26 kB Progress (5): 72/187 kB | 48/65 kB | 49/920 kB | 7.7/429 kB | 4.1/26 kB Progress (5): 76/187 kB | 48/65 kB | 49/920 kB | 7.7/429 kB | 4.1/26 kB Progress (5): 76/187 kB | 48/65 kB | 49/920 kB | 12/429 kB | 4.1/26 kB Progress (5): 76/187 kB | 48/65 kB | 49/920 kB | 12/429 kB | 7.7/26 kB Progress (5): 76/187 kB | 48/65 kB | 49/920 kB | 16/429 kB | 7.7/26 kB Progress (5): 80/187 kB | 48/65 kB | 49/920 kB | 16/429 kB | 7.7/26 kB Progress (5): 80/187 kB | 48/65 kB | 53/920 kB | 16/429 kB | 7.7/26 kB Progress (5): 80/187 kB | 52/65 kB | 53/920 kB | 16/429 kB | 7.7/26 kB Progress (5): 80/187 kB | 52/65 kB | 57/920 kB | 16/429 kB | 7.7/26 kB Progress (5): 84/187 kB | 52/65 kB | 57/920 kB | 16/429 kB | 7.7/26 kB Progress (5): 84/187 kB | 52/65 kB | 57/920 kB | 20/429 kB | 7.7/26 kB Progress (5): 84/187 kB | 52/65 kB | 57/920 kB | 20/429 kB | 12/26 kB Progress (5): 84/187 kB | 52/65 kB | 57/920 kB | 24/429 kB | 12/26 kB Progress (5): 88/187 kB | 52/65 kB | 57/920 kB | 24/429 kB | 12/26 kB Progress (5): 88/187 kB | 52/65 kB | 61/920 kB | 24/429 kB | 12/26 kB Progress (5): 88/187 kB | 56/65 kB | 61/920 kB | 24/429 kB | 12/26 kB Progress (5): 88/187 kB | 56/65 kB | 65/920 kB | 24/429 kB | 12/26 kB Progress (5): 92/187 kB | 56/65 kB | 65/920 kB | 24/429 kB | 12/26 kB Progress (5): 92/187 kB | 56/65 kB | 65/920 kB | 28/429 kB | 12/26 kB Progress (5): 92/187 kB | 56/65 kB | 65/920 kB | 28/429 kB | 16/26 kB Progress (5): 92/187 kB | 56/65 kB | 65/920 kB | 28/429 kB | 20/26 kB Progress (5): 92/187 kB | 56/65 kB | 65/920 kB | 28/429 kB | 24/26 kB Progress (5): 92/187 kB | 56/65 kB | 65/920 kB | 28/429 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar (26 kB at 523 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar Progress (4): 92/187 kB | 56/65 kB | 65/920 kB | 32/429 kB Progress (4): 96/187 kB | 56/65 kB | 65/920 kB | 32/429 kB Progress (4): 96/187 kB | 56/65 kB | 69/920 kB | 32/429 kB Progress (4): 96/187 kB | 60/65 kB | 69/920 kB | 32/429 kB Progress (4): 96/187 kB | 60/65 kB | 73/920 kB | 32/429 kB Progress (4): 100/187 kB | 60/65 kB | 73/920 kB | 32/429 kB Progress (4): 100/187 kB | 60/65 kB | 73/920 kB | 36/429 kB Progress (4): 104/187 kB | 60/65 kB | 73/920 kB | 36/429 kB Progress (4): 104/187 kB | 60/65 kB | 77/920 kB | 36/429 kB Progress (4): 104/187 kB | 64/65 kB | 77/920 kB | 36/429 kB Progress (4): 108/187 kB | 64/65 kB | 77/920 kB | 36/429 kB Progress (4): 108/187 kB | 64/65 kB | 81/920 kB | 36/429 kB Progress (4): 108/187 kB | 64/65 kB | 81/920 kB | 40/429 kB Progress (4): 108/187 kB | 64/65 kB | 85/920 kB | 40/429 kB Progress (4): 112/187 kB | 64/65 kB | 85/920 kB | 40/429 kB Progress (4): 112/187 kB | 65 kB | 85/920 kB | 40/429 kB Progress (4): 112/187 kB | 65 kB | 89/920 kB | 40/429 kB Progress (4): 112/187 kB | 65 kB | 89/920 kB | 44/429 kB Progress (4): 112/187 kB | 65 kB | 93/920 kB | 44/429 kB Progress (4): 116/187 kB | 65 kB | 93/920 kB | 44/429 kB Progress (4): 116/187 kB | 65 kB | 97/920 kB | 44/429 kB Progress (4): 116/187 kB | 65 kB | 97/920 kB | 48/429 kB Progress (4): 116/187 kB | 65 kB | 101/920 kB | 48/429 kB Progress (4): 120/187 kB | 65 kB | 101/920 kB | 48/429 kB Progress (5): 120/187 kB | 65 kB | 101/920 kB | 48/429 kB | 4.1/112 kB Progress (5): 120/187 kB | 65 kB | 105/920 kB | 48/429 kB | 4.1/112 kB Progress (5): 120/187 kB | 65 kB | 105/920 kB | 52/429 kB | 4.1/112 kB Progress (5): 120/187 kB | 65 kB | 109/920 kB | 52/429 kB | 4.1/112 kB Progress (5): 120/187 kB | 65 kB | 109/920 kB | 52/429 kB | 7.7/112 kB Progress (5): 124/187 kB | 65 kB | 109/920 kB | 52/429 kB | 7.7/112 kB Progress (5): 124/187 kB | 65 kB | 109/920 kB | 52/429 kB | 12/112 kB Progress (5): 124/187 kB | 65 kB | 113/920 kB | 52/429 kB | 12/112 kB Progress (5): 124/187 kB | 65 kB | 113/920 kB | 56/429 kB | 12/112 kB Progress (5): 124/187 kB | 65 kB | 117/920 kB | 56/429 kB | 12/112 kB Progress (5): 124/187 kB | 65 kB | 117/920 kB | 56/429 kB | 16/112 kB Progress (5): 128/187 kB | 65 kB | 117/920 kB | 56/429 kB | 16/112 kB Progress (5): 128/187 kB | 65 kB | 117/920 kB | 56/429 kB | 20/112 kB Progress (5): 128/187 kB | 65 kB | 121/920 kB | 56/429 kB | 20/112 kB Progress (5): 128/187 kB | 65 kB | 121/920 kB | 60/429 kB | 20/112 kB Progress (5): 128/187 kB | 65 kB | 125/920 kB | 60/429 kB | 20/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar (65 kB at 1.0 MB/s) Progress (4): 128/187 kB | 125/920 kB | 60/429 kB | 24/112 kB Progress (4): 132/187 kB | 125/920 kB | 60/429 kB | 24/112 kB Progress (4): 132/187 kB | 125/920 kB | 60/429 kB | 28/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Progress (4): 132/187 kB | 129/920 kB | 60/429 kB | 28/112 kB Progress (4): 132/187 kB | 129/920 kB | 64/429 kB | 28/112 kB Progress (4): 132/187 kB | 133/920 kB | 64/429 kB | 28/112 kB Progress (4): 132/187 kB | 133/920 kB | 64/429 kB | 32/112 kB Progress (4): 136/187 kB | 133/920 kB | 64/429 kB | 32/112 kB Progress (4): 136/187 kB | 133/920 kB | 64/429 kB | 33/112 kB Progress (4): 140/187 kB | 133/920 kB | 64/429 kB | 33/112 kB Progress (4): 140/187 kB | 137/920 kB | 64/429 kB | 33/112 kB Progress (4): 140/187 kB | 137/920 kB | 68/429 kB | 33/112 kB Progress (4): 140/187 kB | 141/920 kB | 68/429 kB | 33/112 kB Progress (4): 144/187 kB | 141/920 kB | 68/429 kB | 33/112 kB Progress (4): 144/187 kB | 141/920 kB | 68/429 kB | 37/112 kB Progress (4): 148/187 kB | 141/920 kB | 68/429 kB | 37/112 kB Progress (4): 148/187 kB | 145/920 kB | 68/429 kB | 37/112 kB Progress (4): 148/187 kB | 145/920 kB | 72/429 kB | 37/112 kB Progress (4): 148/187 kB | 149/920 kB | 72/429 kB | 37/112 kB Progress (4): 152/187 kB | 149/920 kB | 72/429 kB | 37/112 kB Progress (4): 152/187 kB | 149/920 kB | 72/429 kB | 41/112 kB Progress (4): 156/187 kB | 149/920 kB | 72/429 kB | 41/112 kB Progress (4): 156/187 kB | 149/920 kB | 72/429 kB | 45/112 kB Progress (4): 156/187 kB | 153/920 kB | 72/429 kB | 45/112 kB Progress (4): 156/187 kB | 153/920 kB | 76/429 kB | 45/112 kB Progress (4): 156/187 kB | 157/920 kB | 76/429 kB | 45/112 kB Progress (4): 156/187 kB | 157/920 kB | 76/429 kB | 49/112 kB Progress (4): 160/187 kB | 157/920 kB | 76/429 kB | 49/112 kB Progress (4): 160/187 kB | 157/920 kB | 76/429 kB | 53/112 kB Progress (4): 160/187 kB | 161/920 kB | 76/429 kB | 53/112 kB Progress (4): 160/187 kB | 161/920 kB | 80/429 kB | 53/112 kB Progress (4): 160/187 kB | 164/920 kB | 80/429 kB | 53/112 kB Progress (4): 160/187 kB | 164/920 kB | 80/429 kB | 57/112 kB Progress (4): 164/187 kB | 164/920 kB | 80/429 kB | 57/112 kB Progress (4): 164/187 kB | 164/920 kB | 80/429 kB | 61/112 kB Progress (4): 164/187 kB | 168/920 kB | 80/429 kB | 61/112 kB Progress (4): 164/187 kB | 168/920 kB | 84/429 kB | 61/112 kB Progress (4): 164/187 kB | 172/920 kB | 84/429 kB | 61/112 kB Progress (4): 164/187 kB | 172/920 kB | 84/429 kB | 65/112 kB Progress (4): 168/187 kB | 172/920 kB | 84/429 kB | 65/112 kB Progress (4): 168/187 kB | 172/920 kB | 84/429 kB | 69/112 kB Progress (4): 168/187 kB | 176/920 kB | 84/429 kB | 69/112 kB Progress (4): 168/187 kB | 176/920 kB | 88/429 kB | 69/112 kB Progress (4): 168/187 kB | 180/920 kB | 88/429 kB | 69/112 kB Progress (4): 168/187 kB | 180/920 kB | 88/429 kB | 73/112 kB Progress (4): 172/187 kB | 180/920 kB | 88/429 kB | 73/112 kB Progress (4): 172/187 kB | 180/920 kB | 88/429 kB | 77/112 kB Progress (4): 172/187 kB | 184/920 kB | 88/429 kB | 77/112 kB Progress (4): 172/187 kB | 184/920 kB | 92/429 kB | 77/112 kB Progress (4): 172/187 kB | 188/920 kB | 92/429 kB | 77/112 kB Progress (4): 172/187 kB | 188/920 kB | 92/429 kB | 81/112 kB Progress (5): 172/187 kB | 188/920 kB | 92/429 kB | 81/112 kB | 4.1/186 kB Progress (5): 176/187 kB | 188/920 kB | 92/429 kB | 81/112 kB | 4.1/186 kB Progress (5): 176/187 kB | 188/920 kB | 92/429 kB | 81/112 kB | 7.7/186 kB Progress (5): 176/187 kB | 188/920 kB | 92/429 kB | 85/112 kB | 7.7/186 kB Progress (5): 176/187 kB | 192/920 kB | 92/429 kB | 85/112 kB | 7.7/186 kB Progress (5): 176/187 kB | 192/920 kB | 96/429 kB | 85/112 kB | 7.7/186 kB Progress (5): 176/187 kB | 196/920 kB | 96/429 kB | 85/112 kB | 7.7/186 kB Progress (5): 176/187 kB | 196/920 kB | 96/429 kB | 89/112 kB | 7.7/186 kB Progress (5): 176/187 kB | 196/920 kB | 96/429 kB | 89/112 kB | 12/186 kB Progress (5): 180/187 kB | 196/920 kB | 96/429 kB | 89/112 kB | 12/186 kB Progress (5): 180/187 kB | 196/920 kB | 96/429 kB | 89/112 kB | 16/186 kB Progress (5): 180/187 kB | 196/920 kB | 96/429 kB | 93/112 kB | 16/186 kB Progress (5): 180/187 kB | 197/920 kB | 96/429 kB | 93/112 kB | 16/186 kB Progress (5): 180/187 kB | 197/920 kB | 100/429 kB | 93/112 kB | 16/186 kB Progress (5): 180/187 kB | 201/920 kB | 100/429 kB | 93/112 kB | 16/186 kB Progress (5): 180/187 kB | 201/920 kB | 100/429 kB | 97/112 kB | 16/186 kB Progress (5): 180/187 kB | 201/920 kB | 100/429 kB | 97/112 kB | 20/186 kB Progress (5): 184/187 kB | 201/920 kB | 100/429 kB | 97/112 kB | 20/186 kB Progress (5): 184/187 kB | 201/920 kB | 100/429 kB | 97/112 kB | 24/186 kB Progress (5): 184/187 kB | 201/920 kB | 100/429 kB | 101/112 kB | 24/186 kB Progress (5): 184/187 kB | 205/920 kB | 100/429 kB | 101/112 kB | 24/186 kB Progress (5): 184/187 kB | 205/920 kB | 104/429 kB | 101/112 kB | 24/186 kB Progress (5): 184/187 kB | 209/920 kB | 104/429 kB | 101/112 kB | 24/186 kB Progress (5): 184/187 kB | 209/920 kB | 104/429 kB | 105/112 kB | 24/186 kB Progress (5): 184/187 kB | 209/920 kB | 104/429 kB | 105/112 kB | 28/186 kB Progress (5): 187 kB | 209/920 kB | 104/429 kB | 105/112 kB | 28/186 kB Progress (5): 187 kB | 209/920 kB | 104/429 kB | 105/112 kB | 32/186 kB Progress (5): 187 kB | 209/920 kB | 104/429 kB | 109/112 kB | 32/186 kB Progress (5): 187 kB | 213/920 kB | 104/429 kB | 109/112 kB | 32/186 kB Progress (5): 187 kB | 213/920 kB | 108/429 kB | 109/112 kB | 32/186 kB Progress (5): 187 kB | 217/920 kB | 108/429 kB | 109/112 kB | 32/186 kB Progress (5): 187 kB | 217/920 kB | 108/429 kB | 112 kB | 32/186 kB Progress (5): 187 kB | 217/920 kB | 108/429 kB | 112 kB | 36/186 kB Progress (5): 187 kB | 221/920 kB | 108/429 kB | 112 kB | 36/186 kB Progress (5): 187 kB | 221/920 kB | 112/429 kB | 112 kB | 36/186 kB Progress (5): 187 kB | 225/920 kB | 112/429 kB | 112 kB | 36/186 kB Progress (5): 187 kB | 225/920 kB | 112/429 kB | 112 kB | 40/186 kB Progress (5): 187 kB | 229/920 kB | 112/429 kB | 112 kB | 40/186 kB Progress (5): 187 kB | 229/920 kB | 116/429 kB | 112 kB | 40/186 kB Progress (5): 187 kB | 233/920 kB | 116/429 kB | 112 kB | 40/186 kB Progress (5): 187 kB | 233/920 kB | 116/429 kB | 112 kB | 44/186 kB Progress (5): 187 kB | 237/920 kB | 116/429 kB | 112 kB | 44/186 kB Progress (5): 187 kB | 237/920 kB | 120/429 kB | 112 kB | 44/186 kB Progress (5): 187 kB | 241/920 kB | 120/429 kB | 112 kB | 44/186 kB Progress (5): 187 kB | 241/920 kB | 120/429 kB | 112 kB | 48/186 kB Progress (5): 187 kB | 245/920 kB | 120/429 kB | 112 kB | 48/186 kB Progress (5): 187 kB | 245/920 kB | 124/429 kB | 112 kB | 48/186 kB Progress (5): 187 kB | 249/920 kB | 124/429 kB | 112 kB | 48/186 kB Progress (5): 187 kB | 249/920 kB | 124/429 kB | 112 kB | 52/186 kB Progress (5): 187 kB | 253/920 kB | 124/429 kB | 112 kB | 52/186 kB Progress (5): 187 kB | 253/920 kB | 128/429 kB | 112 kB | 52/186 kB Progress (5): 187 kB | 257/920 kB | 128/429 kB | 112 kB | 52/186 kB Progress (5): 187 kB | 257/920 kB | 128/429 kB | 112 kB | 56/186 kB Progress (5): 187 kB | 261/920 kB | 128/429 kB | 112 kB | 56/186 kB Progress (5): 187 kB | 261/920 kB | 132/429 kB | 112 kB | 56/186 kB Progress (5): 187 kB | 265/920 kB | 132/429 kB | 112 kB | 56/186 kB Progress (5): 187 kB | 265/920 kB | 132/429 kB | 112 kB | 60/186 kB Progress (5): 187 kB | 269/920 kB | 132/429 kB | 112 kB | 60/186 kB Progress (5): 187 kB | 269/920 kB | 136/429 kB | 112 kB | 60/186 kB Progress (5): 187 kB | 273/920 kB | 136/429 kB | 112 kB | 60/186 kB Progress (5): 187 kB | 273/920 kB | 136/429 kB | 112 kB | 64/186 kB Progress (5): 187 kB | 277/920 kB | 136/429 kB | 112 kB | 64/186 kB Progress (5): 187 kB | 277/920 kB | 140/429 kB | 112 kB | 64/186 kB Progress (5): 187 kB | 281/920 kB | 140/429 kB | 112 kB | 64/186 kB Progress (5): 187 kB | 281/920 kB | 140/429 kB | 112 kB | 68/186 kB Progress (5): 187 kB | 285/920 kB | 140/429 kB | 112 kB | 68/186 kB Progress (5): 187 kB | 285/920 kB | 144/429 kB | 112 kB | 68/186 kB Progress (5): 187 kB | 289/920 kB | 144/429 kB | 112 kB | 68/186 kB Progress (5): 187 kB | 289/920 kB | 144/429 kB | 112 kB | 72/186 kB Progress (5): 187 kB | 293/920 kB | 144/429 kB | 112 kB | 72/186 kB Progress (5): 187 kB | 293/920 kB | 148/429 kB | 112 kB | 72/186 kB Progress (5): 187 kB | 297/920 kB | 148/429 kB | 112 kB | 72/186 kB Progress (5): 187 kB | 297/920 kB | 148/429 kB | 112 kB | 76/186 kB Progress (5): 187 kB | 301/920 kB | 148/429 kB | 112 kB | 76/186 kB Progress (5): 187 kB | 301/920 kB | 152/429 kB | 112 kB | 76/186 kB Progress (5): 187 kB | 305/920 kB | 152/429 kB | 112 kB | 76/186 kB Progress (5): 187 kB | 305/920 kB | 152/429 kB | 112 kB | 80/186 kB Progress (5): 187 kB | 309/920 kB | 152/429 kB | 112 kB | 80/186 kB Progress (5): 187 kB | 309/920 kB | 156/429 kB | 112 kB | 80/186 kB Progress (5): 187 kB | 313/920 kB | 156/429 kB | 112 kB | 80/186 kB Progress (5): 187 kB | 313/920 kB | 156/429 kB | 112 kB | 84/186 kB Progress (5): 187 kB | 317/920 kB | 156/429 kB | 112 kB | 84/186 kB Progress (5): 187 kB | 317/920 kB | 160/429 kB | 112 kB | 84/186 kB Progress (5): 187 kB | 321/920 kB | 160/429 kB | 112 kB | 84/186 kB Progress (5): 187 kB | 321/920 kB | 160/429 kB | 112 kB | 88/186 kB Progress (5): 187 kB | 325/920 kB | 160/429 kB | 112 kB | 88/186 kB Progress (5): 187 kB | 325/920 kB | 164/429 kB | 112 kB | 88/186 kB Progress (5): 187 kB | 329/920 kB | 164/429 kB | 112 kB | 88/186 kB Progress (5): 187 kB | 329/920 kB | 164/429 kB | 112 kB | 92/186 kB Progress (5): 187 kB | 333/920 kB | 164/429 kB | 112 kB | 92/186 kB Progress (5): 187 kB | 333/920 kB | 168/429 kB | 112 kB | 92/186 kB Progress (5): 187 kB | 333/920 kB | 168/429 kB | 112 kB | 96/186 kB Progress (5): 187 kB | 333/920 kB | 172/429 kB | 112 kB | 96/186 kB Progress (5): 187 kB | 333/920 kB | 172/429 kB | 112 kB | 100/186 kB Progress (5): 187 kB | 333/920 kB | 176/429 kB | 112 kB | 100/186 kB Progress (5): 187 kB | 333/920 kB | 176/429 kB | 112 kB | 104/186 kB Progress (5): 187 kB | 333/920 kB | 180/429 kB | 112 kB | 104/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar (187 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (4): 333/920 kB | 184/429 kB | 112 kB | 104/186 kB Progress (4): 333/920 kB | 184/429 kB | 112 kB | 108/186 kB Progress (4): 333/920 kB | 188/429 kB | 112 kB | 108/186 kB Progress (4): 337/920 kB | 188/429 kB | 112 kB | 108/186 kB Progress (4): 337/920 kB | 192/429 kB | 112 kB | 108/186 kB Progress (4): 337/920 kB | 192/429 kB | 112 kB | 112/186 kB Progress (4): 337/920 kB | 196/429 kB | 112 kB | 112/186 kB Progress (4): 341/920 kB | 196/429 kB | 112 kB | 112/186 kB Progress (4): 341/920 kB | 200/429 kB | 112 kB | 112/186 kB Progress (4): 341/920 kB | 200/429 kB | 112 kB | 116/186 kB Progress (4): 345/920 kB | 200/429 kB | 112 kB | 116/186 kB Progress (4): 345/920 kB | 200/429 kB | 112 kB | 120/186 kB Progress (4): 349/920 kB | 200/429 kB | 112 kB | 120/186 kB Progress (4): 349/920 kB | 200/429 kB | 112 kB | 124/186 kB Progress (4): 349/920 kB | 200/429 kB | 112 kB | 128/186 kB Progress (4): 353/920 kB | 200/429 kB | 112 kB | 128/186 kB Progress (4): 353/920 kB | 200/429 kB | 112 kB | 132/186 kB Progress (4): 357/920 kB | 200/429 kB | 112 kB | 132/186 kB Progress (4): 357/920 kB | 200/429 kB | 112 kB | 136/186 kB Progress (4): 361/920 kB | 200/429 kB | 112 kB | 136/186 kB Progress (4): 361/920 kB | 200/429 kB | 112 kB | 140/186 kB Progress (4): 365/920 kB | 200/429 kB | 112 kB | 140/186 kB Progress (4): 365/920 kB | 200/429 kB | 112 kB | 144/186 kB Progress (4): 369/920 kB | 200/429 kB | 112 kB | 144/186 kB Progress (4): 369/920 kB | 200/429 kB | 112 kB | 148/186 kB Progress (4): 373/920 kB | 200/429 kB | 112 kB | 148/186 kB Progress (4): 373/920 kB | 200/429 kB | 112 kB | 152/186 kB Progress (4): 377/920 kB | 200/429 kB | 112 kB | 152/186 kB Progress (4): 377/920 kB | 200/429 kB | 112 kB | 156/186 kB Progress (4): 381/920 kB | 200/429 kB | 112 kB | 156/186 kB Progress (4): 381/920 kB | 200/429 kB | 112 kB | 160/186 kB Progress (4): 385/920 kB | 200/429 kB | 112 kB | 160/186 kB Progress (4): 385/920 kB | 200/429 kB | 112 kB | 164/186 kB Progress (4): 389/920 kB | 200/429 kB | 112 kB | 164/186 kB Progress (4): 389/920 kB | 200/429 kB | 112 kB | 168/186 kB Progress (4): 393/920 kB | 200/429 kB | 112 kB | 168/186 kB Progress (4): 393/920 kB | 200/429 kB | 112 kB | 172/186 kB Progress (4): 397/920 kB | 200/429 kB | 112 kB | 172/186 kB Progress (4): 397/920 kB | 200/429 kB | 112 kB | 176/186 kB Progress (4): 401/920 kB | 200/429 kB | 112 kB | 176/186 kB Progress (4): 401/920 kB | 200/429 kB | 112 kB | 180/186 kB Progress (4): 405/920 kB | 200/429 kB | 112 kB | 180/186 kB Progress (4): 405/920 kB | 200/429 kB | 112 kB | 184/186 kB Progress (4): 409/920 kB | 200/429 kB | 112 kB | 184/186 kB Progress (4): 409/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 413/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 417/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 421/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 425/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 429/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 433/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 437/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 441/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 445/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 449/920 kB | 200/429 kB | 112 kB | 186 kB Progress (4): 453/920 kB | 200/429 kB | 112 kB | 186 kB Progress (5): 453/920 kB | 200/429 kB | 112 kB | 186 kB | 4.1/13 kB Progress (5): 457/920 kB | 200/429 kB | 112 kB | 186 kB | 4.1/13 kB Progress (5): 457/920 kB | 200/429 kB | 112 kB | 186 kB | 7.7/13 kB Progress (5): 461/920 kB | 200/429 kB | 112 kB | 186 kB | 7.7/13 kB Progress (5): 461/920 kB | 200/429 kB | 112 kB | 186 kB | 12/13 kB Progress (5): 465/920 kB | 200/429 kB | 112 kB | 186 kB | 12/13 kB Progress (5): 465/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 469/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 473/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 477/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 481/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 485/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 489/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 493/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 497/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 501/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 505/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Progress (5): 509/920 kB | 200/429 kB | 112 kB | 186 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 1.6 MB/s) Progress (4): 513/920 kB | 200/429 kB | 112 kB | 13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (4): 517/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 521/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 525/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 529/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 533/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 537/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 541/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 545/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 549/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 553/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 557/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 561/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 565/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 569/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 573/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 577/920 kB | 200/429 kB | 112 kB | 13 kB Progress (4): 581/920 kB | 200/429 kB | 112 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 113 kB/s) Progress (3): 585/920 kB | 200/429 kB | 112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (3): 589/920 kB | 200/429 kB | 112 kB Progress (3): 593/920 kB | 200/429 kB | 112 kB Progress (3): 597/920 kB | 200/429 kB | 112 kB Progress (4): 597/920 kB | 200/429 kB | 112 kB | 4.1/524 kB Progress (4): 601/920 kB | 200/429 kB | 112 kB | 4.1/524 kB Progress (4): 601/920 kB | 200/429 kB | 112 kB | 7.7/524 kB Progress (4): 605/920 kB | 200/429 kB | 112 kB | 7.7/524 kB Progress (4): 605/920 kB | 200/429 kB | 112 kB | 12/524 kB Progress (4): 609/920 kB | 200/429 kB | 112 kB | 12/524 kB Progress (4): 609/920 kB | 200/429 kB | 112 kB | 16/524 kB Progress (4): 613/920 kB | 200/429 kB | 112 kB | 16/524 kB Progress (4): 613/920 kB | 200/429 kB | 112 kB | 20/524 kB Progress (4): 617/920 kB | 200/429 kB | 112 kB | 20/524 kB Progress (4): 617/920 kB | 200/429 kB | 112 kB | 24/524 kB Progress (4): 621/920 kB | 200/429 kB | 112 kB | 24/524 kB Progress (4): 621/920 kB | 200/429 kB | 112 kB | 28/524 kB Progress (4): 625/920 kB | 200/429 kB | 112 kB | 28/524 kB Progress (4): 625/920 kB | 200/429 kB | 112 kB | 32/524 kB Progress (4): 629/920 kB | 200/429 kB | 112 kB | 32/524 kB Progress (4): 629/920 kB | 200/429 kB | 112 kB | 33/524 kB Progress (4): 633/920 kB | 200/429 kB | 112 kB | 33/524 kB Progress (4): 633/920 kB | 200/429 kB | 112 kB | 37/524 kB Progress (4): 637/920 kB | 200/429 kB | 112 kB | 37/524 kB Progress (4): 637/920 kB | 200/429 kB | 112 kB | 41/524 kB Progress (4): 641/920 kB | 200/429 kB | 112 kB | 41/524 kB Progress (4): 641/920 kB | 200/429 kB | 112 kB | 45/524 kB Progress (4): 645/920 kB | 200/429 kB | 112 kB | 45/524 kB Progress (4): 645/920 kB | 200/429 kB | 112 kB | 49/524 kB Progress (4): 649/920 kB | 200/429 kB | 112 kB | 49/524 kB Progress (4): 649/920 kB | 200/429 kB | 112 kB | 53/524 kB Progress (4): 653/920 kB | 200/429 kB | 112 kB | 53/524 kB Progress (4): 653/920 kB | 200/429 kB | 112 kB | 57/524 kB Progress (4): 657/920 kB | 200/429 kB | 112 kB | 57/524 kB Progress (4): 657/920 kB | 200/429 kB | 112 kB | 61/524 kB Progress (4): 661/920 kB | 200/429 kB | 112 kB | 61/524 kB Progress (4): 661/920 kB | 200/429 kB | 112 kB | 65/524 kB Progress (4): 665/920 kB | 200/429 kB | 112 kB | 65/524 kB Progress (4): 665/920 kB | 200/429 kB | 112 kB | 66/524 kB Progress (4): 665/920 kB | 200/429 kB | 112 kB | 70/524 kB Progress (4): 665/920 kB | 200/429 kB | 112 kB | 74/524 kB Progress (4): 665/920 kB | 200/429 kB | 112 kB | 78/524 kB Progress (4): 665/920 kB | 200/429 kB | 112 kB | 82/524 kB Progress (5): 665/920 kB | 200/429 kB | 112 kB | 82/524 kB | 4.1/273 kB Progress (5): 665/920 kB | 200/429 kB | 112 kB | 82/524 kB | 7.7/273 kB Progress (5): 665/920 kB | 200/429 kB | 112 kB | 82/524 kB | 12/273 kB Progress (5): 669/920 kB | 200/429 kB | 112 kB | 82/524 kB | 12/273 kB Progress (5): 669/920 kB | 200/429 kB | 112 kB | 82/524 kB | 16/273 kB Progress (5): 673/920 kB | 200/429 kB | 112 kB | 82/524 kB | 16/273 kB Progress (5): 673/920 kB | 200/429 kB | 112 kB | 86/524 kB | 16/273 kB Progress (5): 677/920 kB | 200/429 kB | 112 kB | 86/524 kB | 16/273 kB Progress (5): 677/920 kB | 200/429 kB | 112 kB | 86/524 kB | 20/273 kB Progress (5): 681/920 kB | 200/429 kB | 112 kB | 86/524 kB | 20/273 kB Progress (5): 681/920 kB | 200/429 kB | 112 kB | 90/524 kB | 20/273 kB Progress (5): 685/920 kB | 200/429 kB | 112 kB | 90/524 kB | 20/273 kB Progress (5): 685/920 kB | 200/429 kB | 112 kB | 90/524 kB | 24/273 kB Progress (5): 689/920 kB | 200/429 kB | 112 kB | 90/524 kB | 24/273 kB Progress (5): 689/920 kB | 200/429 kB | 112 kB | 90/524 kB | 28/273 kB Progress (5): 689/920 kB | 200/429 kB | 112 kB | 94/524 kB | 28/273 kB Progress (5): 689/920 kB | 200/429 kB | 112 kB | 94/524 kB | 32/273 kB Progress (5): 693/920 kB | 200/429 kB | 112 kB | 94/524 kB | 32/273 kB Progress (5): 693/920 kB | 200/429 kB | 112 kB | 94/524 kB | 33/273 kB Progress (5): 693/920 kB | 200/429 kB | 112 kB | 98/524 kB | 33/273 kB Progress (5): 693/920 kB | 200/429 kB | 112 kB | 98/524 kB | 37/273 kB Progress (5): 697/920 kB | 200/429 kB | 112 kB | 98/524 kB | 37/273 kB Progress (5): 697/920 kB | 200/429 kB | 112 kB | 98/524 kB | 41/273 kB Progress (5): 697/920 kB | 200/429 kB | 112 kB | 98/524 kB | 41/273 kB Progress (5): 697/920 kB | 200/429 kB | 112 kB | 98/524 kB | 45/273 kB Progress (5): 701/920 kB | 200/429 kB | 112 kB | 98/524 kB | 45/273 kB Progress (5): 701/920 kB | 200/429 kB | 112 kB | 98/524 kB | 49/273 kB Progress (5): 701/920 kB | 200/429 kB | 112 kB | 102/524 kB | 49/273 kB Progress (5): 701/920 kB | 200/429 kB | 112 kB | 102/524 kB | 53/273 kB Progress (5): 705/920 kB | 200/429 kB | 112 kB | 102/524 kB | 53/273 kB Progress (5): 705/920 kB | 200/429 kB | 112 kB | 102/524 kB | 57/273 kB Progress (5): 705/920 kB | 200/429 kB | 112 kB | 106/524 kB | 57/273 kB Progress (5): 705/920 kB | 200/429 kB | 112 kB | 106/524 kB | 61/273 kB Progress (5): 709/920 kB | 200/429 kB | 112 kB | 106/524 kB | 61/273 kB Progress (5): 709/920 kB | 200/429 kB | 112 kB | 106/524 kB | 65/273 kB Progress (5): 709/920 kB | 200/429 kB | 112 kB | 110/524 kB | 65/273 kB Progress (5): 709/920 kB | 200/429 kB | 112 kB | 110/524 kB | 66/273 kB Progress (5): 713/920 kB | 200/429 kB | 112 kB | 110/524 kB | 66/273 kB Progress (5): 713/920 kB | 200/429 kB | 112 kB | 110/524 kB | 70/273 kB Progress (5): 713/920 kB | 200/429 kB | 112 kB | 114/524 kB | 70/273 kB Progress (5): 713/920 kB | 200/429 kB | 112 kB | 114/524 kB | 74/273 kB Progress (5): 717/920 kB | 200/429 kB | 112 kB | 114/524 kB | 74/273 kB Progress (5): 717/920 kB | 200/429 kB | 112 kB | 114/524 kB | 78/273 kB Progress (5): 717/920 kB | 200/429 kB | 112 kB | 118/524 kB | 78/273 kB Progress (5): 717/920 kB | 200/429 kB | 112 kB | 118/524 kB | 82/273 kB Progress (5): 721/920 kB | 200/429 kB | 112 kB | 118/524 kB | 82/273 kB Progress (5): 721/920 kB | 200/429 kB | 112 kB | 118/524 kB | 86/273 kB Progress (5): 721/920 kB | 200/429 kB | 112 kB | 122/524 kB | 86/273 kB Progress (5): 721/920 kB | 200/429 kB | 112 kB | 122/524 kB | 90/273 kB Progress (5): 725/920 kB | 200/429 kB | 112 kB | 122/524 kB | 90/273 kB Progress (5): 725/920 kB | 200/429 kB | 112 kB | 122/524 kB | 94/273 kB Progress (5): 725/920 kB | 200/429 kB | 112 kB | 126/524 kB | 94/273 kB Progress (5): 725/920 kB | 200/429 kB | 112 kB | 126/524 kB | 98/273 kB Progress (5): 729/920 kB | 200/429 kB | 112 kB | 126/524 kB | 98/273 kB Progress (5): 729/920 kB | 200/429 kB | 112 kB | 126/524 kB | 98/273 kB Progress (5): 729/920 kB | 200/429 kB | 112 kB | 130/524 kB | 98/273 kB Progress (5): 729/920 kB | 200/429 kB | 112 kB | 130/524 kB | 102/273 kB Progress (5): 729/920 kB | 200/429 kB | 112 kB | 130/524 kB | 106/273 kB Progress (5): 733/920 kB | 200/429 kB | 112 kB | 130/524 kB | 106/273 kB Progress (5): 733/920 kB | 200/429 kB | 112 kB | 130/524 kB | 110/273 kB Progress (5): 733/920 kB | 200/429 kB | 112 kB | 131/524 kB | 110/273 kB Progress (5): 733/920 kB | 200/429 kB | 112 kB | 131/524 kB | 114/273 kB Progress (5): 737/920 kB | 200/429 kB | 112 kB | 131/524 kB | 114/273 kB Progress (5): 737/920 kB | 200/429 kB | 112 kB | 131/524 kB | 118/273 kB Progress (5): 737/920 kB | 200/429 kB | 112 kB | 135/524 kB | 118/273 kB Progress (5): 737/920 kB | 200/429 kB | 112 kB | 135/524 kB | 122/273 kB Progress (5): 741/920 kB | 200/429 kB | 112 kB | 135/524 kB | 122/273 kB Progress (5): 741/920 kB | 200/429 kB | 112 kB | 135/524 kB | 126/273 kB Progress (5): 741/920 kB | 200/429 kB | 112 kB | 139/524 kB | 126/273 kB Progress (5): 741/920 kB | 200/429 kB | 112 kB | 139/524 kB | 130/273 kB Progress (5): 745/920 kB | 200/429 kB | 112 kB | 139/524 kB | 130/273 kB Progress (5): 745/920 kB | 200/429 kB | 112 kB | 139/524 kB | 131/273 kB Progress (5): 745/920 kB | 200/429 kB | 112 kB | 143/524 kB | 131/273 kB Progress (5): 745/920 kB | 200/429 kB | 112 kB | 147/524 kB | 131/273 kB Progress (5): 745/920 kB | 200/429 kB | 112 kB | 147/524 kB | 135/273 kB Progress (5): 749/920 kB | 200/429 kB | 112 kB | 147/524 kB | 135/273 kB Progress (5): 749/920 kB | 200/429 kB | 112 kB | 147/524 kB | 139/273 kB Progress (5): 749/920 kB | 200/429 kB | 112 kB | 151/524 kB | 139/273 kB Progress (5): 749/920 kB | 200/429 kB | 112 kB | 151/524 kB | 143/273 kB Progress (5): 753/920 kB | 200/429 kB | 112 kB | 151/524 kB | 143/273 kB Progress (5): 753/920 kB | 200/429 kB | 112 kB | 151/524 kB | 147/273 kB Progress (5): 753/920 kB | 200/429 kB | 112 kB | 155/524 kB | 147/273 kB Progress (5): 753/920 kB | 200/429 kB | 112 kB | 155/524 kB | 151/273 kB Progress (5): 757/920 kB | 200/429 kB | 112 kB | 155/524 kB | 151/273 kB Progress (5): 757/920 kB | 200/429 kB | 112 kB | 155/524 kB | 155/273 kB Progress (5): 757/920 kB | 200/429 kB | 112 kB | 159/524 kB | 155/273 kB Progress (5): 757/920 kB | 200/429 kB | 112 kB | 159/524 kB | 159/273 kB Progress (5): 761/920 kB | 200/429 kB | 112 kB | 159/524 kB | 159/273 kB Progress (5): 761/920 kB | 200/429 kB | 112 kB | 159/524 kB | 163/273 kB Progress (5): 761/920 kB | 200/429 kB | 112 kB | 163/524 kB | 163/273 kB Progress (5): 761/920 kB | 200/429 kB | 112 kB | 163/524 kB | 164/273 kB Progress (5): 765/920 kB | 200/429 kB | 112 kB | 163/524 kB | 164/273 kB Progress (5): 765/920 kB | 200/429 kB | 112 kB | 163/524 kB | 168/273 kB Progress (5): 765/920 kB | 200/429 kB | 112 kB | 164/524 kB | 168/273 kB Progress (5): 765/920 kB | 200/429 kB | 112 kB | 164/524 kB | 172/273 kB Progress (5): 769/920 kB | 200/429 kB | 112 kB | 164/524 kB | 172/273 kB Progress (5): 769/920 kB | 200/429 kB | 112 kB | 164/524 kB | 176/273 kB Progress (5): 769/920 kB | 200/429 kB | 112 kB | 168/524 kB | 176/273 kB Progress (5): 769/920 kB | 200/429 kB | 112 kB | 168/524 kB | 180/273 kB Progress (5): 773/920 kB | 200/429 kB | 112 kB | 168/524 kB | 180/273 kB Progress (5): 773/920 kB | 200/429 kB | 112 kB | 168/524 kB | 184/273 kB Progress (5): 773/920 kB | 200/429 kB | 112 kB | 172/524 kB | 184/273 kB Progress (5): 773/920 kB | 200/429 kB | 112 kB | 172/524 kB | 188/273 kB Progress (5): 777/920 kB | 200/429 kB | 112 kB | 172/524 kB | 188/273 kB Progress (5): 777/920 kB | 200/429 kB | 112 kB | 172/524 kB | 192/273 kB Progress (5): 777/920 kB | 200/429 kB | 112 kB | 176/524 kB | 192/273 kB Progress (5): 777/920 kB | 200/429 kB | 112 kB | 176/524 kB | 196/273 kB Progress (5): 781/920 kB | 200/429 kB | 112 kB | 176/524 kB | 196/273 kB Progress (5): 781/920 kB | 200/429 kB | 112 kB | 176/524 kB | 197/273 kB Progress (5): 781/920 kB | 200/429 kB | 112 kB | 180/524 kB | 197/273 kB Progress (5): 781/920 kB | 200/429 kB | 112 kB | 180/524 kB | 201/273 kB Progress (5): 785/920 kB | 200/429 kB | 112 kB | 180/524 kB | 201/273 kB Progress (5): 785/920 kB | 200/429 kB | 112 kB | 180/524 kB | 205/273 kB Progress (5): 785/920 kB | 200/429 kB | 112 kB | 184/524 kB | 205/273 kB Progress (5): 785/920 kB | 200/429 kB | 112 kB | 184/524 kB | 209/273 kB Progress (5): 789/920 kB | 200/429 kB | 112 kB | 184/524 kB | 209/273 kB Progress (5): 789/920 kB | 200/429 kB | 112 kB | 184/524 kB | 213/273 kB Progress (5): 789/920 kB | 200/429 kB | 112 kB | 188/524 kB | 213/273 kB Progress (5): 789/920 kB | 200/429 kB | 112 kB | 188/524 kB | 217/273 kB Progress (5): 793/920 kB | 200/429 kB | 112 kB | 188/524 kB | 217/273 kB Progress (5): 793/920 kB | 200/429 kB | 112 kB | 188/524 kB | 221/273 kB Progress (5): 793/920 kB | 200/429 kB | 112 kB | 192/524 kB | 221/273 kB Progress (5): 793/920 kB | 200/429 kB | 112 kB | 192/524 kB | 225/273 kB Progress (5): 797/920 kB | 200/429 kB | 112 kB | 192/524 kB | 225/273 kB Progress (5): 797/920 kB | 200/429 kB | 112 kB | 192/524 kB | 229/273 kB Progress (5): 797/920 kB | 200/429 kB | 112 kB | 196/524 kB | 229/273 kB Progress (5): 797/920 kB | 200/429 kB | 112 kB | 196/524 kB | 229/273 kB Progress (5): 801/920 kB | 200/429 kB | 112 kB | 196/524 kB | 229/273 kB Progress (5): 801/920 kB | 200/429 kB | 112 kB | 196/524 kB | 233/273 kB Progress (5): 801/920 kB | 200/429 kB | 112 kB | 200/524 kB | 233/273 kB Progress (5): 801/920 kB | 200/429 kB | 112 kB | 200/524 kB | 237/273 kB Progress (5): 805/920 kB | 200/429 kB | 112 kB | 200/524 kB | 237/273 kB Progress (5): 805/920 kB | 200/429 kB | 112 kB | 200/524 kB | 241/273 kB Progress (5): 805/920 kB | 200/429 kB | 112 kB | 204/524 kB | 241/273 kB Progress (5): 805/920 kB | 200/429 kB | 112 kB | 204/524 kB | 245/273 kB Progress (5): 809/920 kB | 200/429 kB | 112 kB | 204/524 kB | 245/273 kB Progress (5): 809/920 kB | 200/429 kB | 112 kB | 204/524 kB | 249/273 kB Progress (5): 809/920 kB | 200/429 kB | 112 kB | 208/524 kB | 249/273 kB Progress (5): 809/920 kB | 200/429 kB | 112 kB | 208/524 kB | 253/273 kB Progress (5): 813/920 kB | 200/429 kB | 112 kB | 208/524 kB | 253/273 kB Progress (5): 813/920 kB | 200/429 kB | 112 kB | 208/524 kB | 257/273 kB Progress (5): 813/920 kB | 200/429 kB | 112 kB | 212/524 kB | 257/273 kB Progress (5): 813/920 kB | 200/429 kB | 112 kB | 212/524 kB | 261/273 kB Progress (5): 817/920 kB | 200/429 kB | 112 kB | 212/524 kB | 261/273 kB Progress (5): 817/920 kB | 200/429 kB | 112 kB | 212/524 kB | 265/273 kB Progress (5): 817/920 kB | 200/429 kB | 112 kB | 216/524 kB | 265/273 kB Progress (5): 817/920 kB | 200/429 kB | 112 kB | 216/524 kB | 269/273 kB Progress (5): 821/920 kB | 200/429 kB | 112 kB | 216/524 kB | 269/273 kB Progress (5): 821/920 kB | 200/429 kB | 112 kB | 216/524 kB | 273/273 kB Progress (5): 821/920 kB | 200/429 kB | 112 kB | 220/524 kB | 273/273 kB Progress (5): 821/920 kB | 200/429 kB | 112 kB | 220/524 kB | 273 kB Progress (5): 825/920 kB | 200/429 kB | 112 kB | 220/524 kB | 273 kB Progress (5): 825/920 kB | 200/429 kB | 112 kB | 224/524 kB | 273 kB Progress (5): 829/920 kB | 200/429 kB | 112 kB | 224/524 kB | 273 kB Progress (5): 829/920 kB | 200/429 kB | 112 kB | 228/524 kB | 273 kB Progress (5): 833/920 kB | 200/429 kB | 112 kB | 228/524 kB | 273 kB Progress (5): 837/920 kB | 200/429 kB | 112 kB | 228/524 kB | 273 kB Progress (5): 837/920 kB | 200/429 kB | 112 kB | 229/524 kB | 273 kB Progress (5): 841/920 kB | 200/429 kB | 112 kB | 229/524 kB | 273 kB Progress (5): 841/920 kB | 200/429 kB | 112 kB | 233/524 kB | 273 kB Progress (5): 845/920 kB | 200/429 kB | 112 kB | 233/524 kB | 273 kB Progress (5): 845/920 kB | 200/429 kB | 112 kB | 237/524 kB | 273 kB Progress (5): 849/920 kB | 200/429 kB | 112 kB | 237/524 kB | 273 kB Progress (5): 849/920 kB | 200/429 kB | 112 kB | 241/524 kB | 273 kB Progress (5): 853/920 kB | 200/429 kB | 112 kB | 241/524 kB | 273 kB Progress (5): 853/920 kB | 200/429 kB | 112 kB | 245/524 kB | 273 kB Progress (5): 857/920 kB | 200/429 kB | 112 kB | 245/524 kB | 273 kB Progress (5): 857/920 kB | 200/429 kB | 112 kB | 249/524 kB | 273 kB Progress (5): 861/920 kB | 200/429 kB | 112 kB | 249/524 kB | 273 kB Progress (5): 861/920 kB | 200/429 kB | 112 kB | 253/524 kB | 273 kB Progress (5): 865/920 kB | 200/429 kB | 112 kB | 253/524 kB | 273 kB Progress (5): 865/920 kB | 200/429 kB | 112 kB | 257/524 kB | 273 kB Progress (5): 869/920 kB | 200/429 kB | 112 kB | 257/524 kB | 273 kB Progress (5): 869/920 kB | 200/429 kB | 112 kB | 261/524 kB | 273 kB Progress (5): 873/920 kB | 200/429 kB | 112 kB | 261/524 kB | 273 kB Progress (5): 873/920 kB | 200/429 kB | 112 kB | 265/524 kB | 273 kB Progress (5): 877/920 kB | 200/429 kB | 112 kB | 265/524 kB | 273 kB Progress (5): 877/920 kB | 200/429 kB | 112 kB | 269/524 kB | 273 kB Progress (5): 881/920 kB | 200/429 kB | 112 kB | 269/524 kB | 273 kB Progress (5): 881/920 kB | 200/429 kB | 112 kB | 273/524 kB | 273 kB Progress (5): 885/920 kB | 200/429 kB | 112 kB | 273/524 kB | 273 kB Progress (5): 885/920 kB | 200/429 kB | 112 kB | 277/524 kB | 273 kB Progress (5): 889/920 kB | 200/429 kB | 112 kB | 277/524 kB | 273 kB Progress (5): 889/920 kB | 200/429 kB | 112 kB | 281/524 kB | 273 kB Progress (5): 893/920 kB | 200/429 kB | 112 kB | 281/524 kB | 273 kB Progress (5): 893/920 kB | 200/429 kB | 112 kB | 285/524 kB | 273 kB Progress (5): 897/920 kB | 200/429 kB | 112 kB | 285/524 kB | 273 kB Progress (5): 897/920 kB | 200/429 kB | 112 kB | 289/524 kB | 273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 1.4 MB/s) Progress (4): 901/920 kB | 200/429 kB | 112 kB | 289/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 901/920 kB | 200/429 kB | 112 kB | 293/524 kB Progress (4): 905/920 kB | 200/429 kB | 112 kB | 293/524 kB Progress (4): 905/920 kB | 200/429 kB | 112 kB | 297/524 kB Progress (4): 909/920 kB | 200/429 kB | 112 kB | 297/524 kB Progress (4): 909/920 kB | 200/429 kB | 112 kB | 301/524 kB Progress (4): 913/920 kB | 200/429 kB | 112 kB | 301/524 kB Progress (4): 913/920 kB | 200/429 kB | 112 kB | 305/524 kB Progress (4): 917/920 kB | 200/429 kB | 112 kB | 305/524 kB Progress (4): 917/920 kB | 200/429 kB | 112 kB | 309/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 309/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 313/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 317/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 321/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 325/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 329/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 333/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 337/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 341/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 345/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 349/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 353/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 357/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 361/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 365/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 369/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 373/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 377/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 381/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 385/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 389/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 393/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 397/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 401/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 405/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 409/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 413/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 417/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 421/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 425/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 429/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 433/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 437/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 441/524 kB Progress (4): 920 kB | 200/429 kB | 112 kB | 445/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar (920 kB at 4.5 MB/s) Progress (3): 200/429 kB | 112 kB | 449/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (4): 200/429 kB | 112 kB | 449/524 kB | 4.1/39 kB Progress (4): 200/429 kB | 112 kB | 453/524 kB | 4.1/39 kB Progress (4): 200/429 kB | 112 kB | 453/524 kB | 7.7/39 kB Progress (4): 200/429 kB | 112 kB | 457/524 kB | 7.7/39 kB Progress (4): 200/429 kB | 112 kB | 457/524 kB | 12/39 kB Progress (4): 200/429 kB | 112 kB | 459/524 kB | 12/39 kB Progress (4): 200/429 kB | 112 kB | 459/524 kB | 16/39 kB Progress (4): 200/429 kB | 112 kB | 463/524 kB | 16/39 kB Progress (4): 200/429 kB | 112 kB | 463/524 kB | 20/39 kB Progress (4): 200/429 kB | 112 kB | 467/524 kB | 20/39 kB Progress (4): 200/429 kB | 112 kB | 467/524 kB | 24/39 kB Progress (4): 200/429 kB | 112 kB | 471/524 kB | 24/39 kB Progress (4): 200/429 kB | 112 kB | 471/524 kB | 28/39 kB Progress (4): 200/429 kB | 112 kB | 475/524 kB | 28/39 kB Progress (4): 200/429 kB | 112 kB | 475/524 kB | 32/39 kB Progress (4): 200/429 kB | 112 kB | 479/524 kB | 32/39 kB Progress (4): 200/429 kB | 112 kB | 479/524 kB | 36/39 kB Progress (4): 200/429 kB | 112 kB | 483/524 kB | 36/39 kB Progress (4): 200/429 kB | 112 kB | 483/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 487/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 491/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 495/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 499/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 503/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 507/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 511/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 515/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 519/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 523/524 kB | 39 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 39 kB Progress (5): 200/429 kB | 112 kB | 524 kB | 39 kB | 4.1/156 kB Progress (5): 200/429 kB | 112 kB | 524 kB | 39 kB | 7.7/156 kB Progress (5): 200/429 kB | 112 kB | 524 kB | 39 kB | 12/156 kB Progress (5): 200/429 kB | 112 kB | 524 kB | 39 kB | 16/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 184 kB/s) Progress (4): 200/429 kB | 112 kB | 524 kB | 20/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (4): 200/429 kB | 112 kB | 524 kB | 24/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 28/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 32/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 36/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 40/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 44/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 48/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 52/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 56/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 60/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 64/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 68/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 72/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 76/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 80/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 84/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 88/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 92/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 96/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 100/156 kB Progress (4): 200/429 kB | 112 kB | 524 kB | 104/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 2.4 MB/s) Progress (3): 200/429 kB | 112 kB | 108/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (3): 200/429 kB | 112 kB | 112/156 kB Progress (3): 200/429 kB | 112 kB | 116/156 kB Progress (3): 200/429 kB | 112 kB | 120/156 kB Progress (3): 200/429 kB | 112 kB | 124/156 kB Progress (3): 200/429 kB | 112 kB | 128/156 kB Progress (3): 200/429 kB | 112 kB | 132/156 kB Progress (3): 200/429 kB | 112 kB | 136/156 kB Progress (3): 200/429 kB | 112 kB | 140/156 kB Progress (3): 200/429 kB | 112 kB | 144/156 kB Progress (3): 200/429 kB | 112 kB | 148/156 kB Progress (3): 200/429 kB | 112 kB | 152/156 kB Progress (3): 200/429 kB | 112 kB | 156/156 kB Progress (3): 200/429 kB | 112 kB | 156 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 4.1/35 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 7.7/35 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 12/35 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 16/35 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 20/35 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 24/35 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 28/35 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 32/35 kB Progress (4): 200/429 kB | 112 kB | 156 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 679 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (4): 200/429 kB | 112 kB | 35 kB | 4.1/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 7.7/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 12/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 16/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 20/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 24/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 28/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 32/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 33/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 37/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 41/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 45/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 49/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 53/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 57/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 61/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 65/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 66/68 kB Progress (4): 200/429 kB | 112 kB | 35 kB | 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 147 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 200/429 kB | 112 kB | 68 kB | 4.1/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 267 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (3): 200/429 kB | 112 kB | 7.7/332 kB Progress (4): 200/429 kB | 112 kB | 7.7/332 kB | 4.1/30 kB Progress (4): 200/429 kB | 112 kB | 12/332 kB | 4.1/30 kB Progress (4): 200/429 kB | 112 kB | 12/332 kB | 7.7/30 kB Progress (4): 200/429 kB | 112 kB | 16/332 kB | 7.7/30 kB Progress (4): 200/429 kB | 112 kB | 16/332 kB | 12/30 kB Progress (4): 200/429 kB | 112 kB | 20/332 kB | 12/30 kB Progress (4): 200/429 kB | 112 kB | 20/332 kB | 16/30 kB Progress (4): 200/429 kB | 112 kB | 24/332 kB | 16/30 kB Progress (4): 200/429 kB | 112 kB | 24/332 kB | 20/30 kB Progress (4): 200/429 kB | 112 kB | 28/332 kB | 20/30 kB Progress (4): 200/429 kB | 112 kB | 28/332 kB | 24/30 kB Progress (4): 200/429 kB | 112 kB | 32/332 kB | 24/30 kB Progress (4): 200/429 kB | 112 kB | 32/332 kB | 28/30 kB Progress (4): 200/429 kB | 112 kB | 36/332 kB | 28/30 kB Progress (4): 200/429 kB | 112 kB | 36/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 40/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 44/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 48/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 52/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 56/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 60/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 64/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 68/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 72/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 76/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 80/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 84/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 88/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 92/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 96/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 100/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 104/332 kB | 30 kB Progress (4): 200/429 kB | 112 kB | 108/332 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 114 kB/s) Progress (3): 200/429 kB | 112 kB | 112/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (4): 200/429 kB | 112 kB | 112/332 kB | 4.1/38 kB Progress (4): 200/429 kB | 112 kB | 116/332 kB | 4.1/38 kB Progress (4): 200/429 kB | 112 kB | 116/332 kB | 7.7/38 kB Progress (4): 200/429 kB | 112 kB | 120/332 kB | 7.7/38 kB Progress (4): 200/429 kB | 112 kB | 120/332 kB | 12/38 kB Progress (4): 200/429 kB | 112 kB | 124/332 kB | 12/38 kB Progress (4): 200/429 kB | 112 kB | 124/332 kB | 16/38 kB Progress (4): 200/429 kB | 112 kB | 128/332 kB | 16/38 kB Progress (4): 200/429 kB | 112 kB | 128/332 kB | 20/38 kB Progress (4): 200/429 kB | 112 kB | 132/332 kB | 20/38 kB Progress (4): 200/429 kB | 112 kB | 132/332 kB | 24/38 kB Progress (4): 200/429 kB | 112 kB | 136/332 kB | 24/38 kB Progress (4): 200/429 kB | 112 kB | 136/332 kB | 28/38 kB Progress (4): 200/429 kB | 112 kB | 140/332 kB | 28/38 kB Progress (4): 200/429 kB | 112 kB | 140/332 kB | 32/38 kB Progress (4): 200/429 kB | 112 kB | 144/332 kB | 32/38 kB Progress (4): 200/429 kB | 112 kB | 144/332 kB | 36/38 kB Progress (4): 200/429 kB | 112 kB | 148/332 kB | 36/38 kB Progress (4): 200/429 kB | 112 kB | 148/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 152/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 156/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 160/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 164/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 168/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 172/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 176/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 180/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 184/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 188/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 192/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 196/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 200/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 204/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 208/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 212/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 216/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 220/332 kB | 38 kB Progress (4): 200/429 kB | 112 kB | 224/332 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 139 kB/s) Progress (4): 200/429 kB | 112 kB | 224/332 kB | 4.1/35 kB Progress (4): 200/429 kB | 112 kB | 228/332 kB | 4.1/35 kB Progress (4): 200/429 kB | 112 kB | 228/332 kB | 7.7/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (4): 200/429 kB | 112 kB | 228/332 kB | 12/35 kB Progress (4): 200/429 kB | 112 kB | 232/332 kB | 12/35 kB Progress (4): 200/429 kB | 112 kB | 232/332 kB | 16/35 kB Progress (4): 200/429 kB | 112 kB | 236/332 kB | 16/35 kB Progress (4): 200/429 kB | 112 kB | 236/332 kB | 20/35 kB Progress (4): 200/429 kB | 112 kB | 240/332 kB | 20/35 kB Progress (4): 200/429 kB | 112 kB | 240/332 kB | 24/35 kB Progress (4): 200/429 kB | 112 kB | 244/332 kB | 24/35 kB Progress (4): 200/429 kB | 112 kB | 244/332 kB | 28/35 kB Progress (4): 200/429 kB | 112 kB | 248/332 kB | 28/35 kB Progress (4): 200/429 kB | 112 kB | 248/332 kB | 32/35 kB Progress (4): 200/429 kB | 112 kB | 252/332 kB | 32/35 kB Progress (4): 200/429 kB | 112 kB | 252/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 256/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 260/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 264/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 268/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 272/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 276/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 280/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 284/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 288/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 292/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 296/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 300/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 304/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 308/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 312/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 316/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 320/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 324/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 328/332 kB | 35 kB Progress (4): 200/429 kB | 112 kB | 332 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 125 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.2 MB/s) Progress (3): 200/429 kB | 112 kB | 4.1/315 kB Progress (3): 200/429 kB | 112 kB | 7.7/315 kB Progress (3): 200/429 kB | 112 kB | 12/315 kB Progress (3): 200/429 kB | 112 kB | 16/315 kB Progress (3): 200/429 kB | 112 kB | 20/315 kB Progress (3): 200/429 kB | 112 kB | 24/315 kB Progress (3): 200/429 kB | 112 kB | 28/315 kB Progress (3): 200/429 kB | 112 kB | 32/315 kB Progress (3): 200/429 kB | 112 kB | 33/315 kB Progress (3): 200/429 kB | 112 kB | 37/315 kB Progress (3): 200/429 kB | 112 kB | 41/315 kB Progress (3): 200/429 kB | 112 kB | 45/315 kB Progress (3): 200/429 kB | 112 kB | 49/315 kB Progress (3): 200/429 kB | 112 kB | 53/315 kB Progress (3): 200/429 kB | 112 kB | 57/315 kB Progress (3): 200/429 kB | 112 kB | 61/315 kB Progress (3): 200/429 kB | 112 kB | 65/315 kB Progress (3): 200/429 kB | 112 kB | 69/315 kB Progress (3): 200/429 kB | 112 kB | 73/315 kB Progress (3): 200/429 kB | 112 kB | 77/315 kB Progress (3): 200/429 kB | 112 kB | 81/315 kB Progress (3): 200/429 kB | 112 kB | 85/315 kB Progress (3): 200/429 kB | 112 kB | 89/315 kB Progress (4): 200/429 kB | 112 kB | 89/315 kB | 4.1/108 kB Progress (4): 200/429 kB | 112 kB | 93/315 kB | 4.1/108 kB Progress (4): 200/429 kB | 112 kB | 93/315 kB | 7.7/108 kB Progress (4): 200/429 kB | 112 kB | 97/315 kB | 7.7/108 kB Progress (4): 200/429 kB | 112 kB | 97/315 kB | 12/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 377 kB/s) Progress (3): 200/429 kB | 101/315 kB | 12/108 kB Progress (3): 200/429 kB | 101/315 kB | 16/108 kB Progress (3): 200/429 kB | 105/315 kB | 16/108 kB Progress (3): 200/429 kB | 105/315 kB | 20/108 kB Progress (3): 200/429 kB | 109/315 kB | 20/108 kB Progress (3): 200/429 kB | 109/315 kB | 24/108 kB Progress (3): 200/429 kB | 113/315 kB | 24/108 kB Progress (3): 200/429 kB | 113/315 kB | 28/108 kB Progress (3): 200/429 kB | 117/315 kB | 28/108 kB Progress (3): 200/429 kB | 117/315 kB | 32/108 kB Progress (3): 200/429 kB | 121/315 kB | 32/108 kB Progress (3): 200/429 kB | 121/315 kB | 33/108 kB Progress (3): 200/429 kB | 125/315 kB | 33/108 kB Progress (3): 200/429 kB | 125/315 kB | 37/108 kB Progress (3): 200/429 kB | 129/315 kB | 37/108 kB Progress (3): 200/429 kB | 129/315 kB | 41/108 kB Progress (3): 200/429 kB | 133/315 kB | 41/108 kB Progress (3): 200/429 kB | 133/315 kB | 45/108 kB Progress (3): 200/429 kB | 137/315 kB | 45/108 kB Progress (3): 200/429 kB | 137/315 kB | 49/108 kB Progress (3): 200/429 kB | 141/315 kB | 49/108 kB Progress (3): 200/429 kB | 141/315 kB | 53/108 kB Progress (3): 200/429 kB | 145/315 kB | 53/108 kB Progress (3): 200/429 kB | 145/315 kB | 57/108 kB Progress (3): 200/429 kB | 149/315 kB | 57/108 kB Progress (3): 200/429 kB | 149/315 kB | 61/108 kB Progress (3): 200/429 kB | 153/315 kB | 61/108 kB Progress (3): 200/429 kB | 153/315 kB | 65/108 kB Progress (3): 200/429 kB | 157/315 kB | 65/108 kB Progress (3): 200/429 kB | 157/315 kB | 66/108 kB Progress (3): 200/429 kB | 161/315 kB | 66/108 kB Progress (3): 200/429 kB | 161/315 kB | 70/108 kB Progress (3): 200/429 kB | 165/315 kB | 70/108 kB Progress (3): 200/429 kB | 165/315 kB | 74/108 kB Progress (3): 200/429 kB | 169/315 kB | 74/108 kB Progress (3): 200/429 kB | 169/315 kB | 78/108 kB Progress (3): 200/429 kB | 173/315 kB | 78/108 kB Progress (3): 200/429 kB | 173/315 kB | 82/108 kB Progress (3): 200/429 kB | 177/315 kB | 82/108 kB Progress (3): 200/429 kB | 177/315 kB | 86/108 kB Progress (3): 200/429 kB | 181/315 kB | 86/108 kB Progress (3): 200/429 kB | 181/315 kB | 90/108 kB Progress (3): 200/429 kB | 185/315 kB | 90/108 kB Progress (3): 200/429 kB | 185/315 kB | 94/108 kB Progress (3): 200/429 kB | 185/315 kB | 98/108 kB Progress (3): 200/429 kB | 189/315 kB | 98/108 kB Progress (3): 200/429 kB | 189/315 kB | 102/108 kB Progress (3): 200/429 kB | 193/315 kB | 102/108 kB Progress (3): 200/429 kB | 193/315 kB | 106/108 kB Progress (3): 200/429 kB | 197/315 kB | 106/108 kB Progress (3): 200/429 kB | 197/315 kB | 108 kB Progress (3): 200/429 kB | 201/315 kB | 108 kB Progress (3): 200/429 kB | 205/315 kB | 108 kB Progress (3): 200/429 kB | 209/315 kB | 108 kB Progress (3): 200/429 kB | 213/315 kB | 108 kB Progress (3): 200/429 kB | 217/315 kB | 108 kB Progress (3): 200/429 kB | 221/315 kB | 108 kB Progress (3): 200/429 kB | 225/315 kB | 108 kB Progress (3): 200/429 kB | 229/315 kB | 108 kB Progress (3): 200/429 kB | 233/315 kB | 108 kB Progress (3): 200/429 kB | 237/315 kB | 108 kB Progress (3): 200/429 kB | 241/315 kB | 108 kB Progress (3): 200/429 kB | 245/315 kB | 108 kB Progress (3): 200/429 kB | 249/315 kB | 108 kB Progress (3): 200/429 kB | 253/315 kB | 108 kB Progress (3): 200/429 kB | 257/315 kB | 108 kB Progress (3): 200/429 kB | 261/315 kB | 108 kB Progress (3): 200/429 kB | 265/315 kB | 108 kB Progress (3): 200/429 kB | 269/315 kB | 108 kB Progress (3): 200/429 kB | 273/315 kB | 108 kB Progress (3): 200/429 kB | 277/315 kB | 108 kB Progress (3): 200/429 kB | 281/315 kB | 108 kB Progress (3): 200/429 kB | 285/315 kB | 108 kB Progress (3): 200/429 kB | 289/315 kB | 108 kB Progress (3): 200/429 kB | 293/315 kB | 108 kB Progress (3): 200/429 kB | 297/315 kB | 108 kB Progress (3): 200/429 kB | 301/315 kB | 108 kB Progress (3): 200/429 kB | 305/315 kB | 108 kB Progress (3): 200/429 kB | 309/315 kB | 108 kB Progress (3): 200/429 kB | 313/315 kB | 108 kB Progress (3): 200/429 kB | 315 kB | 108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 988 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 338 kB/s) Progress (1): 204/429 kB Progress (1): 208/429 kB Progress (1): 212/429 kB Progress (1): 216/429 kB Progress (1): 220/429 kB Progress (1): 224/429 kB Progress (1): 228/429 kB Progress (1): 232/429 kB Progress (1): 236/429 kB Progress (1): 240/429 kB Progress (1): 244/429 kB Progress (1): 248/429 kB Progress (1): 252/429 kB Progress (1): 256/429 kB Progress (1): 260/429 kB Progress (1): 264/429 kB Progress (1): 268/429 kB Progress (1): 272/429 kB Progress (1): 276/429 kB Progress (1): 280/429 kB Progress (1): 284/429 kB Progress (1): 288/429 kB Progress (1): 292/429 kB Progress (1): 296/429 kB Progress (1): 300/429 kB Progress (1): 304/429 kB Progress (1): 308/429 kB Progress (1): 312/429 kB Progress (1): 316/429 kB Progress (1): 320/429 kB Progress (1): 324/429 kB Progress (1): 328/429 kB Progress (1): 332/429 kB Progress (1): 336/429 kB Progress (1): 340/429 kB Progress (1): 344/429 kB Progress (1): 348/429 kB Progress (1): 352/429 kB Progress (1): 356/429 kB Progress (1): 360/429 kB Progress (1): 364/429 kB Progress (1): 368/429 kB Progress (1): 372/429 kB Progress (1): 376/429 kB Progress (1): 380/429 kB Progress (1): 384/429 kB Progress (1): 388/429 kB Progress (1): 392/429 kB Progress (1): 396/429 kB Progress (1): 400/429 kB Progress (1): 404/429 kB Progress (1): 408/429 kB Progress (1): 412/429 kB Progress (1): 416/429 kB Progress (1): 420/429 kB Progress (1): 424/429 kB Progress (1): 428/429 kB Progress (1): 429 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar (429 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 1.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 760 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 33/316 kB Progress (1): 37/316 kB Progress (1): 41/316 kB Progress (1): 45/316 kB Progress (1): 49/316 kB Progress (1): 53/316 kB Progress (1): 57/316 kB Progress (1): 61/316 kB Progress (1): 65/316 kB Progress (1): 69/316 kB Progress (1): 73/316 kB Progress (1): 77/316 kB Progress (1): 81/316 kB Progress (1): 85/316 kB Progress (1): 89/316 kB Progress (1): 93/316 kB Progress (1): 97/316 kB Progress (1): 101/316 kB Progress (1): 105/316 kB Progress (1): 109/316 kB Progress (1): 113/316 kB Progress (1): 117/316 kB Progress (1): 121/316 kB Progress (1): 125/316 kB Progress (1): 129/316 kB Progress (1): 133/316 kB Progress (1): 137/316 kB Progress (1): 141/316 kB Progress (1): 145/316 kB Progress (1): 149/316 kB Progress (1): 153/316 kB Progress (1): 157/316 kB Progress (1): 161/316 kB Progress (1): 165/316 kB Progress (1): 169/316 kB Progress (1): 173/316 kB Progress (1): 177/316 kB Progress (1): 181/316 kB Progress (1): 185/316 kB Progress (1): 189/316 kB Progress (1): 193/316 kB Progress (1): 197/316 kB Progress (1): 201/316 kB Progress (1): 205/316 kB Progress (1): 209/316 kB Progress (1): 213/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 257/316 kB Progress (1): 261/316 kB Progress (1): 265/316 kB Progress (1): 269/316 kB Progress (1): 273/316 kB Progress (1): 277/316 kB Progress (1): 281/316 kB Progress (1): 285/316 kB Progress (1): 289/316 kB Progress (1): 293/316 kB Progress (1): 297/316 kB Progress (1): 301/316 kB Progress (1): 305/316 kB Progress (1): 309/316 kB Progress (1): 313/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 6.6 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 653 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.pom (2.9 kB at 96 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar Progress (1): 4.1/45 kB Progress (1): 7.7/45 kB Progress (1): 12/45 kB Progress (1): 16/45 kB Progress (1): 20/45 kB Progress (1): 24/45 kB Progress (1): 28/45 kB Progress (1): 32/45 kB Progress (1): 36/45 kB Progress (1): 40/45 kB Progress (1): 44/45 kB Progress (1): 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-director-plugin/1.3.0/tycho-p2-director-plugin-1.3.0.jar (45 kB at 175 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.pom (1.8 kB at 53 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar Progress (1): 0/8.0 MB Progress (1): 0/8.0 MB Progress (2): 0/8.0 MB | 4.1/512 kB Progress (2): 0/8.0 MB | 4.1/512 kB Progress (2): 0/8.0 MB | 7.7/512 kB Progress (2): 0/8.0 MB | 7.7/512 kB Progress (2): 0/8.0 MB | 12/512 kB Progress (2): 0/8.0 MB | 12/512 kB Progress (2): 0/8.0 MB | 16/512 kB Progress (2): 0/8.0 MB | 16/512 kB Progress (2): 0/8.0 MB | 20/512 kB Progress (2): 0/8.0 MB | 20/512 kB Progress (2): 0/8.0 MB | 24/512 kB Progress (2): 0/8.0 MB | 24/512 kB Progress (2): 0/8.0 MB | 28/512 kB Progress (2): 0/8.0 MB | 28/512 kB Progress (2): 0/8.0 MB | 32/512 kB Progress (2): 0/8.0 MB | 32/512 kB Progress (2): 0/8.0 MB | 36/512 kB Progress (2): 0/8.0 MB | 36/512 kB Progress (2): 0/8.0 MB | 40/512 kB Progress (2): 0/8.0 MB | 40/512 kB Progress (2): 0/8.0 MB | 44/512 kB Progress (2): 0.1/8.0 MB | 44/512 kB Progress (2): 0.1/8.0 MB | 48/512 kB Progress (2): 0.1/8.0 MB | 48/512 kB Progress (2): 0.1/8.0 MB | 48/512 kB Progress (2): 0.1/8.0 MB | 48/512 kB Progress (2): 0.1/8.0 MB | 52/512 kB Progress (2): 0.1/8.0 MB | 52/512 kB Progress (2): 0.1/8.0 MB | 56/512 kB Progress (2): 0.1/8.0 MB | 56/512 kB Progress (2): 0.1/8.0 MB | 56/512 kB Progress (2): 0.1/8.0 MB | 60/512 kB Progress (2): 0.1/8.0 MB | 60/512 kB Progress (2): 0.1/8.0 MB | 64/512 kB Progress (2): 0.1/8.0 MB | 64/512 kB Progress (2): 0.1/8.0 MB | 64/512 kB Progress (2): 0.1/8.0 MB | 68/512 kB Progress (2): 0.1/8.0 MB | 68/512 kB Progress (2): 0.1/8.0 MB | 72/512 kB Progress (2): 0.1/8.0 MB | 72/512 kB Progress (2): 0.1/8.0 MB | 76/512 kB Progress (2): 0.1/8.0 MB | 76/512 kB Progress (2): 0.1/8.0 MB | 76/512 kB Progress (2): 0.1/8.0 MB | 80/512 kB Progress (2): 0.1/8.0 MB | 80/512 kB Progress (2): 0.1/8.0 MB | 80/512 kB Progress (2): 0.1/8.0 MB | 84/512 kB Progress (2): 0.1/8.0 MB | 84/512 kB Progress (2): 0.1/8.0 MB | 88/512 kB Progress (2): 0.1/8.0 MB | 88/512 kB Progress (2): 0.1/8.0 MB | 88/512 kB Progress (2): 0.1/8.0 MB | 92/512 kB Progress (2): 0.1/8.0 MB | 92/512 kB Progress (2): 0.1/8.0 MB | 96/512 kB Progress (2): 0.1/8.0 MB | 96/512 kB Progress (2): 0.1/8.0 MB | 96/512 kB Progress (2): 0.1/8.0 MB | 100/512 kB Progress (2): 0.1/8.0 MB | 100/512 kB Progress (2): 0.1/8.0 MB | 104/512 kB Progress (2): 0.1/8.0 MB | 104/512 kB Progress (2): 0.1/8.0 MB | 108/512 kB Progress (2): 0.1/8.0 MB | 108/512 kB Progress (2): 0.1/8.0 MB | 112/512 kB Progress (2): 0.2/8.0 MB | 112/512 kB Progress (2): 0.2/8.0 MB | 116/512 kB Progress (2): 0.2/8.0 MB | 116/512 kB Progress (2): 0.2/8.0 MB | 120/512 kB Progress (2): 0.2/8.0 MB | 120/512 kB Progress (2): 0.2/8.0 MB | 120/512 kB Progress (2): 0.2/8.0 MB | 124/512 kB Progress (2): 0.2/8.0 MB | 124/512 kB Progress (2): 0.2/8.0 MB | 128/512 kB Progress (2): 0.2/8.0 MB | 128/512 kB Progress (2): 0.2/8.0 MB | 128/512 kB Progress (2): 0.2/8.0 MB | 132/512 kB Progress (2): 0.2/8.0 MB | 132/512 kB Progress (2): 0.2/8.0 MB | 136/512 kB Progress (2): 0.2/8.0 MB | 136/512 kB Progress (2): 0.2/8.0 MB | 140/512 kB Progress (2): 0.2/8.0 MB | 140/512 kB Progress (2): 0.2/8.0 MB | 144/512 kB Progress (2): 0.2/8.0 MB | 144/512 kB Progress (2): 0.2/8.0 MB | 148/512 kB Progress (2): 0.2/8.0 MB | 148/512 kB Progress (2): 0.2/8.0 MB | 152/512 kB Progress (2): 0.2/8.0 MB | 152/512 kB Progress (2): 0.2/8.0 MB | 152/512 kB Progress (2): 0.2/8.0 MB | 156/512 kB Progress (2): 0.2/8.0 MB | 156/512 kB Progress (2): 0.2/8.0 MB | 160/512 kB Progress (2): 0.2/8.0 MB | 160/512 kB Progress (2): 0.2/8.0 MB | 160/512 kB Progress (2): 0.2/8.0 MB | 164/512 kB Progress (2): 0.2/8.0 MB | 164/512 kB Progress (2): 0.2/8.0 MB | 168/512 kB Progress (2): 0.2/8.0 MB | 168/512 kB Progress (2): 0.2/8.0 MB | 172/512 kB Progress (2): 0.2/8.0 MB | 172/512 kB Progress (2): 0.2/8.0 MB | 172/512 kB Progress (2): 0.2/8.0 MB | 176/512 kB Progress (2): 0.2/8.0 MB | 176/512 kB Progress (2): 0.2/8.0 MB | 176/512 kB Progress (2): 0.2/8.0 MB | 180/512 kB Progress (2): 0.2/8.0 MB | 180/512 kB Progress (2): 0.2/8.0 MB | 184/512 kB Progress (2): 0.2/8.0 MB | 184/512 kB Progress (2): 0.3/8.0 MB | 184/512 kB Progress (2): 0.3/8.0 MB | 188/512 kB Progress (2): 0.3/8.0 MB | 188/512 kB Progress (2): 0.3/8.0 MB | 192/512 kB Progress (2): 0.3/8.0 MB | 192/512 kB Progress (2): 0.3/8.0 MB | 192/512 kB Progress (2): 0.3/8.0 MB | 196/512 kB Progress (2): 0.3/8.0 MB | 196/512 kB Progress (2): 0.3/8.0 MB | 200/512 kB Progress (2): 0.3/8.0 MB | 200/512 kB Progress (2): 0.3/8.0 MB | 204/512 kB Progress (2): 0.3/8.0 MB | 204/512 kB Progress (2): 0.3/8.0 MB | 208/512 kB Progress (2): 0.3/8.0 MB | 208/512 kB Progress (2): 0.3/8.0 MB | 212/512 kB Progress (2): 0.3/8.0 MB | 212/512 kB Progress (2): 0.3/8.0 MB | 216/512 kB Progress (2): 0.3/8.0 MB | 216/512 kB Progress (2): 0.3/8.0 MB | 216/512 kB Progress (2): 0.3/8.0 MB | 220/512 kB Progress (2): 0.3/8.0 MB | 220/512 kB Progress (2): 0.3/8.0 MB | 224/512 kB Progress (2): 0.3/8.0 MB | 224/512 kB Progress (2): 0.3/8.0 MB | 224/512 kB Progress (2): 0.3/8.0 MB | 228/512 kB Progress (2): 0.3/8.0 MB | 228/512 kB Progress (2): 0.3/8.0 MB | 232/512 kB Progress (2): 0.3/8.0 MB | 232/512 kB Progress (2): 0.3/8.0 MB | 236/512 kB Progress (2): 0.3/8.0 MB | 236/512 kB Progress (2): 0.3/8.0 MB | 240/512 kB Progress (2): 0.3/8.0 MB | 240/512 kB Progress (2): 0.3/8.0 MB | 244/512 kB Progress (2): 0.3/8.0 MB | 244/512 kB Progress (2): 0.3/8.0 MB | 248/512 kB Progress (2): 0.3/8.0 MB | 248/512 kB Progress (2): 0.3/8.0 MB | 252/512 kB Progress (2): 0.3/8.0 MB | 252/512 kB Progress (2): 0.3/8.0 MB | 256/512 kB Progress (2): 0.3/8.0 MB | 256/512 kB Progress (2): 0.3/8.0 MB | 260/512 kB Progress (2): 0.3/8.0 MB | 260/512 kB Progress (2): 0.3/8.0 MB | 264/512 kB Progress (2): 0.3/8.0 MB | 264/512 kB Progress (2): 0.3/8.0 MB | 268/512 kB Progress (2): 0.3/8.0 MB | 268/512 kB Progress (2): 0.3/8.0 MB | 272/512 kB Progress (2): 0.4/8.0 MB | 272/512 kB Progress (2): 0.4/8.0 MB | 276/512 kB Progress (2): 0.4/8.0 MB | 276/512 kB Progress (2): 0.4/8.0 MB | 280/512 kB Progress (2): 0.4/8.0 MB | 280/512 kB Progress (2): 0.4/8.0 MB | 284/512 kB Progress (2): 0.4/8.0 MB | 284/512 kB Progress (2): 0.4/8.0 MB | 288/512 kB Progress (2): 0.4/8.0 MB | 288/512 kB Progress (2): 0.4/8.0 MB | 292/512 kB Progress (2): 0.4/8.0 MB | 292/512 kB Progress (2): 0.4/8.0 MB | 296/512 kB Progress (2): 0.4/8.0 MB | 296/512 kB Progress (2): 0.4/8.0 MB | 300/512 kB Progress (2): 0.4/8.0 MB | 300/512 kB Progress (2): 0.4/8.0 MB | 304/512 kB Progress (2): 0.4/8.0 MB | 304/512 kB Progress (2): 0.4/8.0 MB | 308/512 kB Progress (2): 0.4/8.0 MB | 308/512 kB Progress (2): 0.4/8.0 MB | 312/512 kB Progress (2): 0.4/8.0 MB | 312/512 kB Progress (2): 0.4/8.0 MB | 316/512 kB Progress (2): 0.4/8.0 MB | 316/512 kB Progress (2): 0.4/8.0 MB | 320/512 kB Progress (2): 0.4/8.0 MB | 320/512 kB Progress (2): 0.4/8.0 MB | 324/512 kB Progress (2): 0.4/8.0 MB | 324/512 kB Progress (2): 0.4/8.0 MB | 328/512 kB Progress (2): 0.4/8.0 MB | 328/512 kB Progress (2): 0.4/8.0 MB | 332/512 kB Progress (2): 0.4/8.0 MB | 332/512 kB Progress (2): 0.4/8.0 MB | 336/512 kB Progress (2): 0.4/8.0 MB | 336/512 kB Progress (2): 0.4/8.0 MB | 340/512 kB Progress (2): 0.4/8.0 MB | 340/512 kB Progress (2): 0.4/8.0 MB | 344/512 kB Progress (2): 0.4/8.0 MB | 344/512 kB Progress (2): 0.4/8.0 MB | 348/512 kB Progress (2): 0.4/8.0 MB | 348/512 kB Progress (2): 0.4/8.0 MB | 352/512 kB Progress (2): 0.4/8.0 MB | 352/512 kB Progress (2): 0.4/8.0 MB | 356/512 kB Progress (2): 0.4/8.0 MB | 356/512 kB Progress (2): 0.4/8.0 MB | 360/512 kB Progress (2): 0.4/8.0 MB | 360/512 kB Progress (2): 0.4/8.0 MB | 364/512 kB Progress (2): 0.4/8.0 MB | 364/512 kB Progress (2): 0.4/8.0 MB | 368/512 kB Progress (2): 0.4/8.0 MB | 368/512 kB Progress (2): 0.4/8.0 MB | 372/512 kB Progress (2): 0.5/8.0 MB | 372/512 kB Progress (2): 0.5/8.0 MB | 376/512 kB Progress (2): 0.5/8.0 MB | 376/512 kB Progress (2): 0.5/8.0 MB | 380/512 kB Progress (2): 0.5/8.0 MB | 380/512 kB Progress (2): 0.5/8.0 MB | 384/512 kB Progress (2): 0.5/8.0 MB | 384/512 kB Progress (2): 0.5/8.0 MB | 388/512 kB Progress (2): 0.5/8.0 MB | 388/512 kB Progress (2): 0.5/8.0 MB | 392/512 kB Progress (2): 0.5/8.0 MB | 392/512 kB Progress (2): 0.5/8.0 MB | 396/512 kB Progress (2): 0.5/8.0 MB | 396/512 kB Progress (2): 0.5/8.0 MB | 400/512 kB Progress (2): 0.5/8.0 MB | 400/512 kB Progress (2): 0.5/8.0 MB | 404/512 kB Progress (2): 0.5/8.0 MB | 404/512 kB Progress (2): 0.5/8.0 MB | 408/512 kB Progress (2): 0.5/8.0 MB | 408/512 kB Progress (2): 0.5/8.0 MB | 412/512 kB Progress (2): 0.5/8.0 MB | 412/512 kB Progress (2): 0.5/8.0 MB | 416/512 kB Progress (2): 0.5/8.0 MB | 416/512 kB Progress (2): 0.5/8.0 MB | 420/512 kB Progress (2): 0.5/8.0 MB | 420/512 kB Progress (2): 0.5/8.0 MB | 424/512 kB Progress (2): 0.5/8.0 MB | 424/512 kB Progress (2): 0.5/8.0 MB | 428/512 kB Progress (2): 0.5/8.0 MB | 428/512 kB Progress (2): 0.5/8.0 MB | 432/512 kB Progress (2): 0.5/8.0 MB | 432/512 kB Progress (2): 0.5/8.0 MB | 436/512 kB Progress (2): 0.5/8.0 MB | 436/512 kB Progress (2): 0.5/8.0 MB | 440/512 kB Progress (2): 0.5/8.0 MB | 440/512 kB Progress (2): 0.5/8.0 MB | 444/512 kB Progress (2): 0.5/8.0 MB | 444/512 kB Progress (2): 0.5/8.0 MB | 448/512 kB Progress (2): 0.5/8.0 MB | 448/512 kB Progress (2): 0.5/8.0 MB | 452/512 kB Progress (2): 0.5/8.0 MB | 452/512 kB Progress (2): 0.5/8.0 MB | 456/512 kB Progress (2): 0.5/8.0 MB | 456/512 kB Progress (2): 0.5/8.0 MB | 460/512 kB Progress (2): 0.5/8.0 MB | 460/512 kB Progress (2): 0.5/8.0 MB | 464/512 kB Progress (2): 0.5/8.0 MB | 464/512 kB Progress (2): 0.5/8.0 MB | 468/512 kB Progress (2): 0.5/8.0 MB | 468/512 kB Progress (2): 0.5/8.0 MB | 472/512 kB Progress (2): 0.6/8.0 MB | 472/512 kB Progress (2): 0.6/8.0 MB | 476/512 kB Progress (2): 0.6/8.0 MB | 476/512 kB Progress (2): 0.6/8.0 MB | 480/512 kB Progress (2): 0.6/8.0 MB | 480/512 kB Progress (2): 0.6/8.0 MB | 484/512 kB Progress (2): 0.6/8.0 MB | 484/512 kB Progress (2): 0.6/8.0 MB | 488/512 kB Progress (2): 0.6/8.0 MB | 488/512 kB Progress (2): 0.6/8.0 MB | 492/512 kB Progress (2): 0.6/8.0 MB | 492/512 kB Progress (2): 0.6/8.0 MB | 496/512 kB Progress (2): 0.6/8.0 MB | 496/512 kB Progress (2): 0.6/8.0 MB | 500/512 kB Progress (2): 0.6/8.0 MB | 500/512 kB Progress (2): 0.6/8.0 MB | 504/512 kB Progress (2): 0.6/8.0 MB | 504/512 kB Progress (2): 0.6/8.0 MB | 508/512 kB Progress (2): 0.6/8.0 MB | 508/512 kB Progress (2): 0.6/8.0 MB | 512/512 kB Progress (2): 0.6/8.0 MB | 512/512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.6/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15-sources.jar (512 kB at 7.0 MB/s) Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.8/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 0.9/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.0/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.1/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.2/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.3/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.4/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.5/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.6/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.7/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.8/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 1.9/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.0/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.1/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.2/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.3/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.4/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.5/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.6/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.7/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.8/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 2.9/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.0/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.1/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.2/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.3/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.4/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.5/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.6/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.7/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.8/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 3.9/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.0/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.1/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.2/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.3/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.4/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.5/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.6/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.7/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.8/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 4.9/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.0/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.1/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.2/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.3/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.4/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.5/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.6/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.7/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.8/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 5.9/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.0/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.1/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.2/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.3/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.4/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.5/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.6/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.7/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.8/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 6.9/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.0/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.1/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.2/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.3/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.4/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.5/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.6/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.7/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.8/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 7.9/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0/8.0 MB Progress (1): 8.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-standalone-p2-director/1.3.0/tycho-standalone-p2-director-1.3.0.zip (8.0 MB at 14 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/ [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Fetching p2.index from https://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Adding repository https://download.eclipse.org/releases/2018-12/201812191000 [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2018-12/201812191000/ [INFO] Fetching p2.index from https://download.eclipse.org/rt/ecf/3.14.1/site.p2/ [INFO] Fetching p2.index from https://download.eclipse.org/rt/ecf/3.14.1/site.p2/ [INFO] Adding repository https://download.eclipse.org/rt/ecf/3.14.1/site.p2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/ecf/3.14.1/site.p2/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/ecf/3.14.1/site.p2/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ [INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.16 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.16/ [INFO] Adding repository https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.14.v20181113 [INFO] Fetching content.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.14.v20181113/ (19.65kB) [INFO] Fetching content.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.14.v20181113/ (19.65kB) [INFO] Adding repository https://download.eclipse.org/mylyn/docs/releases/3.0.28 [INFO] Fetching content.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/ (22.36kB) [INFO] Fetching content.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/ (22.36kB) [INFO] Fetching p2.index from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/ (172B) [INFO] Fetching p2.index from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/ (6.36kB) [INFO] Fetching content.xml.xz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/ (6.36kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml [INFO] Fetching R-4.10-201812060815&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.10/ [INFO] Fetching R-4.10-201812060815&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.10/ [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (42.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (42.23kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.200.v20181107-1343... [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (54kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.200.v20180827-1235... [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (76.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (76.99kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.200.v20181008-1820... [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (52.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (52.02kB) [INFO] Unpacking org.eclipse.equinox.common_3.10.200.v20181021-1645... [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (454.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (454.7kB) [INFO] Unpacking org.eclipse.osgi_3.13.200.v20181130-2106... [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (46.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (46.05kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.200.v20180912-1356... [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (35.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (35.28kB) [INFO] Unpacking org.eclipse.core.runtime_3.15.100.v20181107-1343... [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (41.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (41.76kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.0.v20181009-1752... [INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.build.properties [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.35MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.35MB) [INFO] Unpacking com.ibm.icu_63.1.0.v20181030-1705... [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (99.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (99.62kB) [INFO] Unpacking org.apache.batik.css_1.10.0.v20180703-1553... [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (63.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (63.37kB) [INFO] Unpacking org.apache.batik.util_1.10.0.v20180703-1553... [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (13.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (13.04kB) [INFO] Unpacking org.apache.batik.constants_1.10.0.v20180703-1553... [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (14.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (14.51kB) [INFO] Unpacking org.apache.batik.i18n_1.10.0.v20180703-1553... [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (248.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (248.02kB) [INFO] Unpacking org.apache.xmlgraphics_2.2.0.v20180809-1640... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (137.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (137.64kB) [INFO] Unpacking org.apache.felix.scr_2.0.14.v20180822-1822... [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (43.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (43.25kB) [INFO] Unpacking org.eclipse.osgi.services_3.7.100.v20180827-1536... [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (30.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (30.61kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.100.v20180827-1536... [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (73.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (73.56kB) [INFO] Unpacking org.apache.commons.io_2.2.0.v201405211200... [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (302.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (302.72kB) [INFO] Unpacking org.eclipse.compare_3.7.400.v20181109-1335... [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (361.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (361.66kB) [INFO] Unpacking org.eclipse.ui_3.111.0.v20181117-0847... [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (873.4kB) [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (873.4kB) [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (317.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (317.85kB) [INFO] Unpacking org.eclipse.jface.text_3.15.0.v20181119-1708... [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (962.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (962.71kB) [INFO] Unpacking org.eclipse.ui.ide_3.14.200.v20181205-2143... [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (48.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (48.73kB) [INFO] Unpacking org.eclipse.ui.views_3.9.200.v20180828-0837... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (229.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (229.01kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458... [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (33.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (33.74kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.200.v20180817-1401... [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (194.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (194.84kB) [INFO] Unpacking org.eclipse.ui.editors_3.11.300.v20180914-0606... [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (123.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (123.16kB) [INFO] Unpacking org.eclipse.ui.forms_3.7.400.v20181123-1505... [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (32.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (32.72kB) [INFO] Unpacking org.eclipse.compare.core_3.6.300.v20180827-1041... [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (43.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (43.41kB) [INFO] Unpacking org.eclipse.core.commands_3.9.200.v20180827-1727... [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (58.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (58.01kB) [INFO] Unpacking org.eclipse.core.databinding_1.7.100.v20181030-1443... [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (83.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (83.11kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.6.300.v20180827-2028... [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (45.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (45.1kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.6.300.v20180827-2028... [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (42.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (42.04kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.400.v20181028-0633... [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (97.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (97.48kB) [INFO] Unpacking org.eclipse.text_3.8.0.v20180923-1636... [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (27.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (27.76kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.200.v20180828-0158... [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (33.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (33.61kB) [INFO] Unpacking org.eclipse.core.net_1.3.400.v20181030-1645... [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (44.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (44.47kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.0.v20181115-0746... [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (13.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (13.78kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.400.v20181119-1026... [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (25.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (25.97kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.100.v20180817-1215... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.7.100.v20180817-1215... [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.92kB) [INFO] Unpacking org.eclipse.e4.core.services_2.1.300.v20180930-0910... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.7kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.77kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.56kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (21.21kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (21.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (98kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (485.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (485.15kB) [INFO] Unpacking org.eclipse.emf.ecore_2.16.0.v20181124-0637... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.07kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535... [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.109.0.v20181204-1801... [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (354.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (354.7kB) [INFO] Unpacking org.eclipse.jface_3.15.0.v20181123-1505... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (64.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (64.25kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (79.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (79.76kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.94kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227... [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.98kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.400.v20180920-1522... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (107.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (107.92kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522... [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (13.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (13.29kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.300.v20180920-1522... [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.82kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.0.v20181008-1938... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.49kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522... [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (86.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (86.61kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (84.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (84.16kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (50.94kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.13.0.v20180706-1146... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (51.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (51.7kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (93.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (93.84kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (71.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (71.16kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348... [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (69.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (69.03kB) [INFO] Unpacking org.eclipse.jface.databinding_1.8.400.v20181030-1443... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.93kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227... [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (114.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (114.93kB) [INFO] Unpacking org.eclipse.emf.common_2.15.0.v20180914-1817... [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.16kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.1.200.v20180827-1235... [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (30.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (30.73kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.200.v20180922-1751... [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (31.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (31.95kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.5.100.v20180822-1532... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (74.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (74.83kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (108.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (108.04kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (51.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (51.01kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (55.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (55.17kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (122.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (122.44kB) [INFO] Unpacking org.eclipse.help_3.8.200.v20180821-0700... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (105.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (105.94kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (181.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (181.37kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626... [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (132.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (132.43kB) [INFO] Unpacking org.eclipse.ui.navigator_3.7.300.v20181016-1531... [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (126.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (126.2kB) [INFO] Unpacking org.eclipse.team.core_3.8.400.v20181109-0825... [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (492.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (492.55kB) [INFO] Unpacking org.eclipse.team.ui_3.8.300.v20181030-1259... [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (283.72kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (992.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (992.33kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801... [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (1,019.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (1,019.57kB) [INFO] Unpacking org.eclipse.ui.workbench_3.112.100.v20181127-1518... [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (55.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (55.48kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.100.v20181129-0817... [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (68.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (68.71kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011... [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (21.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (21.64kB) [INFO] Unpacking org.eclipse.urischeme_1.0.100.v20181204-1430... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (40.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (40.71kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (14.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (14.95kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (1.09MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (1.09MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (792.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (792.43kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801... [INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.build.properties [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (106.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (106.45kB) [INFO] Unpacking com.jcraft.jsch_0.1.54.v20170116-1932... [INFO] Fetching org.eclipse.jsch.core_1.3.300.v20181030-1237.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jsch.core_1.3.300.v20181030-1237.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.71kB) [INFO] Unpacking org.eclipse.jsch.core_1.3.300.v20181030-1237... [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.build.properties [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/ [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/ [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB) [INFO] Unpacking org.eclipse.emf.edit_2.14.0.v20180823-0456... [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.build.properties [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (18.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (18.04kB) [INFO] Unpacking org.eclipse.core.variables_3.4.300.v20181028-0627... [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (125.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (125.32kB) [INFO] Unpacking org.eclipse.debug.core_3.13.100.v20181201-1650... [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (1,022.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (1,022.84kB) [INFO] Unpacking org.eclipse.debug.ui_3.13.200.v20181026-1523... [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (82.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (82.35kB) [INFO] Unpacking org.eclipse.ui.console_3.8.300.v20181019-1609... [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.build.properties [INFO] Fetching org.apache.commons.dbcp_2.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (75.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.dbcp_2.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (75.04kB) [INFO] Unpacking org.apache.commons.dbcp_2.5.0.201902082045... [INFO] Fetching org.apache.commons.pool_2.6.2.201904171503.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (54.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.pool_2.6.2.201904171503.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (54.76kB) [INFO] Unpacking org.apache.commons.pool_2.6.2.201904171503... [INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (1.36MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (1.36MB) [INFO] Unpacking org.apache.derby_10.11.1.1_v201605202053... [INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.build.properties [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.build.properties [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (31.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (31.52kB) [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (75.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (75.47kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (34.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (34.83kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646... [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (22.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (22.87kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.4.300.v20181030-1443... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.9kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.300.v20181116-1550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (102.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.300.v20181116-1550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (102.07kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.300.v20181116-1550... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.900.v20180922-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (69.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.900.v20180922-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (69.12kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.900.v20180922-1751... [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (34.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (34.34kB) [INFO] Unpacking org.eclipse.equinox.util_1.1.200.v20181008-1820... [INFO] Fetching org.eclipse.equinox.console_1.3.200.v20181115-0906.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (51.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.3.200.v20181115-0906.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (51.22kB) [INFO] Unpacking org.eclipse.equinox.console_1.3.200.v20181115-0906... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.300.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.300.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (23.86kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.300.v20180828-0227... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.98kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908... [INFO] Fetching org.eclipse.e4.rcp_1.6.300.v20181204-1801.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (20.76kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.300.v20181204-1801.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (20.76kB) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (19.14kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.200.v20180922-1751.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (232.03kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.200.v20180922-1751.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (232.03kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.200.v20180922-1751 from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/binary/ (25.82kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.200.v20180922-1751 from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/binary/ (25.82kB) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (43.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (43.11kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.100.v20180821-1913... [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.43kB) [INFO] Unpacking org.eclipse.rcp_4.10.0.v20181206-0815... [INFO] Fetching org.eclipse.rcp_4.10.0.v20181206-0815.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_root_4.10.0.v20181206-0815 from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/binary/ (25.78kB) [INFO] Fetching org.eclipse.rcp_root_4.10.0.v20181206-0815 from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/binary/ (25.78kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.900.v20180922-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (75.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.900.v20180922-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (75.25kB) [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.900.v20180922-1751... [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.200.v20180922-1751 from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/binary/ (141.17kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.200.v20180922-1751 from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/binary/ (141.17kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.100.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (19.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.100.v20180828-0227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (19.13kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.100.v20180828-0227... [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.900.v20180922-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (33.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.900.v20180922-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (33.09kB) [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.900.v20180922-1751... [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.200.v20180922-1751 from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/binary/ (11.03kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.200.v20180922-1751 from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/binary/ (11.03kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.100.v20180828-0838.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cocoa_1.2.100.v20180828-0838.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (7.62kB) [INFO] Unpacking org.eclipse.ui.cocoa_1.2.100.v20180828-0838... [INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot.build.properties [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (255.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (255.52kB) [INFO] Unpacking org.eclipse.platform_4.10.0.v20181206-0815... [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (141.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (141.99kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.400.v20181107-2118... [INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot.build.properties [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.92kB) [INFO] Unpacking javaewah_1.1.6.v20160919-1400... [INFO] Fetching org.eclipse.jgit_5.2.0.201812061821-r.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.59MB) [INFO] Fetching org.eclipse.jgit_5.2.0.201812061821-r.jar from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.59MB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.96kB) [INFO] Unpacking org.slf4j.api_1.7.2.v20121108-1250... [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (48.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (48.13kB) [INFO] Unpacking org.eclipse.ecf_3.9.3.v20181012-2016... [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (27.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (27.19kB) [INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20180810-0833... [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (12.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (12.22kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.200.v20180827-1235... [INFO] Fetching org.eclipse.ecf.datashare_3.0.200.v20180302-0300.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.datashare_3.0.200.v20180302-0300.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.8kB) [INFO] Unpacking org.eclipse.ecf.datashare_3.0.200.v20180302-0300... [INFO] Fetching org.eclipse.ecf.docshare_3.0.300.v20180302-1843.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.1/site.p2/plugins/ (21.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.docshare_3.0.300.v20180302-1843.jar.pack.gz from https://download.eclipse.org/rt/ecf/3.14.1/site.p2/plugins/ (21.52kB) [INFO] Unpacking org.eclipse.ecf.docshare_3.0.300.v20180302-1843... [INFO] Fetching org.eclipse.ecf.presence.ui_2.4.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.presence.ui_2.4.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.03kB) [INFO] Unpacking org.eclipse.ecf.presence.ui_2.4.100.v20180302-2006... [INFO] Fetching org.eclipse.ecf.presence_2.1.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.presence_2.1.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] Unpacking org.eclipse.ecf.presence_2.1.100.v20180302-2006... [INFO] Fetching org.eclipse.ecf.sync_2.0.200.v20180302-2006.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.sync_2.0.200.v20180302-2006.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.19kB) [INFO] Unpacking org.eclipse.ecf.sync_2.0.200.v20180302-2006... [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132... [INFO] Fetching org.eclipse.ecf.ui_2.2.100.v20180302-2126.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.ui_2.2.100.v20180302-2126.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63kB) [INFO] Unpacking org.eclipse.ecf.ui_2.2.100.v20180302-2126... [INFO] Fetching org.eclipse.ecf.sharedobject_2.6.0.v20180404-2345.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.sharedobject_2.6.0.v20180404-2345.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.25kB) [INFO] Unpacking org.eclipse.ecf.sharedobject_2.6.0.v20180404-2345... [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (216.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (216.5kB) [INFO] Unpacking org.eclipse.search_3.11.400.v20181028-0633... [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpaths.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpaths.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpaths.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpaths.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpaths.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpaths.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.build.properties [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB) [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425... [INFO] Fetching org.eclipse.mylyn.wikitext_3.0.28.20181022144041.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (368.2kB) [INFO] Fetching org.eclipse.mylyn.wikitext_3.0.28.20181022144041.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (368.2kB) [INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (336.56kB) [INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (336.56kB) [INFO] Fetching org.snakeyaml.snakeyaml_1.23.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (98.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.snakeyaml.snakeyaml_1.23.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (98.81kB) [INFO] Unpacking org.snakeyaml.snakeyaml_1.23.0.201902082045... [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.mylyn.wikitext.osgi_3.0.28.201810221841.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (13.4kB) [INFO] Fetching org.eclipse.mylyn.wikitext.osgi_3.0.28.201810221841.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (13.4kB) [INFO] Fetching org.eclipse.mylyn.wikitext.ui_3.0.28.201810221841.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (463.76kB) [INFO] Fetching org.eclipse.mylyn.wikitext.ui_3.0.28.201810221841.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (463.76kB) [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/pom.xml [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (60.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (60.2kB) [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (899.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (899.59kB) [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (692.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (692.97kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.v20181003-1532... [INFO] Fetching org.apache.lucene.highlighter_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (84.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.highlighter_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (84.18kB) [INFO] Unpacking org.apache.lucene.highlighter_7.5.0.201902082045... [INFO] Fetching org.apache.lucene.queries_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (79.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.queries_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (79.47kB) [INFO] Unpacking org.apache.lucene.queries_7.5.0.201902082045... [INFO] Fetching org.apache.lucene.join_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (53.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.join_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (53.45kB) [INFO] Unpacking org.apache.lucene.join_7.5.0.201902082045... [INFO] Fetching org.apache.lucene.queryparser_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (132.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.queryparser_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (132.45kB) [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.201902082045... [INFO] Fetching org.eclipse.jetty.client_9.4.14.v20181113.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.14.v20181113/plugins/ (313.75kB) [INFO] Fetching org.eclipse.jetty.client_9.4.14.v20181113.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.14.v20181113/plugins/ (313.75kB) [INFO] Fetching org.eclipse.jetty.http_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (211.68kB) [INFO] Fetching org.eclipse.jetty.http_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (211.68kB) [INFO] Fetching org.eclipse.jetty.io_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (157.48kB) [INFO] Fetching org.eclipse.jetty.io_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (157.48kB) [INFO] Fetching org.eclipse.jetty.util_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (532.17kB) [INFO] Fetching org.eclipse.jetty.util_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (532.17kB) [INFO] Fetching org.eclipse.jetty.proxy_9.4.14.v20181113.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.14.v20181113/plugins/ (102.96kB) [INFO] Fetching org.eclipse.jetty.proxy_9.4.14.v20181113.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.14.v20181113/plugins/ (102.96kB) [INFO] Fetching org.eclipse.jetty.server_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (630.17kB) [INFO] Fetching org.eclipse.jetty.server_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (630.17kB) [INFO] Resolving class path of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot.build.properties [INFO] Fetching org.eclipse.equinox.http.jetty_3.6.200.v20181115-1346.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.jetty_3.6.200.v20181115-1346.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.31kB) [INFO] Unpacking org.eclipse.equinox.http.jetty_3.6.200.v20181115-1346... [INFO] Fetching org.eclipse.equinox.http.servlet_1.5.200.v20181008-1912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (67.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.servlet_1.5.200.v20181008-1912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (67.47kB) [INFO] Unpacking org.eclipse.equinox.http.servlet_1.5.200.v20181008-1912... [INFO] Fetching org.eclipse.jetty.servlet_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (127.93kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (127.93kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.600.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (18.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.http.registry_1.1.600.v20180827-1235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (18.47kB) [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.600.v20180827-1235... [INFO] Fetching org.eclipse.jetty.security_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (123.47kB) [INFO] Fetching org.eclipse.jetty.security_9.4.14.v20181113.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (123.47kB) [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core-tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core-tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core-tests:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (6.56MB) [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (6.56MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (241.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (241.8kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647... [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (270.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (270.56kB) [INFO] Unpacking org.eclipse.jdt.launching_3.12.0.v20181119-1621... [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (926.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (926.33kB) [INFO] Unpacking org.eclipse.jdt.debug_3.12.100.v20181116-1959... [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (1.64MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (1.64MB) [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (4.02MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (4.02MB) [INFO] Unpacking org.eclipse.jdt.ui_3.16.0.v20181203-1249... [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot.build.properties [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (97.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (97.35kB) [INFO] Unpacking org.eclipse.ui.browser_3.6.300.v20180828-0837... [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.build.properties [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (2.74MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (2.74MB) [INFO] Unpacking org.apache.ant_1.10.5.v20180808-0324... [INFO] Fetching org.apiguardian_1.0.0.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (12.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apiguardian_1.0.0.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (12.39kB) [INFO] Unpacking org.apiguardian_1.0.0.v20181005-1442... [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (70.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (70.96kB) [INFO] Unpacking org.eclipse.ant.core_3.5.200.v20180822-0553... [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (100.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (100.85kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.300.v20181113-0420... [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.51kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.200.v20180821-1744... [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (491.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (491.5kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.300.v20180914-0847... [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (65.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (65.97kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.200.v20180821-1744... [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (235.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (235.54kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.200.v20181016-1025... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (19.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (19.39kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (33.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (33.94kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.46kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405... [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (34.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (34.1kB) [INFO] Unpacking org.eclipse.jdt_3.16.0.v20181206-0815... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (118.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (118.64kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505... [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (9.52kB) [INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416... [INFO] Fetching org.eclipse.jdt.annotation_2.2.200.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_2.2.200.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.68kB) [INFO] Unpacking org.eclipse.jdt.annotation_2.2.200.v20180921-1416... [INFO] Fetching org.eclipse.jdt.apt.core_3.6.200.v20181008-0703.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (128.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.core_3.6.200.v20181008-0703.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (128.03kB) [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.200.v20181008-0703... [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (18.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (18.07kB) [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038... [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.400.v20181113-0926.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (144.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.400.v20181113-0926.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (144.82kB) [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.400.v20181113-0926... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.400.v20181205-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (76.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.400.v20181205-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (76.75kB) [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.400.v20181205-0900... [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (31.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (31.65kB) [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416... [INFO] Fetching org.eclipse.jdt.doc.user_3.15.100.v20181206-0718.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (8.76MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.doc.user_3.15.100.v20181206-0718.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (8.76MB) [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.100.v20181206-0718... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (65.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (65.59kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.200.v20181025-0713... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (24.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (24.45kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045... [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.900.v20181123-0726.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (13.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.900.v20181123-0726.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (13.21kB) [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.900.v20181123-0726... [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.300.v20181003-1407.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (12.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.300.v20181003-1407.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (12.75kB) [INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.300.v20181003-1407... [INFO] Fetching org.junit.jupiter.api_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (46.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.api_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (46.84kB) [INFO] Unpacking org.junit.jupiter.api_5.3.1.v20181005-1442... [INFO] Fetching org.junit.jupiter.engine_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (58.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.engine_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (58.28kB) [INFO] Unpacking org.junit.jupiter.engine_5.3.1.v20181005-1442... [INFO] Fetching org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.53kB) [INFO] Unpacking org.junit.jupiter.migrationsupport_5.3.1.v20181005-1442... [INFO] Fetching org.junit.jupiter.params_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (165.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.params_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (165.39kB) [INFO] Unpacking org.junit.jupiter.params_5.3.1.v20181005-1442... [INFO] Fetching org.junit.platform.commons_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (44.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.commons_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (44.29kB) [INFO] Unpacking org.junit.platform.commons_1.3.1.v20181005-1442... [INFO] Fetching org.junit.platform.engine_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (49.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.engine_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (49.01kB) [INFO] Unpacking org.junit.platform.engine_1.3.1.v20181005-1442... [INFO] Fetching org.junit.platform.launcher_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (42.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.launcher_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (42.72kB) [INFO] Unpacking org.junit.platform.launcher_1.3.1.v20181005-1442... [INFO] Fetching org.junit.platform.runner_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.runner_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (20.9kB) [INFO] Unpacking org.junit.platform.runner_1.3.1.v20181005-1442... [INFO] Fetching org.junit.platform.suite.api_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.suite.api_1.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (16.63kB) [INFO] Unpacking org.junit.platform.suite.api_1.3.1.v20181005-1442... [INFO] Fetching org.junit.vintage.engine_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (31.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.vintage.engine_5.3.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (31.97kB) [INFO] Unpacking org.junit.vintage.engine_5.3.1.v20181005-1442... [INFO] Fetching org.opentest4j_1.1.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (14.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.opentest4j_1.1.1.v20181005-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (14.44kB) [INFO] Unpacking org.opentest4j_1.1.1.v20181005-1442... [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-1038.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (19.7kB) [INFO] Fetching org.eclipse.jdt_3.16.0.v20181206-1038.jar from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/features/ (19.7kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.200.v20180823-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (12.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.200.v20180823-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (12.13kB) [INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.200.v20180823-0805... [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.200.v20180823-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (29.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.200.v20180823-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.10/R-4.10-201812060815/plugins/ (29.21kB) [INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.200.v20180823-0805... [INFO] Resolving class path of MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.build.properties [INFO] Fetching org.eclipse.mylyn.wikitext.textile_3.0.28.20181022144041.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (92.23kB) [INFO] Fetching org.eclipse.mylyn.wikitext.textile_3.0.28.20181022144041.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (92.23kB) [INFO] Fetching org.eclipse.mylyn.wikitext.textile.ui_3.0.28.201810221841.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (12.27kB) [INFO] Fetching org.eclipse.mylyn.wikitext.textile.ui_3.0.28.201810221841.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.28/plugins/ (12.27kB) [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot.build.properties [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB) [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.databinding.edit_1.5.0.v20180823-0456.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding.edit_1.5.0.v20180823-0456.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.71kB) [INFO] Unpacking org.eclipse.emf.databinding.edit_1.5.0.v20180823-0456... [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.15.0.v20181104-0733... [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.16.0.v20181104-0733... [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet/releng/statet-repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet/releng/statet-repository/pom.xml [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (692.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (692.29kB) [INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.201902082045... [INFO] Fetching org.apache.lucene.core_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (897.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (897.25kB) [INFO] Unpacking org.apache.lucene.core_7.5.0.201902082045... [INFO] Fetching org.eclipse.statet.releng.3rdparty_4.0.0.201904171503.jar from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/features/ (1.09kB) [INFO] Fetching org.eclipse.statet.releng.3rdparty_4.0.0.201904171503.jar from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/features/ (1.09kB) [INFO] Resolving class path of MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.0.2.201910101100-r @ /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet/releng/statet-repository/pom.xml [WARNING] The project org.eclipse.statet-releng:parent:pom:4.0.2.201910101100-r uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse Statet - Maven Parent [pom] [INFO] target-eclipse.ide [eclipse-target-definition] [INFO] org.eclipse.statet-commons [pom] [INFO] jcommons [pom] [INFO] org.eclipse.statet.jcommons.util [eclipse-plugin] [INFO] org.eclipse.statet.jcommons.text.core [eclipse-plugin] [INFO] org.eclipse.statet.jcommons.text.core.tests [eclipse-test-plugin] [INFO] ecommons [pom] [INFO] org.eclipse.statet.ecommons.runtime.core [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.runtime.ui [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.net.core [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.emf.core [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.emf.ui [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.preferences.core [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.databinding.core [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.text.core [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.text.core.tests [eclipse-test-plugin] [INFO] org.eclipse.statet.ecommons.coremisc [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.debug.core [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.uimisc [eclipse-plugin] [INFO] org.eclipse.statet.ecommons.debug.ui [eclipse-plugin] [INFO] ecommons.waltable [pom] [INFO] org.eclipse.statet.ecommons.waltable.core [eclipse-plugin] [INFO] ecommons.edb [pom] [INFO] org.eclipse.statet.ecommons.edb.core [eclipse-plugin] [INFO] org.eclipse.statet-rj [pom] [INFO] rj.core [pom] [INFO] org.eclipse.statet.rj.data [eclipse-plugin] [INFO] org.eclipse.statet.rj.server [eclipse-plugin] [INFO] org.eclipse.statet.rj.server.tests [eclipse-test-plugin] [INFO] org.eclipse.statet.rj.server.remotetools [eclipse-plugin] [INFO] org.eclipse.statet.rj.server.rpkg [eclipse-plugin] [INFO] org.eclipse.statet.rj.services.core [eclipse-plugin] [INFO] org.eclipse.statet.rj.services.core.tests [eclipse-test-plugin] [INFO] org.eclipse.statet.rj.client [eclipse-plugin] [INFO] org.eclipse.statet.rj.core [eclipse-plugin] [INFO] rj.core [pom] [INFO] org.eclipse.statet.rj.core [eclipse-feature] [INFO] org.eclipse.statet.rj.server-consoleserver [pom] [INFO] rj.servi [pom] [INFO] org.eclipse.statet.rj.servi [eclipse-plugin] [INFO] org.eclipse.statet.rj.servi.tests [eclipse-test-plugin] [INFO] org.eclipse.statet.rj.servi.webapp [war] [INFO] rj.servi [pom] [INFO] rj.eclient [pom] [INFO] org.eclipse.statet.rj.eclient.core [eclipse-plugin] [INFO] org.eclipse.statet.rj.eclient [eclipse-plugin] [INFO] org.eclipse.statet.rj.eclient.graphics [eclipse-plugin] [INFO] rj.eclient [pom] [INFO] org.eclipse.statet.rj.eclient [eclipse-feature] [INFO] org.eclipse.statet.rj.servi.e [eclipse-feature] [INFO] Eclipse StatET RJ - RServi [eclipse-repository] [INFO] rj.examples [pom] [INFO] org.eclipse.statet.rj.example.demo [eclipse-plugin] [INFO] org.eclipse.statet.rj.example.rcpdemo1 [eclipse-plugin] [INFO] org.eclipse.statet.rj.example.rcpdemo2 [eclipse-plugin] [INFO] rj.examples [pom] [INFO] org.eclipse.statet.rj.example.rcpdemo2 [eclipse-feature] [INFO] rcpdemo [eclipse-repository] [INFO] org.eclipse.statet-eutils [pom] [INFO] autonature [pom] [INFO] org.eclipse.statet.eutils.autonature [eclipse-plugin] [INFO] autonature [pom] [INFO] org.eclipse.statet.eutils.autonature [eclipse-feature] [INFO] autorun [pom] [INFO] org.eclipse.statet.eutils.autorun [eclipse-plugin] [INFO] autorun [pom] [INFO] org.eclipse.statet.eutils.autorun [eclipse-feature] [INFO] org.eclipse.statet-ltk [pom] [INFO] ltk [pom] [INFO] org.eclipse.statet.ltk [eclipse-plugin] [INFO] org.eclipse.statet.ltk.core [eclipse-plugin] [INFO] org.eclipse.statet.ltk.ui [eclipse-plugin] [INFO] org.eclipse.statet.ltk.buildpaths.core [eclipse-plugin] [INFO] org.eclipse.statet.ltk.buildpaths.ui [eclipse-plugin] [INFO] ltk [pom] [INFO] org.eclipse.statet.ltk [eclipse-feature] [INFO] org.eclipse.statet-docmlet [pom] [INFO] docmlet [pom] [INFO] org.eclipse.statet.docmlet.base.ui [eclipse-plugin] [INFO] org.eclipse.statet.docmlet.tex.core [eclipse-plugin] [INFO] org.eclipse.statet.docmlet.tex.ui [eclipse-plugin] [INFO] yaml [pom] [INFO] org.eclipse.statet.yaml.core [eclipse-plugin] [INFO] org.eclipse.statet.docmlet.wikitext.core [eclipse-plugin] [INFO] org.eclipse.statet.docmlet.wikitext.ui [eclipse-plugin] [INFO] org.eclipse.statet.docmlet.wikitext.commonmark.core [eclipse-plugin] [INFO] org.eclipse.statet.docmlet.wikitext.commonmark.core.tests [eclipse-test-plugin] [INFO] org.eclipse.statet.docmlet.wikitext.commonmark.ui [eclipse-plugin] [INFO] org.eclipse.statet.docmlet.doc.user [eclipse-plugin] [INFO] docmlet [pom] [INFO] org.eclipse.statet.yaml.ui [eclipse-plugin] [INFO] yaml [pom] [INFO] org.eclipse.statet.yaml [eclipse-feature] [INFO] org.eclipse.statet-r [pom] [INFO] rhelp [pom] [INFO] org.eclipse.statet.rhelp.core [eclipse-plugin] [INFO] org.eclipse.statet.rhelp.server [jar] [INFO] r [pom] [INFO] org.eclipse.statet.ide.core [eclipse-plugin] [INFO] org.eclipse.statet.ide.ui [eclipse-plugin] [INFO] org.eclipse.statet.nico.core [eclipse-plugin] [INFO] org.eclipse.statet.nico.ui [eclipse-plugin] [INFO] org.eclipse.statet.r.core [eclipse-plugin] [INFO] org.eclipse.statet.r.core-tests [eclipse-plugin] [INFO] org.eclipse.statet.r.console.core [eclipse-plugin] [INFO] org.eclipse.statet.r.ui [eclipse-plugin] [INFO] org.eclipse.statet.r.console.ui [eclipse-plugin] [INFO] org.eclipse.statet.r.debug.core [eclipse-plugin] [INFO] org.eclipse.statet.r.debug.ui [eclipse-plugin] [INFO] org.eclipse.statet.r.launching.winrgui [eclipse-plugin] [INFO] org.eclipse.statet.r.apps [eclipse-plugin] [INFO] org.eclipse.statet.r.doc [eclipse-plugin] [INFO] org.eclipse.statet.r [eclipse-plugin] [INFO] r [pom] [INFO] org.eclipse.statet.r [eclipse-feature] [INFO] redocs [pom] [INFO] org.eclipse.statet.redocs.r [eclipse-plugin] [INFO] org.eclipse.statet.redocs.tex.r [eclipse-plugin] [INFO] org.eclipse.statet.redocs.tex.r.debug [eclipse-plugin] [INFO] org.eclipse.statet.redocs.tex.r.doc [eclipse-plugin] [INFO] org.eclipse.statet.redocs.wikitext.r [eclipse-plugin] [INFO] org.eclipse.statet.redocs.wikitext.r.debug [eclipse-plugin] [INFO] org.eclipse.statet.redocs.wikitext.r.commonmark [eclipse-plugin] [INFO] org.eclipse.statet.redocs.wikitext.r.textile [eclipse-plugin] [INFO] redocs [pom] [INFO] org.eclipse.statet.redocs.tex.r [eclipse-feature] [INFO] org.eclipse.statet.redocs.wikitext.r [eclipse-feature] [INFO] rtm [pom] [INFO] org.eclipse.statet.rtm.base.core [eclipse-plugin] [INFO] org.eclipse.statet.rtm.base.ui [eclipse-plugin] [INFO] org.eclipse.statet.rtm.ftable.core [eclipse-plugin] [INFO] org.eclipse.statet.rtm.ftable.ui [eclipse-plugin] [INFO] org.eclipse.statet.rtm.ggplot.core [eclipse-plugin] [INFO] org.eclipse.statet.rtm.ggplot.ui [eclipse-plugin] [INFO] rtm [pom] [INFO] org.eclipse.statet.rtm.ftable [eclipse-feature] [INFO] org.eclipse.statet.rtm.ggplot [eclipse-feature] [INFO] org.eclipse.statet.repository [eclipse-repository] [INFO] aggregation-statet [pom] [INFO] [INFO] ------------------< org.eclipse.statet-releng:parent >------------------ [INFO] Building Eclipse Statet - Maven Parent 4.0.2.201910101100-r [1/140] [INFO] --------------------------------[ pom ]--------------------------------- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom (5.0 kB at 106 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 1.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar (30 kB at 656 kB/s) [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ parent --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 130 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 221 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 61 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 78 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 95 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 27 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 245 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 137 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (1): 4.1/88 kB Progress (2): 4.1/88 kB | 4.1/49 kB Progress (2): 7.7/88 kB | 4.1/49 kB Progress (3): 7.7/88 kB | 4.1/49 kB | 4.1/12 kB Progress (4): 7.7/88 kB | 4.1/49 kB | 4.1/12 kB | 4.1/26 kB Progress (4): 12/88 kB | 4.1/49 kB | 4.1/12 kB | 4.1/26 kB Progress (4): 12/88 kB | 4.1/49 kB | 7.7/12 kB | 4.1/26 kB Progress (4): 12/88 kB | 7.7/49 kB | 7.7/12 kB | 4.1/26 kB Progress (4): 12/88 kB | 7.7/49 kB | 12/12 kB | 4.1/26 kB Progress (5): 12/88 kB | 7.7/49 kB | 12/12 kB | 4.1/26 kB | 4.1/51 kB Progress (5): 16/88 kB | 7.7/49 kB | 12/12 kB | 4.1/26 kB | 4.1/51 kB Progress (5): 16/88 kB | 7.7/49 kB | 12/12 kB | 7.7/26 kB | 4.1/51 kB Progress (5): 20/88 kB | 7.7/49 kB | 12/12 kB | 7.7/26 kB | 4.1/51 kB Progress (5): 20/88 kB | 7.7/49 kB | 12/12 kB | 7.7/26 kB | 7.7/51 kB Progress (5): 20/88 kB | 12/49 kB | 12/12 kB | 7.7/26 kB | 7.7/51 kB Progress (5): 20/88 kB | 12/49 kB | 12 kB | 7.7/26 kB | 7.7/51 kB Progress (5): 20/88 kB | 16/49 kB | 12 kB | 7.7/26 kB | 7.7/51 kB Progress (5): 20/88 kB | 16/49 kB | 12 kB | 7.7/26 kB | 12/51 kB Progress (5): 24/88 kB | 16/49 kB | 12 kB | 7.7/26 kB | 12/51 kB Progress (5): 24/88 kB | 16/49 kB | 12 kB | 12/26 kB | 12/51 kB Progress (5): 28/88 kB | 16/49 kB | 12 kB | 12/26 kB | 12/51 kB Progress (5): 28/88 kB | 16/49 kB | 12 kB | 12/26 kB | 16/51 kB Progress (5): 28/88 kB | 20/49 kB | 12 kB | 12/26 kB | 16/51 kB Progress (5): 28/88 kB | 20/49 kB | 12 kB | 12/26 kB | 20/51 kB Progress (5): 32/88 kB | 20/49 kB | 12 kB | 12/26 kB | 20/51 kB Progress (5): 32/88 kB | 20/49 kB | 12 kB | 16/26 kB | 20/51 kB Progress (5): 36/88 kB | 20/49 kB | 12 kB | 16/26 kB | 20/51 kB Progress (5): 36/88 kB | 20/49 kB | 12 kB | 16/26 kB | 24/51 kB Progress (5): 36/88 kB | 24/49 kB | 12 kB | 16/26 kB | 24/51 kB Progress (5): 36/88 kB | 24/49 kB | 12 kB | 16/26 kB | 28/51 kB Progress (5): 40/88 kB | 24/49 kB | 12 kB | 16/26 kB | 28/51 kB Progress (5): 40/88 kB | 24/49 kB | 12 kB | 20/26 kB | 28/51 kB Progress (5): 44/88 kB | 24/49 kB | 12 kB | 20/26 kB | 28/51 kB Progress (5): 44/88 kB | 24/49 kB | 12 kB | 20/26 kB | 32/51 kB Progress (5): 44/88 kB | 28/49 kB | 12 kB | 20/26 kB | 32/51 kB Progress (5): 44/88 kB | 28/49 kB | 12 kB | 20/26 kB | 36/51 kB Progress (5): 48/88 kB | 28/49 kB | 12 kB | 20/26 kB | 36/51 kB Progress (5): 48/88 kB | 28/49 kB | 12 kB | 24/26 kB | 36/51 kB Progress (5): 52/88 kB | 28/49 kB | 12 kB | 24/26 kB | 36/51 kB Progress (5): 52/88 kB | 28/49 kB | 12 kB | 24/26 kB | 40/51 kB Progress (5): 52/88 kB | 32/49 kB | 12 kB | 24/26 kB | 40/51 kB Progress (5): 52/88 kB | 32/49 kB | 12 kB | 24/26 kB | 44/51 kB Progress (5): 56/88 kB | 32/49 kB | 12 kB | 24/26 kB | 44/51 kB Progress (5): 56/88 kB | 32/49 kB | 12 kB | 26 kB | 44/51 kB Progress (5): 60/88 kB | 32/49 kB | 12 kB | 26 kB | 44/51 kB Progress (5): 60/88 kB | 32/49 kB | 12 kB | 26 kB | 48/51 kB Progress (5): 60/88 kB | 36/49 kB | 12 kB | 26 kB | 48/51 kB Progress (5): 60/88 kB | 36/49 kB | 12 kB | 26 kB | 51 kB Progress (5): 64/88 kB | 36/49 kB | 12 kB | 26 kB | 51 kB Progress (5): 64/88 kB | 40/49 kB | 12 kB | 26 kB | 51 kB Progress (5): 68/88 kB | 40/49 kB | 12 kB | 26 kB | 51 kB Progress (5): 68/88 kB | 44/49 kB | 12 kB | 26 kB | 51 kB Progress (5): 72/88 kB | 44/49 kB | 12 kB | 26 kB | 51 kB Progress (5): 72/88 kB | 48/49 kB | 12 kB | 26 kB | 51 kB Progress (5): 76/88 kB | 48/49 kB | 12 kB | 26 kB | 51 kB Progress (5): 76/88 kB | 49 kB | 12 kB | 26 kB | 51 kB Progress (5): 80/88 kB | 49 kB | 12 kB | 26 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 344 kB/s) Progress (4): 84/88 kB | 49 kB | 26 kB | 51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Progress (4): 88 kB | 49 kB | 26 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 658 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.8 MB/s) Progress (1): 4.1/194 kB Progress (1): 7.7/194 kB Progress (1): 12/194 kB Progress (1): 16/194 kB Progress (2): 16/194 kB | 4.1/38 kB Progress (2): 16/194 kB | 7.7/38 kB Progress (2): 16/194 kB | 12/38 kB Progress (3): 16/194 kB | 12/38 kB | 4.1/80 kB Progress (3): 16/194 kB | 16/38 kB | 4.1/80 kB Progress (3): 16/194 kB | 16/38 kB | 7.7/80 kB Progress (3): 16/194 kB | 16/38 kB | 12/80 kB Progress (3): 16/194 kB | 16/38 kB | 16/80 kB Progress (3): 16/194 kB | 16/38 kB | 20/80 kB Progress (3): 16/194 kB | 20/38 kB | 20/80 kB Progress (3): 16/194 kB | 20/38 kB | 24/80 kB Progress (3): 16/194 kB | 24/38 kB | 24/80 kB Progress (3): 16/194 kB | 24/38 kB | 28/80 kB Progress (3): 16/194 kB | 28/38 kB | 28/80 kB Progress (3): 16/194 kB | 28/38 kB | 32/80 kB Progress (3): 16/194 kB | 32/38 kB | 32/80 kB Progress (3): 16/194 kB | 32/38 kB | 36/80 kB Progress (3): 16/194 kB | 36/38 kB | 36/80 kB Progress (3): 20/194 kB | 36/38 kB | 36/80 kB Progress (4): 20/194 kB | 36/38 kB | 36/80 kB | 4.1/245 kB Progress (4): 20/194 kB | 38 kB | 36/80 kB | 4.1/245 kB Progress (4): 20/194 kB | 38 kB | 40/80 kB | 4.1/245 kB Progress (4): 20/194 kB | 38 kB | 40/80 kB | 7.7/245 kB Progress (4): 24/194 kB | 38 kB | 40/80 kB | 7.7/245 kB Progress (4): 24/194 kB | 38 kB | 44/80 kB | 7.7/245 kB Progress (4): 28/194 kB | 38 kB | 44/80 kB | 7.7/245 kB Progress (4): 28/194 kB | 38 kB | 48/80 kB | 7.7/245 kB Progress (4): 32/194 kB | 38 kB | 48/80 kB | 7.7/245 kB Progress (4): 32/194 kB | 38 kB | 52/80 kB | 7.7/245 kB Progress (4): 32/194 kB | 38 kB | 52/80 kB | 12/245 kB Progress (4): 32/194 kB | 38 kB | 56/80 kB | 12/245 kB Progress (4): 33/194 kB | 38 kB | 56/80 kB | 12/245 kB Progress (4): 33/194 kB | 38 kB | 60/80 kB | 12/245 kB Progress (4): 33/194 kB | 38 kB | 60/80 kB | 16/245 kB Progress (4): 33/194 kB | 38 kB | 64/80 kB | 16/245 kB Progress (4): 37/194 kB | 38 kB | 64/80 kB | 16/245 kB Progress (4): 37/194 kB | 38 kB | 68/80 kB | 16/245 kB Progress (4): 37/194 kB | 38 kB | 68/80 kB | 20/245 kB Progress (4): 37/194 kB | 38 kB | 72/80 kB | 20/245 kB Progress (4): 41/194 kB | 38 kB | 72/80 kB | 20/245 kB Progress (4): 41/194 kB | 38 kB | 76/80 kB | 20/245 kB Progress (4): 41/194 kB | 38 kB | 76/80 kB | 24/245 kB Progress (4): 41/194 kB | 38 kB | 80/80 kB | 24/245 kB Progress (4): 45/194 kB | 38 kB | 80/80 kB | 24/245 kB Progress (4): 45/194 kB | 38 kB | 80 kB | 24/245 kB Progress (4): 45/194 kB | 38 kB | 80 kB | 28/245 kB Progress (4): 49/194 kB | 38 kB | 80 kB | 28/245 kB Progress (4): 49/194 kB | 38 kB | 80 kB | 32/245 kB Progress (4): 53/194 kB | 38 kB | 80 kB | 32/245 kB Progress (4): 53/194 kB | 38 kB | 80 kB | 36/245 kB Progress (4): 57/194 kB | 38 kB | 80 kB | 36/245 kB Progress (4): 57/194 kB | 38 kB | 80 kB | 40/245 kB Progress (4): 61/194 kB | 38 kB | 80 kB | 40/245 kB Progress (4): 65/194 kB | 38 kB | 80 kB | 40/245 kB Progress (4): 65/194 kB | 38 kB | 80 kB | 44/245 kB Progress (4): 69/194 kB | 38 kB | 80 kB | 44/245 kB Progress (4): 69/194 kB | 38 kB | 80 kB | 48/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 560 kB/s) Progress (3): 69/194 kB | 80 kB | 52/245 kB Progress (3): 73/194 kB | 80 kB | 52/245 kB Progress (3): 73/194 kB | 80 kB | 56/245 kB Progress (3): 77/194 kB | 80 kB | 56/245 kB Progress (3): 81/194 kB | 80 kB | 56/245 kB Progress (3): 81/194 kB | 80 kB | 60/245 kB Progress (3): 85/194 kB | 80 kB | 60/245 kB Progress (3): 85/194 kB | 80 kB | 64/245 kB Progress (3): 89/194 kB | 80 kB | 64/245 kB Progress (3): 89/194 kB | 80 kB | 66/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.2 MB/s) Progress (2): 93/194 kB | 66/245 kB Progress (2): 93/194 kB | 70/245 kB Progress (2): 97/194 kB | 70/245 kB Progress (2): 97/194 kB | 74/245 kB Progress (2): 101/194 kB | 74/245 kB Progress (2): 105/194 kB | 74/245 kB Progress (2): 105/194 kB | 78/245 kB Progress (2): 109/194 kB | 78/245 kB Progress (2): 109/194 kB | 82/245 kB Progress (2): 113/194 kB | 82/245 kB Progress (2): 113/194 kB | 86/245 kB Progress (2): 117/194 kB | 86/245 kB Progress (2): 117/194 kB | 90/245 kB Progress (2): 121/194 kB | 90/245 kB Progress (2): 121/194 kB | 94/245 kB Progress (2): 125/194 kB | 94/245 kB Progress (2): 125/194 kB | 98/245 kB Progress (2): 129/194 kB | 98/245 kB Progress (2): 129/194 kB | 102/245 kB Progress (2): 133/194 kB | 102/245 kB Progress (2): 133/194 kB | 106/245 kB Progress (2): 137/194 kB | 106/245 kB Progress (2): 137/194 kB | 110/245 kB Progress (2): 141/194 kB | 110/245 kB Progress (2): 141/194 kB | 114/245 kB Progress (2): 145/194 kB | 114/245 kB Progress (2): 145/194 kB | 118/245 kB Progress (2): 149/194 kB | 118/245 kB Progress (2): 149/194 kB | 122/245 kB Progress (2): 153/194 kB | 122/245 kB Progress (2): 153/194 kB | 126/245 kB Progress (2): 157/194 kB | 126/245 kB Progress (2): 157/194 kB | 130/245 kB Progress (2): 161/194 kB | 130/245 kB Progress (2): 161/194 kB | 134/245 kB Progress (2): 165/194 kB | 134/245 kB Progress (2): 165/194 kB | 138/245 kB Progress (2): 169/194 kB | 138/245 kB Progress (2): 169/194 kB | 142/245 kB Progress (2): 173/194 kB | 142/245 kB Progress (2): 173/194 kB | 146/245 kB Progress (2): 177/194 kB | 146/245 kB Progress (2): 177/194 kB | 150/245 kB Progress (2): 181/194 kB | 150/245 kB Progress (2): 181/194 kB | 154/245 kB Progress (2): 185/194 kB | 154/245 kB Progress (2): 185/194 kB | 158/245 kB Progress (2): 189/194 kB | 158/245 kB Progress (2): 189/194 kB | 162/245 kB Progress (2): 193/194 kB | 162/245 kB Progress (2): 193/194 kB | 166/245 kB Progress (2): 194 kB | 166/245 kB Progress (2): 194 kB | 170/245 kB Progress (2): 194 kB | 174/245 kB Progress (2): 194 kB | 178/245 kB Progress (2): 194 kB | 182/245 kB Progress (2): 194 kB | 186/245 kB Progress (2): 194 kB | 190/245 kB Progress (2): 194 kB | 194/245 kB Progress (2): 194 kB | 198/245 kB Progress (2): 194 kB | 202/245 kB Progress (2): 194 kB | 206/245 kB Progress (2): 194 kB | 210/245 kB Progress (2): 194 kB | 214/245 kB Progress (2): 194 kB | 218/245 kB Progress (2): 194 kB | 222/245 kB Progress (2): 194 kB | 226/245 kB Progress (2): 194 kB | 230/245 kB Progress (2): 194 kB | 234/245 kB Progress (2): 194 kB | 238/245 kB Progress (2): 194 kB | 242/245 kB Progress (2): 194 kB | 245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.4 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 2.9 MB/s) [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ parent --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.pom (1.0 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.3.0/tycho-pack200-impl-1.3.0.jar (14 kB at 572 kB/s) [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ parent --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 346 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 119 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 116 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 19 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 73 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 90 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 35 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 5.0 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 345 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 6.6 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 109 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 173 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 220 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 49 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 81 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 255 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 739 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 32 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 195 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 366 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 376 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 405 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 7.6 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 226 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 289 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom Progress (1): 266 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 7.8 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 135 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 134 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 139 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 232 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 92 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 131 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 995 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 55 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 88 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 105 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 117 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom Progress (1): 2.2 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom (2.2 kB at 122 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 504 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/43/commons-parent-43.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom Progress (1): 4.1/70 kB Progress (1): 7.7/70 kB Progress (1): 12/70 kB Progress (1): 16/70 kB Progress (1): 20/70 kB Progress (1): 24/70 kB Progress (1): 28/70 kB Progress (1): 32/70 kB Progress (1): 36/70 kB Progress (1): 40/70 kB Progress (1): 44/70 kB Progress (1): 48/70 kB Progress (1): 52/70 kB Progress (1): 56/70 kB Progress (1): 60/70 kB Progress (1): 64/70 kB Progress (1): 68/70 kB Progress (1): 70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 2.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom (6.4 kB at 212 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/auto-parent/3/auto-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 128 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom Progress (1): 3.6 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom (3.6 kB at 113 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.pom Progress (1): 2.3 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.pom (2.3 kB at 128 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 168 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 412 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 939 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 165 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 364 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 686 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1/56 kB Progress (1): 7.7/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 24/56 kB Progress (1): 28/56 kB Progress (1): 32/56 kB Progress (1): 36/56 kB Progress (1): 40/56 kB Progress (1): 44/56 kB Progress (1): 48/56 kB Progress (1): 52/56 kB Progress (1): 56/56 kB Progress (1): 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.9 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 412 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom (4.8 kB at 171 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/20.0/guava-20.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar Progress (1): 4.1/66 kB Progress (1): 7.7/66 kB Progress (1): 12/66 kB Progress (1): 16/66 kB Progress (1): 20/66 kB Progress (1): 24/66 kB Progress (1): 28/66 kB Progress (1): 32/66 kB Progress (1): 36/66 kB Progress (1): 40/66 kB Progress (1): 44/66 kB Progress (1): 48/66 kB Progress (1): 52/66 kB Progress (1): 56/66 kB Progress (1): 60/66 kB Progress (1): 64/66 kB Progress (1): 66 kB Progress (2): 66 kB | 4.1/31 kB Progress (2): 66 kB | 7.7/31 kB Progress (2): 66 kB | 12/31 kB Progress (2): 66 kB | 16/31 kB Progress (2): 66 kB | 20/31 kB Progress (2): 66 kB | 24/31 kB Progress (2): 66 kB | 28/31 kB Progress (2): 66 kB | 31 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar (66 kB at 570 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar Progress (2): 31 kB | 4.1/5.3 kB Progress (2): 31 kB | 5.3 kB Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar (31 kB at 242 kB/s) Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar (5.3 kB at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Progress (1): 4.1/41 kB Progress (2): 4.1/41 kB | 4.1/563 kB Progress (2): 7.7/41 kB | 4.1/563 kB Progress (2): 7.7/41 kB | 7.7/563 kB Progress (2): 12/41 kB | 7.7/563 kB Progress (2): 12/41 kB | 12/563 kB Progress (2): 16/41 kB | 12/563 kB Progress (2): 16/41 kB | 16/563 kB Progress (2): 20/41 kB | 16/563 kB Progress (2): 20/41 kB | 20/563 kB Progress (2): 24/41 kB | 20/563 kB Progress (2): 24/41 kB | 24/563 kB Progress (2): 28/41 kB | 24/563 kB Progress (2): 28/41 kB | 28/563 kB Progress (2): 32/41 kB | 28/563 kB Progress (2): 32/41 kB | 32/563 kB Progress (2): 36/41 kB | 32/563 kB Progress (2): 36/41 kB | 33/563 kB Progress (2): 40/41 kB | 33/563 kB Progress (2): 40/41 kB | 37/563 kB Progress (2): 41 kB | 37/563 kB Progress (2): 41 kB | 41/563 kB Progress (2): 41 kB | 45/563 kB Progress (2): 41 kB | 49/563 kB Progress (2): 41 kB | 53/563 kB Progress (2): 41 kB | 57/563 kB Progress (2): 41 kB | 61/563 kB Progress (2): 41 kB | 65/563 kB Progress (2): 41 kB | 69/563 kB Progress (2): 41 kB | 73/563 kB Progress (2): 41 kB | 77/563 kB Progress (2): 41 kB | 81/563 kB Progress (2): 41 kB | 85/563 kB Progress (3): 41 kB | 85/563 kB | 4.1/47 kB Progress (3): 41 kB | 89/563 kB | 4.1/47 kB Progress (3): 41 kB | 89/563 kB | 7.7/47 kB Progress (3): 41 kB | 93/563 kB | 7.7/47 kB Progress (3): 41 kB | 93/563 kB | 12/47 kB Progress (3): 41 kB | 97/563 kB | 12/47 kB Progress (3): 41 kB | 97/563 kB | 16/47 kB Progress (3): 41 kB | 101/563 kB | 16/47 kB Progress (3): 41 kB | 101/563 kB | 20/47 kB Progress (3): 41 kB | 105/563 kB | 20/47 kB Progress (3): 41 kB | 105/563 kB | 24/47 kB Progress (3): 41 kB | 109/563 kB | 24/47 kB Progress (3): 41 kB | 113/563 kB | 24/47 kB Progress (3): 41 kB | 117/563 kB | 24/47 kB Progress (3): 41 kB | 121/563 kB | 24/47 kB Progress (3): 41 kB | 125/563 kB | 24/47 kB Progress (3): 41 kB | 125/563 kB | 28/47 kB Progress (3): 41 kB | 129/563 kB | 28/47 kB Progress (3): 41 kB | 129/563 kB | 32/47 kB Progress (3): 41 kB | 133/563 kB | 32/47 kB Progress (3): 41 kB | 133/563 kB | 36/47 kB Progress (3): 41 kB | 137/563 kB | 36/47 kB Progress (3): 41 kB | 137/563 kB | 40/47 kB Progress (3): 41 kB | 141/563 kB | 40/47 kB Progress (3): 41 kB | 141/563 kB | 44/47 kB Progress (3): 41 kB | 145/563 kB | 44/47 kB Progress (3): 41 kB | 145/563 kB | 47 kB Progress (3): 41 kB | 149/563 kB | 47 kB Progress (3): 41 kB | 153/563 kB | 47 kB Progress (3): 41 kB | 157/563 kB | 47 kB Progress (3): 41 kB | 161/563 kB | 47 kB Progress (3): 41 kB | 165/563 kB | 47 kB Progress (3): 41 kB | 169/563 kB | 47 kB Progress (3): 41 kB | 173/563 kB | 47 kB Progress (3): 41 kB | 177/563 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 1.3 MB/s) Progress (2): 181/563 kB | 47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Progress (2): 185/563 kB | 47 kB Progress (2): 189/563 kB | 47 kB Progress (2): 193/563 kB | 47 kB Progress (2): 197/563 kB | 47 kB Progress (2): 201/563 kB | 47 kB Progress (2): 205/563 kB | 47 kB Progress (2): 209/563 kB | 47 kB Progress (2): 213/563 kB | 47 kB Progress (2): 217/563 kB | 47 kB Progress (2): 221/563 kB | 47 kB Progress (2): 225/563 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.3 MB/s) Progress (2): 225/563 kB | 4.1/164 kB Progress (2): 229/563 kB | 4.1/164 kB Progress (3): 229/563 kB | 4.1/164 kB | 4.1/30 kB Progress (3): 233/563 kB | 4.1/164 kB | 4.1/30 kB Progress (3): 233/563 kB | 7.7/164 kB | 4.1/30 kB Progress (3): 237/563 kB | 7.7/164 kB | 4.1/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Progress (3): 241/563 kB | 7.7/164 kB | 4.1/30 kB Progress (3): 241/563 kB | 12/164 kB | 4.1/30 kB Progress (3): 241/563 kB | 12/164 kB | 7.7/30 kB Progress (3): 241/563 kB | 16/164 kB | 7.7/30 kB Progress (3): 241/563 kB | 16/164 kB | 12/30 kB Progress (3): 245/563 kB | 16/164 kB | 12/30 kB Progress (3): 245/563 kB | 16/164 kB | 16/30 kB Progress (3): 245/563 kB | 20/164 kB | 16/30 kB Progress (3): 245/563 kB | 20/164 kB | 20/30 kB Progress (3): 249/563 kB | 20/164 kB | 20/30 kB Progress (3): 249/563 kB | 20/164 kB | 24/30 kB Progress (3): 249/563 kB | 24/164 kB | 24/30 kB Progress (3): 249/563 kB | 24/164 kB | 28/30 kB Progress (3): 249/563 kB | 28/164 kB | 28/30 kB Progress (3): 253/563 kB | 28/164 kB | 28/30 kB Progress (3): 253/563 kB | 32/164 kB | 28/30 kB Progress (3): 253/563 kB | 32/164 kB | 30 kB Progress (3): 253/563 kB | 36/164 kB | 30 kB Progress (3): 257/563 kB | 36/164 kB | 30 kB Progress (3): 257/563 kB | 40/164 kB | 30 kB Progress (3): 261/563 kB | 40/164 kB | 30 kB Progress (3): 261/563 kB | 44/164 kB | 30 kB Progress (3): 265/563 kB | 44/164 kB | 30 kB Progress (3): 265/563 kB | 48/164 kB | 30 kB Progress (3): 269/563 kB | 48/164 kB | 30 kB Progress (3): 269/563 kB | 52/164 kB | 30 kB Progress (3): 273/563 kB | 52/164 kB | 30 kB Progress (4): 273/563 kB | 52/164 kB | 30 kB | 4.1/52 kB Progress (4): 273/563 kB | 56/164 kB | 30 kB | 4.1/52 kB Progress (4): 273/563 kB | 56/164 kB | 30 kB | 7.7/52 kB Progress (4): 277/563 kB | 56/164 kB | 30 kB | 7.7/52 kB Progress (4): 277/563 kB | 56/164 kB | 30 kB | 12/52 kB Progress (4): 277/563 kB | 60/164 kB | 30 kB | 12/52 kB Progress (4): 277/563 kB | 60/164 kB | 30 kB | 16/52 kB Progress (4): 281/563 kB | 60/164 kB | 30 kB | 16/52 kB Progress (4): 281/563 kB | 60/164 kB | 30 kB | 20/52 kB Progress (4): 281/563 kB | 64/164 kB | 30 kB | 20/52 kB Progress (4): 281/563 kB | 64/164 kB | 30 kB | 24/52 kB Progress (4): 285/563 kB | 64/164 kB | 30 kB | 24/52 kB Progress (4): 285/563 kB | 64/164 kB | 30 kB | 28/52 kB Progress (4): 285/563 kB | 68/164 kB | 30 kB | 28/52 kB Progress (4): 285/563 kB | 68/164 kB | 30 kB | 32/52 kB Progress (4): 289/563 kB | 68/164 kB | 30 kB | 32/52 kB Progress (4): 289/563 kB | 68/164 kB | 30 kB | 36/52 kB Progress (4): 289/563 kB | 72/164 kB | 30 kB | 36/52 kB Progress (4): 289/563 kB | 72/164 kB | 30 kB | 40/52 kB Progress (4): 293/563 kB | 72/164 kB | 30 kB | 40/52 kB Progress (4): 293/563 kB | 72/164 kB | 30 kB | 44/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 669 kB/s) Progress (3): 293/563 kB | 76/164 kB | 44/52 kB Progress (4): 293/563 kB | 76/164 kB | 44/52 kB | 4.1/159 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Progress (4): 293/563 kB | 76/164 kB | 48/52 kB | 4.1/159 kB Progress (4): 297/563 kB | 76/164 kB | 48/52 kB | 4.1/159 kB Progress (4): 297/563 kB | 76/164 kB | 52/52 kB | 4.1/159 kB Progress (4): 297/563 kB | 76/164 kB | 52/52 kB | 7.7/159 kB Progress (4): 297/563 kB | 80/164 kB | 52/52 kB | 7.7/159 kB Progress (4): 297/563 kB | 80/164 kB | 52/52 kB | 12/159 kB Progress (4): 297/563 kB | 80/164 kB | 52 kB | 12/159 kB Progress (4): 301/563 kB | 80/164 kB | 52 kB | 12/159 kB Progress (4): 301/563 kB | 80/164 kB | 52 kB | 16/159 kB Progress (4): 301/563 kB | 84/164 kB | 52 kB | 16/159 kB Progress (4): 301/563 kB | 84/164 kB | 52 kB | 20/159 kB Progress (4): 305/563 kB | 84/164 kB | 52 kB | 20/159 kB Progress (4): 305/563 kB | 84/164 kB | 52 kB | 24/159 kB Progress (4): 305/563 kB | 88/164 kB | 52 kB | 24/159 kB Progress (4): 305/563 kB | 88/164 kB | 52 kB | 28/159 kB Progress (4): 309/563 kB | 88/164 kB | 52 kB | 28/159 kB Progress (4): 309/563 kB | 88/164 kB | 52 kB | 32/159 kB Progress (4): 309/563 kB | 92/164 kB | 52 kB | 32/159 kB Progress (4): 309/563 kB | 92/164 kB | 52 kB | 36/159 kB Progress (4): 313/563 kB | 92/164 kB | 52 kB | 36/159 kB Progress (4): 313/563 kB | 92/164 kB | 52 kB | 40/159 kB Progress (4): 313/563 kB | 96/164 kB | 52 kB | 40/159 kB Progress (4): 313/563 kB | 96/164 kB | 52 kB | 44/159 kB Progress (4): 317/563 kB | 96/164 kB | 52 kB | 44/159 kB Progress (4): 317/563 kB | 96/164 kB | 52 kB | 48/159 kB Progress (4): 317/563 kB | 100/164 kB | 52 kB | 48/159 kB Progress (4): 317/563 kB | 100/164 kB | 52 kB | 52/159 kB Progress (4): 321/563 kB | 100/164 kB | 52 kB | 52/159 kB Progress (4): 321/563 kB | 100/164 kB | 52 kB | 56/159 kB Progress (4): 321/563 kB | 104/164 kB | 52 kB | 56/159 kB Progress (4): 321/563 kB | 104/164 kB | 52 kB | 60/159 kB Progress (4): 325/563 kB | 104/164 kB | 52 kB | 60/159 kB Progress (4): 325/563 kB | 104/164 kB | 52 kB | 64/159 kB Progress (4): 325/563 kB | 108/164 kB | 52 kB | 64/159 kB Progress (4): 325/563 kB | 108/164 kB | 52 kB | 68/159 kB Progress (4): 329/563 kB | 108/164 kB | 52 kB | 68/159 kB Progress (4): 329/563 kB | 108/164 kB | 52 kB | 72/159 kB Progress (4): 329/563 kB | 112/164 kB | 52 kB | 72/159 kB Progress (4): 329/563 kB | 112/164 kB | 52 kB | 76/159 kB Progress (4): 333/563 kB | 112/164 kB | 52 kB | 76/159 kB Progress (4): 333/563 kB | 112/164 kB | 52 kB | 80/159 kB Progress (4): 333/563 kB | 116/164 kB | 52 kB | 80/159 kB Progress (4): 333/563 kB | 116/164 kB | 52 kB | 84/159 kB Progress (4): 337/563 kB | 116/164 kB | 52 kB | 84/159 kB Progress (4): 337/563 kB | 116/164 kB | 52 kB | 88/159 kB Progress (5): 337/563 kB | 116/164 kB | 52 kB | 88/159 kB | 4.1/60 kB Progress (5): 337/563 kB | 120/164 kB | 52 kB | 88/159 kB | 4.1/60 kB Progress (5): 337/563 kB | 120/164 kB | 52 kB | 88/159 kB | 7.7/60 kB Progress (5): 337/563 kB | 120/164 kB | 52 kB | 92/159 kB | 7.7/60 kB Progress (5): 341/563 kB | 120/164 kB | 52 kB | 92/159 kB | 7.7/60 kB Progress (5): 341/563 kB | 120/164 kB | 52 kB | 96/159 kB | 7.7/60 kB Progress (5): 341/563 kB | 120/164 kB | 52 kB | 96/159 kB | 12/60 kB Progress (5): 341/563 kB | 124/164 kB | 52 kB | 96/159 kB | 12/60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 949 kB/s) Progress (4): 341/563 kB | 128/164 kB | 96/159 kB | 12/60 kB Progress (4): 341/563 kB | 128/164 kB | 96/159 kB | 16/60 kB Progress (4): 341/563 kB | 128/164 kB | 100/159 kB | 16/60 kB Progress (4): 345/563 kB | 128/164 kB | 100/159 kB | 16/60 kB Progress (4): 345/563 kB | 128/164 kB | 104/159 kB | 16/60 kB Progress (4): 345/563 kB | 128/164 kB | 104/159 kB | 20/60 kB Progress (4): 345/563 kB | 132/164 kB | 104/159 kB | 20/60 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Progress (4): 345/563 kB | 136/164 kB | 104/159 kB | 20/60 kB Progress (4): 345/563 kB | 136/164 kB | 104/159 kB | 24/60 kB Progress (4): 345/563 kB | 136/164 kB | 108/159 kB | 24/60 kB Progress (4): 349/563 kB | 136/164 kB | 108/159 kB | 24/60 kB Progress (4): 349/563 kB | 136/164 kB | 112/159 kB | 24/60 kB Progress (4): 349/563 kB | 136/164 kB | 112/159 kB | 28/60 kB Progress (4): 349/563 kB | 140/164 kB | 112/159 kB | 28/60 kB Progress (4): 349/563 kB | 140/164 kB | 112/159 kB | 32/60 kB Progress (4): 349/563 kB | 140/164 kB | 116/159 kB | 32/60 kB Progress (4): 353/563 kB | 140/164 kB | 116/159 kB | 32/60 kB Progress (4): 353/563 kB | 140/164 kB | 120/159 kB | 32/60 kB Progress (4): 353/563 kB | 140/164 kB | 120/159 kB | 36/60 kB Progress (4): 353/563 kB | 144/164 kB | 120/159 kB | 36/60 kB Progress (4): 353/563 kB | 144/164 kB | 120/159 kB | 40/60 kB Progress (4): 353/563 kB | 144/164 kB | 124/159 kB | 40/60 kB Progress (4): 357/563 kB | 144/164 kB | 124/159 kB | 40/60 kB Progress (4): 357/563 kB | 144/164 kB | 128/159 kB | 40/60 kB Progress (4): 357/563 kB | 144/164 kB | 128/159 kB | 44/60 kB Progress (4): 357/563 kB | 148/164 kB | 128/159 kB | 44/60 kB Progress (4): 357/563 kB | 148/164 kB | 128/159 kB | 48/60 kB Progress (4): 357/563 kB | 148/164 kB | 132/159 kB | 48/60 kB Progress (4): 361/563 kB | 148/164 kB | 132/159 kB | 48/60 kB Progress (4): 361/563 kB | 148/164 kB | 136/159 kB | 48/60 kB Progress (4): 361/563 kB | 148/164 kB | 136/159 kB | 52/60 kB Progress (4): 361/563 kB | 152/164 kB | 136/159 kB | 52/60 kB Progress (4): 361/563 kB | 152/164 kB | 136/159 kB | 56/60 kB Progress (4): 361/563 kB | 152/164 kB | 140/159 kB | 56/60 kB Progress (4): 365/563 kB | 152/164 kB | 140/159 kB | 56/60 kB Progress (4): 365/563 kB | 152/164 kB | 144/159 kB | 56/60 kB Progress (4): 365/563 kB | 152/164 kB | 144/159 kB | 60/60 kB Progress (4): 365/563 kB | 156/164 kB | 144/159 kB | 60/60 kB Progress (4): 365/563 kB | 156/164 kB | 144/159 kB | 60 kB Progress (4): 365/563 kB | 156/164 kB | 148/159 kB | 60 kB Progress (4): 369/563 kB | 156/164 kB | 148/159 kB | 60 kB Progress (4): 369/563 kB | 156/164 kB | 152/159 kB | 60 kB Progress (4): 369/563 kB | 160/164 kB | 152/159 kB | 60 kB Progress (4): 369/563 kB | 160/164 kB | 156/159 kB | 60 kB Progress (4): 373/563 kB | 160/164 kB | 156/159 kB | 60 kB Progress (4): 373/563 kB | 160/164 kB | 159 kB | 60 kB Progress (4): 373/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 377/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 381/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 385/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 389/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 393/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 397/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 401/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 405/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 409/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 413/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 417/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 421/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 425/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 429/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 433/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 437/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 441/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 445/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 449/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 453/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 457/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 461/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 465/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 469/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 473/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 477/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 481/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 485/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 489/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 493/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 497/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 501/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 505/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 509/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 513/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 517/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 521/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 525/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 529/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 533/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 537/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 541/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 545/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 549/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 553/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 557/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 561/563 kB | 164 kB | 159 kB | 60 kB Progress (4): 563 kB | 164 kB | 159 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 2.0 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 760 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (2): 563 kB | 4.1/18 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 6.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 201 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (1): 4.1/134 kB Progress (1): 7.7/134 kB Progress (1): 12/134 kB Progress (1): 16/134 kB Progress (2): 16/134 kB | 4.1/134 kB Progress (2): 20/134 kB | 4.1/134 kB Progress (2): 20/134 kB | 7.7/134 kB Progress (2): 24/134 kB | 7.7/134 kB Progress (2): 24/134 kB | 12/134 kB Progress (2): 28/134 kB | 12/134 kB Progress (2): 28/134 kB | 16/134 kB Progress (2): 32/134 kB | 16/134 kB Progress (2): 32/134 kB | 20/134 kB Progress (2): 36/134 kB | 20/134 kB Progress (2): 36/134 kB | 24/134 kB Progress (2): 40/134 kB | 24/134 kB Progress (2): 40/134 kB | 28/134 kB Progress (2): 44/134 kB | 28/134 kB Progress (2): 44/134 kB | 32/134 kB Progress (2): 48/134 kB | 32/134 kB Progress (2): 48/134 kB | 36/134 kB Progress (2): 52/134 kB | 36/134 kB Progress (2): 52/134 kB | 40/134 kB Progress (2): 56/134 kB | 40/134 kB Progress (2): 56/134 kB | 44/134 kB Progress (2): 60/134 kB | 44/134 kB Progress (2): 60/134 kB | 48/134 kB Progress (2): 64/134 kB | 48/134 kB Progress (2): 64/134 kB | 52/134 kB Progress (2): 68/134 kB | 52/134 kB Progress (2): 68/134 kB | 56/134 kB Progress (2): 72/134 kB | 56/134 kB Progress (2): 72/134 kB | 60/134 kB Progress (2): 76/134 kB | 60/134 kB Progress (2): 76/134 kB | 64/134 kB Progress (2): 80/134 kB | 64/134 kB Progress (2): 80/134 kB | 68/134 kB Progress (2): 84/134 kB | 68/134 kB Progress (2): 84/134 kB | 72/134 kB Progress (2): 88/134 kB | 72/134 kB Progress (2): 88/134 kB | 76/134 kB Progress (2): 92/134 kB | 76/134 kB Progress (2): 92/134 kB | 80/134 kB Progress (2): 96/134 kB | 80/134 kB Progress (2): 96/134 kB | 84/134 kB Progress (2): 100/134 kB | 84/134 kB Progress (2): 100/134 kB | 88/134 kB Progress (2): 104/134 kB | 88/134 kB Progress (2): 104/134 kB | 92/134 kB Progress (2): 108/134 kB | 92/134 kB Progress (2): 108/134 kB | 96/134 kB Progress (2): 112/134 kB | 96/134 kB Progress (2): 112/134 kB | 100/134 kB Progress (2): 116/134 kB | 100/134 kB Progress (3): 116/134 kB | 100/134 kB | 4.1/202 kB Progress (3): 116/134 kB | 104/134 kB | 4.1/202 kB Progress (3): 116/134 kB | 104/134 kB | 7.7/202 kB Progress (3): 116/134 kB | 108/134 kB | 7.7/202 kB Progress (3): 120/134 kB | 108/134 kB | 7.7/202 kB Progress (3): 120/134 kB | 112/134 kB | 7.7/202 kB Progress (3): 120/134 kB | 112/134 kB | 12/202 kB Progress (3): 120/134 kB | 116/134 kB | 12/202 kB Progress (3): 124/134 kB | 116/134 kB | 12/202 kB Progress (3): 124/134 kB | 120/134 kB | 12/202 kB Progress (3): 124/134 kB | 120/134 kB | 16/202 kB Progress (3): 124/134 kB | 124/134 kB | 16/202 kB Progress (4): 124/134 kB | 124/134 kB | 16/202 kB | 4.1/45 kB Progress (4): 128/134 kB | 124/134 kB | 16/202 kB | 4.1/45 kB Progress (4): 128/134 kB | 124/134 kB | 16/202 kB | 7.7/45 kB Progress (4): 128/134 kB | 128/134 kB | 16/202 kB | 7.7/45 kB Progress (4): 128/134 kB | 128/134 kB | 20/202 kB | 7.7/45 kB Progress (4): 128/134 kB | 132/134 kB | 20/202 kB | 7.7/45 kB Progress (5): 128/134 kB | 132/134 kB | 20/202 kB | 7.7/45 kB | 4.1/145 kB Progress (5): 128/134 kB | 132/134 kB | 20/202 kB | 12/45 kB | 4.1/145 kB Progress (5): 132/134 kB | 132/134 kB | 20/202 kB | 12/45 kB | 4.1/145 kB Progress (5): 132/134 kB | 132/134 kB | 20/202 kB | 16/45 kB | 4.1/145 kB Progress (5): 132/134 kB | 132/134 kB | 20/202 kB | 16/45 kB | 7.7/145 kB Progress (5): 132/134 kB | 134 kB | 20/202 kB | 16/45 kB | 7.7/145 kB Progress (5): 132/134 kB | 134 kB | 24/202 kB | 16/45 kB | 7.7/145 kB Progress (5): 132/134 kB | 134 kB | 24/202 kB | 16/45 kB | 12/145 kB Progress (5): 132/134 kB | 134 kB | 24/202 kB | 20/45 kB | 12/145 kB Progress (5): 134 kB | 134 kB | 24/202 kB | 20/45 kB | 12/145 kB Progress (5): 134 kB | 134 kB | 24/202 kB | 24/45 kB | 12/145 kB Progress (5): 134 kB | 134 kB | 24/202 kB | 24/45 kB | 16/145 kB Progress (5): 134 kB | 134 kB | 28/202 kB | 24/45 kB | 16/145 kB Progress (5): 134 kB | 134 kB | 28/202 kB | 24/45 kB | 20/145 kB Progress (5): 134 kB | 134 kB | 28/202 kB | 28/45 kB | 20/145 kB Progress (5): 134 kB | 134 kB | 28/202 kB | 28/45 kB | 24/145 kB Progress (5): 134 kB | 134 kB | 32/202 kB | 28/45 kB | 24/145 kB Progress (5): 134 kB | 134 kB | 32/202 kB | 28/45 kB | 28/145 kB Progress (5): 134 kB | 134 kB | 32/202 kB | 32/45 kB | 28/145 kB Progress (5): 134 kB | 134 kB | 32/202 kB | 32/45 kB | 32/145 kB Progress (5): 134 kB | 134 kB | 36/202 kB | 32/45 kB | 32/145 kB Progress (5): 134 kB | 134 kB | 36/202 kB | 32/45 kB | 36/145 kB Progress (5): 134 kB | 134 kB | 36/202 kB | 36/45 kB | 36/145 kB Progress (5): 134 kB | 134 kB | 36/202 kB | 36/45 kB | 40/145 kB Progress (5): 134 kB | 134 kB | 40/202 kB | 36/45 kB | 40/145 kB Progress (5): 134 kB | 134 kB | 40/202 kB | 36/45 kB | 44/145 kB Progress (5): 134 kB | 134 kB | 40/202 kB | 40/45 kB | 44/145 kB Progress (5): 134 kB | 134 kB | 40/202 kB | 40/45 kB | 48/145 kB Progress (5): 134 kB | 134 kB | 44/202 kB | 40/45 kB | 48/145 kB Progress (5): 134 kB | 134 kB | 44/202 kB | 40/45 kB | 52/145 kB Progress (5): 134 kB | 134 kB | 44/202 kB | 44/45 kB | 52/145 kB Progress (5): 134 kB | 134 kB | 44/202 kB | 44/45 kB | 56/145 kB Progress (5): 134 kB | 134 kB | 48/202 kB | 44/45 kB | 56/145 kB Progress (5): 134 kB | 134 kB | 48/202 kB | 44/45 kB | 60/145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 1.3 MB/s) Progress (4): 134 kB | 48/202 kB | 45 kB | 60/145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.3 MB/s) Progress (3): 48/202 kB | 45 kB | 64/145 kB Progress (3): 52/202 kB | 45 kB | 64/145 kB Progress (3): 52/202 kB | 45 kB | 68/145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (3): 52/202 kB | 45 kB | 72/145 kB Progress (3): 56/202 kB | 45 kB | 72/145 kB Progress (3): 56/202 kB | 45 kB | 76/145 kB Progress (3): 60/202 kB | 45 kB | 76/145 kB Progress (3): 60/202 kB | 45 kB | 80/145 kB Progress (3): 64/202 kB | 45 kB | 80/145 kB Progress (3): 64/202 kB | 45 kB | 84/145 kB Progress (3): 68/202 kB | 45 kB | 84/145 kB Progress (3): 68/202 kB | 45 kB | 88/145 kB Progress (3): 72/202 kB | 45 kB | 88/145 kB Progress (3): 72/202 kB | 45 kB | 92/145 kB Progress (3): 76/202 kB | 45 kB | 92/145 kB Progress (3): 76/202 kB | 45 kB | 96/145 kB Progress (3): 80/202 kB | 45 kB | 96/145 kB Progress (3): 80/202 kB | 45 kB | 100/145 kB Progress (3): 84/202 kB | 45 kB | 100/145 kB Progress (3): 84/202 kB | 45 kB | 104/145 kB Progress (3): 88/202 kB | 45 kB | 104/145 kB Progress (3): 88/202 kB | 45 kB | 108/145 kB Progress (3): 92/202 kB | 45 kB | 108/145 kB Progress (3): 92/202 kB | 45 kB | 112/145 kB Progress (3): 96/202 kB | 45 kB | 112/145 kB Progress (3): 96/202 kB | 45 kB | 116/145 kB Progress (3): 100/202 kB | 45 kB | 116/145 kB Progress (3): 100/202 kB | 45 kB | 120/145 kB Progress (3): 104/202 kB | 45 kB | 120/145 kB Progress (3): 104/202 kB | 45 kB | 124/145 kB Progress (3): 108/202 kB | 45 kB | 124/145 kB Progress (3): 108/202 kB | 45 kB | 128/145 kB Progress (3): 112/202 kB | 45 kB | 128/145 kB Progress (3): 112/202 kB | 45 kB | 132/145 kB Progress (3): 116/202 kB | 45 kB | 132/145 kB Progress (3): 116/202 kB | 45 kB | 136/145 kB Progress (3): 120/202 kB | 45 kB | 136/145 kB Progress (3): 120/202 kB | 45 kB | 140/145 kB Progress (3): 124/202 kB | 45 kB | 140/145 kB Progress (3): 124/202 kB | 45 kB | 144/145 kB Progress (3): 128/202 kB | 45 kB | 144/145 kB Progress (3): 128/202 kB | 45 kB | 145 kB Progress (3): 132/202 kB | 45 kB | 145 kB Progress (3): 136/202 kB | 45 kB | 145 kB Progress (3): 140/202 kB | 45 kB | 145 kB Progress (3): 144/202 kB | 45 kB | 145 kB Progress (3): 148/202 kB | 45 kB | 145 kB Progress (3): 152/202 kB | 45 kB | 145 kB Progress (3): 156/202 kB | 45 kB | 145 kB Progress (3): 160/202 kB | 45 kB | 145 kB Progress (3): 164/202 kB | 45 kB | 145 kB Progress (3): 168/202 kB | 45 kB | 145 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 394 kB/s) Progress (2): 172/202 kB | 145 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Progress (3): 172/202 kB | 145 kB | 4.1/5.8 kB Progress (3): 176/202 kB | 145 kB | 4.1/5.8 kB Progress (3): 176/202 kB | 145 kB | 5.8 kB Progress (4): 176/202 kB | 145 kB | 5.8 kB | 2.5 kB Progress (4): 180/202 kB | 145 kB | 5.8 kB | 2.5 kB Progress (4): 184/202 kB | 145 kB | 5.8 kB | 2.5 kB Progress (4): 188/202 kB | 145 kB | 5.8 kB | 2.5 kB Progress (4): 192/202 kB | 145 kB | 5.8 kB | 2.5 kB Progress (4): 196/202 kB | 145 kB | 5.8 kB | 2.5 kB Progress (4): 200/202 kB | 145 kB | 5.8 kB | 2.5 kB Progress (4): 202 kB | 145 kB | 5.8 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 1.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 49 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Progress (2): 2.5 kB | 4.1/357 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 20 kB/s) Progress (1): 7.7/357 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Progress (1): 12/357 kB Progress (1): 16/357 kB Progress (1): 20/357 kB Progress (1): 24/357 kB Progress (1): 28/357 kB Progress (1): 32/357 kB Progress (1): 36/357 kB Progress (1): 40/357 kB Progress (1): 44/357 kB Progress (1): 48/357 kB Progress (1): 52/357 kB Progress (1): 56/357 kB Progress (1): 60/357 kB Progress (1): 64/357 kB Progress (1): 66/357 kB Progress (1): 70/357 kB Progress (1): 74/357 kB Progress (1): 78/357 kB Progress (1): 82/357 kB Progress (1): 86/357 kB Progress (1): 90/357 kB Progress (1): 94/357 kB Progress (1): 98/357 kB Progress (1): 98/357 kB Progress (1): 102/357 kB Progress (1): 106/357 kB Progress (1): 110/357 kB Progress (1): 114/357 kB Progress (2): 114/357 kB | 4.1/4.5 kB Progress (2): 118/357 kB | 4.1/4.5 kB Progress (2): 118/357 kB | 4.5 kB Progress (2): 122/357 kB | 4.5 kB Progress (2): 126/357 kB | 4.5 kB Progress (2): 130/357 kB | 4.5 kB Progress (2): 134/357 kB | 4.5 kB Progress (2): 138/357 kB | 4.5 kB Progress (2): 142/357 kB | 4.5 kB Progress (2): 146/357 kB | 4.5 kB Progress (2): 150/357 kB | 4.5 kB Progress (2): 154/357 kB | 4.5 kB Progress (2): 158/357 kB | 4.5 kB Progress (2): 162/357 kB | 4.5 kB Progress (2): 166/357 kB | 4.5 kB Progress (2): 170/357 kB | 4.5 kB Progress (2): 174/357 kB | 4.5 kB Progress (2): 178/357 kB | 4.5 kB Progress (2): 182/357 kB | 4.5 kB Progress (2): 186/357 kB | 4.5 kB Progress (3): 186/357 kB | 4.5 kB | 4.1/202 kB Progress (3): 190/357 kB | 4.5 kB | 4.1/202 kB Progress (3): 190/357 kB | 4.5 kB | 7.7/202 kB Progress (3): 194/357 kB | 4.5 kB | 7.7/202 kB Progress (3): 194/357 kB | 4.5 kB | 12/202 kB Progress (3): 198/357 kB | 4.5 kB | 12/202 kB Progress (3): 198/357 kB | 4.5 kB | 16/202 kB Progress (3): 202/357 kB | 4.5 kB | 16/202 kB Progress (3): 202/357 kB | 4.5 kB | 20/202 kB Progress (3): 206/357 kB | 4.5 kB | 20/202 kB Progress (3): 206/357 kB | 4.5 kB | 24/202 kB Progress (3): 210/357 kB | 4.5 kB | 24/202 kB Progress (3): 210/357 kB | 4.5 kB | 28/202 kB Progress (3): 214/357 kB | 4.5 kB | 28/202 kB Progress (3): 214/357 kB | 4.5 kB | 32/202 kB Progress (3): 218/357 kB | 4.5 kB | 32/202 kB Progress (3): 218/357 kB | 4.5 kB | 33/202 kB Progress (3): 222/357 kB | 4.5 kB | 33/202 kB Progress (3): 226/357 kB | 4.5 kB | 33/202 kB Progress (3): 230/357 kB | 4.5 kB | 33/202 kB Progress (3): 234/357 kB | 4.5 kB | 33/202 kB Progress (3): 238/357 kB | 4.5 kB | 33/202 kB Progress (3): 242/357 kB | 4.5 kB | 33/202 kB Progress (3): 246/357 kB | 4.5 kB | 33/202 kB Progress (3): 250/357 kB | 4.5 kB | 33/202 kB Progress (3): 254/357 kB | 4.5 kB | 33/202 kB Progress (3): 258/357 kB | 4.5 kB | 33/202 kB Progress (3): 262/357 kB | 4.5 kB | 33/202 kB Progress (3): 266/357 kB | 4.5 kB | 33/202 kB Progress (4): 266/357 kB | 4.5 kB | 33/202 kB | 4.1/61 kB Progress (4): 270/357 kB | 4.5 kB | 33/202 kB | 4.1/61 kB Progress (4): 270/357 kB | 4.5 kB | 33/202 kB | 7.7/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Progress (3): 274/357 kB | 33/202 kB | 7.7/61 kB Progress (3): 274/357 kB | 33/202 kB | 12/61 kB Progress (3): 278/357 kB | 33/202 kB | 12/61 kB Progress (3): 278/357 kB | 33/202 kB | 16/61 kB Progress (4): 278/357 kB | 33/202 kB | 16/61 kB | 4.1/44 kB Progress (4): 282/357 kB | 33/202 kB | 16/61 kB | 4.1/44 kB Progress (4): 282/357 kB | 33/202 kB | 16/61 kB | 7.7/44 kB Progress (4): 282/357 kB | 33/202 kB | 20/61 kB | 7.7/44 kB Progress (4): 282/357 kB | 33/202 kB | 20/61 kB | 12/44 kB Progress (4): 282/357 kB | 37/202 kB | 20/61 kB | 12/44 kB Progress (4): 286/357 kB | 37/202 kB | 20/61 kB | 12/44 kB Progress (4): 286/357 kB | 41/202 kB | 20/61 kB | 12/44 kB Progress (4): 286/357 kB | 41/202 kB | 20/61 kB | 16/44 kB Progress (4): 286/357 kB | 41/202 kB | 24/61 kB | 16/44 kB Progress (4): 286/357 kB | 41/202 kB | 24/61 kB | 20/44 kB Progress (4): 286/357 kB | 45/202 kB | 24/61 kB | 20/44 kB Progress (4): 290/357 kB | 45/202 kB | 24/61 kB | 20/44 kB Progress (4): 290/357 kB | 49/202 kB | 24/61 kB | 20/44 kB Progress (4): 290/357 kB | 49/202 kB | 24/61 kB | 24/44 kB Progress (4): 290/357 kB | 49/202 kB | 28/61 kB | 24/44 kB Progress (4): 290/357 kB | 49/202 kB | 28/61 kB | 28/44 kB Progress (4): 290/357 kB | 53/202 kB | 28/61 kB | 28/44 kB Progress (4): 294/357 kB | 53/202 kB | 28/61 kB | 28/44 kB Progress (4): 294/357 kB | 57/202 kB | 28/61 kB | 28/44 kB Progress (4): 294/357 kB | 57/202 kB | 28/61 kB | 32/44 kB Progress (4): 294/357 kB | 57/202 kB | 32/61 kB | 32/44 kB Progress (4): 294/357 kB | 57/202 kB | 32/61 kB | 36/44 kB Progress (4): 294/357 kB | 61/202 kB | 32/61 kB | 36/44 kB Progress (4): 298/357 kB | 61/202 kB | 32/61 kB | 36/44 kB Progress (4): 298/357 kB | 65/202 kB | 32/61 kB | 36/44 kB Progress (4): 298/357 kB | 65/202 kB | 32/61 kB | 40/44 kB Progress (4): 298/357 kB | 65/202 kB | 36/61 kB | 40/44 kB Progress (4): 298/357 kB | 65/202 kB | 36/61 kB | 44 kB Progress (4): 298/357 kB | 69/202 kB | 36/61 kB | 44 kB Progress (4): 302/357 kB | 69/202 kB | 36/61 kB | 44 kB Progress (4): 302/357 kB | 73/202 kB | 36/61 kB | 44 kB Progress (4): 302/357 kB | 73/202 kB | 40/61 kB | 44 kB Progress (4): 302/357 kB | 77/202 kB | 40/61 kB | 44 kB Progress (4): 306/357 kB | 77/202 kB | 40/61 kB | 44 kB Progress (4): 306/357 kB | 81/202 kB | 40/61 kB | 44 kB Progress (4): 306/357 kB | 81/202 kB | 44/61 kB | 44 kB Progress (5): 306/357 kB | 81/202 kB | 44/61 kB | 44 kB | 4.1/231 kB Progress (5): 306/357 kB | 81/202 kB | 48/61 kB | 44 kB | 4.1/231 kB Progress (5): 306/357 kB | 85/202 kB | 48/61 kB | 44 kB | 4.1/231 kB Progress (5): 310/357 kB | 85/202 kB | 48/61 kB | 44 kB | 4.1/231 kB Progress (5): 310/357 kB | 89/202 kB | 48/61 kB | 44 kB | 4.1/231 kB Progress (5): 310/357 kB | 89/202 kB | 52/61 kB | 44 kB | 4.1/231 kB Progress (5): 310/357 kB | 89/202 kB | 52/61 kB | 44 kB | 7.7/231 kB Progress (5): 310/357 kB | 89/202 kB | 56/61 kB | 44 kB | 7.7/231 kB Progress (5): 310/357 kB | 93/202 kB | 56/61 kB | 44 kB | 7.7/231 kB Progress (5): 314/357 kB | 93/202 kB | 56/61 kB | 44 kB | 7.7/231 kB Progress (5): 314/357 kB | 97/202 kB | 56/61 kB | 44 kB | 7.7/231 kB Progress (5): 314/357 kB | 97/202 kB | 60/61 kB | 44 kB | 7.7/231 kB Progress (5): 314/357 kB | 97/202 kB | 60/61 kB | 44 kB | 12/231 kB Progress (5): 314/357 kB | 97/202 kB | 61 kB | 44 kB | 12/231 kB Progress (5): 314/357 kB | 101/202 kB | 61 kB | 44 kB | 12/231 kB Progress (5): 318/357 kB | 101/202 kB | 61 kB | 44 kB | 12/231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 294 kB/s) Progress (4): 318/357 kB | 105/202 kB | 61 kB | 12/231 kB Progress (4): 318/357 kB | 105/202 kB | 61 kB | 16/231 kB Progress (4): 318/357 kB | 109/202 kB | 61 kB | 16/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar Progress (4): 322/357 kB | 109/202 kB | 61 kB | 16/231 kB Progress (4): 322/357 kB | 113/202 kB | 61 kB | 16/231 kB Progress (4): 322/357 kB | 113/202 kB | 61 kB | 20/231 kB Progress (4): 322/357 kB | 117/202 kB | 61 kB | 20/231 kB Progress (4): 326/357 kB | 117/202 kB | 61 kB | 20/231 kB Progress (4): 326/357 kB | 121/202 kB | 61 kB | 20/231 kB Progress (4): 326/357 kB | 121/202 kB | 61 kB | 24/231 kB Progress (4): 326/357 kB | 125/202 kB | 61 kB | 24/231 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 406 kB/s) Progress (3): 330/357 kB | 125/202 kB | 24/231 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Progress (3): 330/357 kB | 129/202 kB | 24/231 kB Progress (3): 330/357 kB | 129/202 kB | 28/231 kB Progress (3): 330/357 kB | 133/202 kB | 28/231 kB Progress (3): 334/357 kB | 133/202 kB | 28/231 kB Progress (3): 334/357 kB | 137/202 kB | 28/231 kB Progress (3): 334/357 kB | 137/202 kB | 32/231 kB Progress (3): 334/357 kB | 141/202 kB | 32/231 kB Progress (3): 338/357 kB | 141/202 kB | 32/231 kB Progress (3): 338/357 kB | 145/202 kB | 32/231 kB Progress (3): 338/357 kB | 145/202 kB | 33/231 kB Progress (3): 338/357 kB | 149/202 kB | 33/231 kB Progress (3): 342/357 kB | 149/202 kB | 33/231 kB Progress (3): 342/357 kB | 153/202 kB | 33/231 kB Progress (3): 342/357 kB | 153/202 kB | 37/231 kB Progress (3): 342/357 kB | 157/202 kB | 37/231 kB Progress (3): 346/357 kB | 157/202 kB | 37/231 kB Progress (3): 346/357 kB | 161/202 kB | 37/231 kB Progress (3): 346/357 kB | 161/202 kB | 41/231 kB Progress (3): 346/357 kB | 165/202 kB | 41/231 kB Progress (3): 350/357 kB | 165/202 kB | 41/231 kB Progress (3): 350/357 kB | 169/202 kB | 41/231 kB Progress (3): 350/357 kB | 169/202 kB | 45/231 kB Progress (3): 350/357 kB | 173/202 kB | 45/231 kB Progress (3): 354/357 kB | 173/202 kB | 45/231 kB Progress (3): 354/357 kB | 177/202 kB | 45/231 kB Progress (3): 354/357 kB | 177/202 kB | 49/231 kB Progress (3): 354/357 kB | 181/202 kB | 49/231 kB Progress (3): 357 kB | 181/202 kB | 49/231 kB Progress (3): 357 kB | 185/202 kB | 49/231 kB Progress (3): 357 kB | 185/202 kB | 53/231 kB Progress (3): 357 kB | 189/202 kB | 53/231 kB Progress (3): 357 kB | 189/202 kB | 57/231 kB Progress (3): 357 kB | 193/202 kB | 57/231 kB Progress (3): 357 kB | 193/202 kB | 61/231 kB Progress (3): 357 kB | 197/202 kB | 61/231 kB Progress (3): 357 kB | 197/202 kB | 65/231 kB Progress (4): 357 kB | 197/202 kB | 65/231 kB | 4.1/50 kB Progress (4): 357 kB | 201/202 kB | 65/231 kB | 4.1/50 kB Progress (4): 357 kB | 201/202 kB | 65/231 kB | 7.7/50 kB Progress (4): 357 kB | 201/202 kB | 66/231 kB | 7.7/50 kB Progress (4): 357 kB | 201/202 kB | 66/231 kB | 12/50 kB Progress (4): 357 kB | 202 kB | 66/231 kB | 12/50 kB Progress (4): 357 kB | 202 kB | 66/231 kB | 16/50 kB Progress (4): 357 kB | 202 kB | 70/231 kB | 16/50 kB Progress (4): 357 kB | 202 kB | 70/231 kB | 20/50 kB Progress (4): 357 kB | 202 kB | 74/231 kB | 20/50 kB Progress (4): 357 kB | 202 kB | 74/231 kB | 24/50 kB Progress (4): 357 kB | 202 kB | 78/231 kB | 24/50 kB Progress (4): 357 kB | 202 kB | 78/231 kB | 28/50 kB Progress (4): 357 kB | 202 kB | 82/231 kB | 28/50 kB Progress (4): 357 kB | 202 kB | 82/231 kB | 32/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.2 MB/s) Progress (3): 202 kB | 86/231 kB | 32/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar Progress (3): 202 kB | 86/231 kB | 36/50 kB Progress (3): 202 kB | 90/231 kB | 36/50 kB Progress (3): 202 kB | 90/231 kB | 40/50 kB Progress (3): 202 kB | 94/231 kB | 40/50 kB Progress (3): 202 kB | 94/231 kB | 44/50 kB Progress (3): 202 kB | 98/231 kB | 44/50 kB Progress (3): 202 kB | 98/231 kB | 48/50 kB Progress (3): 202 kB | 102/231 kB | 48/50 kB Progress (3): 202 kB | 102/231 kB | 50 kB Progress (3): 202 kB | 106/231 kB | 50 kB Progress (3): 202 kB | 110/231 kB | 50 kB Progress (3): 202 kB | 114/231 kB | 50 kB Progress (3): 202 kB | 118/231 kB | 50 kB Progress (4): 202 kB | 118/231 kB | 50 kB | 4.1/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar Progress (3): 122/231 kB | 50 kB | 4.1/47 kB Progress (3): 122/231 kB | 50 kB | 7.7/47 kB Progress (3): 126/231 kB | 50 kB | 7.7/47 kB Progress (3): 126/231 kB | 50 kB | 12/47 kB Progress (3): 130/231 kB | 50 kB | 12/47 kB Progress (3): 130/231 kB | 50 kB | 16/47 kB Progress (3): 134/231 kB | 50 kB | 16/47 kB Progress (3): 134/231 kB | 50 kB | 20/47 kB Progress (3): 138/231 kB | 50 kB | 20/47 kB Progress (3): 138/231 kB | 50 kB | 24/47 kB Progress (3): 142/231 kB | 50 kB | 24/47 kB Progress (3): 142/231 kB | 50 kB | 28/47 kB Progress (3): 146/231 kB | 50 kB | 28/47 kB Progress (3): 146/231 kB | 50 kB | 32/47 kB Progress (3): 150/231 kB | 50 kB | 32/47 kB Progress (3): 150/231 kB | 50 kB | 36/47 kB Progress (3): 154/231 kB | 50 kB | 36/47 kB Progress (3): 154/231 kB | 50 kB | 40/47 kB Progress (3): 158/231 kB | 50 kB | 40/47 kB Progress (3): 158/231 kB | 50 kB | 44/47 kB Progress (3): 162/231 kB | 50 kB | 44/47 kB Progress (3): 162/231 kB | 50 kB | 47 kB Progress (3): 166/231 kB | 50 kB | 47 kB Progress (3): 170/231 kB | 50 kB | 47 kB Progress (3): 174/231 kB | 50 kB | 47 kB Progress (3): 178/231 kB | 50 kB | 47 kB Progress (3): 182/231 kB | 50 kB | 47 kB Progress (3): 186/231 kB | 50 kB | 47 kB Progress (3): 190/231 kB | 50 kB | 47 kB Progress (3): 194/231 kB | 50 kB | 47 kB Progress (3): 198/231 kB | 50 kB | 47 kB Progress (3): 202/231 kB | 50 kB | 47 kB Progress (3): 206/231 kB | 50 kB | 47 kB Progress (3): 210/231 kB | 50 kB | 47 kB Progress (3): 214/231 kB | 50 kB | 47 kB Progress (3): 218/231 kB | 50 kB | 47 kB Progress (3): 222/231 kB | 50 kB | 47 kB Progress (3): 226/231 kB | 50 kB | 47 kB Progress (3): 230/231 kB | 50 kB | 47 kB Progress (3): 231 kB | 50 kB | 47 kB Progress (4): 231 kB | 50 kB | 47 kB | 4.1/560 kB Progress (4): 231 kB | 50 kB | 47 kB | 7.7/560 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 1.3 MB/s) Progress (3): 50 kB | 47 kB | 12/560 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 265 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar Progress (2): 50 kB | 16/560 kB Progress (2): 50 kB | 20/560 kB Progress (2): 50 kB | 24/560 kB Progress (2): 50 kB | 28/560 kB Progress (2): 50 kB | 32/560 kB Progress (2): 50 kB | 33/560 kB Progress (2): 50 kB | 37/560 kB Progress (2): 50 kB | 41/560 kB Progress (2): 50 kB | 45/560 kB Progress (2): 50 kB | 49/560 kB Progress (2): 50 kB | 53/560 kB Progress (2): 50 kB | 57/560 kB Progress (3): 50 kB | 57/560 kB | 0/2.4 MB Progress (3): 50 kB | 61/560 kB | 0/2.4 MB Progress (3): 50 kB | 61/560 kB | 0/2.4 MB Progress (3): 50 kB | 65/560 kB | 0/2.4 MB Progress (3): 50 kB | 65/560 kB | 0/2.4 MB Progress (3): 50 kB | 66/560 kB | 0/2.4 MB Progress (3): 50 kB | 66/560 kB | 0/2.4 MB Progress (3): 50 kB | 70/560 kB | 0/2.4 MB Progress (3): 50 kB | 70/560 kB | 0/2.4 MB Progress (3): 50 kB | 74/560 kB | 0/2.4 MB Progress (3): 50 kB | 74/560 kB | 0/2.4 MB Progress (3): 50 kB | 78/560 kB | 0/2.4 MB Progress (3): 50 kB | 78/560 kB | 0/2.4 MB Progress (3): 50 kB | 82/560 kB | 0/2.4 MB Progress (3): 50 kB | 82/560 kB | 0/2.4 MB Progress (3): 50 kB | 86/560 kB | 0/2.4 MB Progress (3): 50 kB | 86/560 kB | 0/2.4 MB Progress (3): 50 kB | 90/560 kB | 0/2.4 MB Progress (3): 50 kB | 90/560 kB | 0/2.4 MB Progress (3): 50 kB | 94/560 kB | 0/2.4 MB Progress (3): 50 kB | 94/560 kB | 0/2.4 MB Progress (3): 50 kB | 98/560 kB | 0/2.4 MB Progress (3): 50 kB | 98/560 kB | 0/2.4 MB Progress (3): 50 kB | 102/560 kB | 0/2.4 MB Progress (3): 50 kB | 102/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 106/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 106/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 110/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 110/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 114/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 114/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 118/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 118/560 kB | 0.1/2.4 MB Progress (3): 50 kB | 122/560 kB | 0.1/2.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 271 kB/s) Progress (2): 122/560 kB | 0.1/2.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar Progress (2): 126/560 kB | 0.1/2.4 MB Progress (2): 126/560 kB | 0.1/2.4 MB Progress (2): 130/560 kB | 0.1/2.4 MB Progress (2): 130/560 kB | 0.1/2.4 MB Progress (2): 134/560 kB | 0.1/2.4 MB Progress (2): 134/560 kB | 0.1/2.4 MB Progress (2): 138/560 kB | 0.1/2.4 MB Progress (2): 138/560 kB | 0.1/2.4 MB Progress (2): 142/560 kB | 0.1/2.4 MB Progress (2): 142/560 kB | 0.1/2.4 MB Progress (2): 146/560 kB | 0.1/2.4 MB Progress (2): 146/560 kB | 0.1/2.4 MB Progress (2): 150/560 kB | 0.1/2.4 MB Progress (2): 150/560 kB | 0.1/2.4 MB Progress (2): 154/560 kB | 0.1/2.4 MB Progress (2): 154/560 kB | 0.1/2.4 MB Progress (2): 158/560 kB | 0.1/2.4 MB Progress (2): 158/560 kB | 0.1/2.4 MB Progress (2): 162/560 kB | 0.1/2.4 MB Progress (2): 162/560 kB | 0.1/2.4 MB Progress (2): 166/560 kB | 0.1/2.4 MB Progress (2): 166/560 kB | 0.1/2.4 MB Progress (2): 170/560 kB | 0.1/2.4 MB Progress (2): 170/560 kB | 0.1/2.4 MB Progress (2): 174/560 kB | 0.1/2.4 MB Progress (2): 174/560 kB | 0.1/2.4 MB Progress (2): 178/560 kB | 0.1/2.4 MB Progress (2): 178/560 kB | 0.1/2.4 MB Progress (2): 182/560 kB | 0.1/2.4 MB Progress (2): 182/560 kB | 0.1/2.4 MB Progress (2): 186/560 kB | 0.1/2.4 MB Progress (2): 186/560 kB | 0.1/2.4 MB Progress (2): 190/560 kB | 0.1/2.4 MB Progress (2): 190/560 kB | 0.1/2.4 MB Progress (2): 194/560 kB | 0.1/2.4 MB Progress (2): 194/560 kB | 0.1/2.4 MB Progress (3): 194/560 kB | 0.1/2.4 MB | 4.1/62 kB Progress (3): 194/560 kB | 0.1/2.4 MB | 4.1/62 kB Progress (3): 198/560 kB | 0.1/2.4 MB | 4.1/62 kB Progress (3): 198/560 kB | 0.2/2.4 MB | 4.1/62 kB Progress (3): 198/560 kB | 0.2/2.4 MB | 7.7/62 kB Progress (3): 198/560 kB | 0.2/2.4 MB | 7.7/62 kB Progress (3): 198/560 kB | 0.2/2.4 MB | 12/62 kB Progress (3): 202/560 kB | 0.2/2.4 MB | 12/62 kB Progress (3): 202/560 kB | 0.2/2.4 MB | 16/62 kB Progress (3): 202/560 kB | 0.2/2.4 MB | 16/62 kB Progress (3): 202/560 kB | 0.2/2.4 MB | 20/62 kB Progress (3): 206/560 kB | 0.2/2.4 MB | 20/62 kB Progress (3): 206/560 kB | 0.2/2.4 MB | 24/62 kB Progress (3): 206/560 kB | 0.2/2.4 MB | 24/62 kB Progress (3): 206/560 kB | 0.2/2.4 MB | 28/62 kB Progress (3): 210/560 kB | 0.2/2.4 MB | 28/62 kB Progress (3): 210/560 kB | 0.2/2.4 MB | 32/62 kB Progress (3): 210/560 kB | 0.2/2.4 MB | 32/62 kB Progress (3): 210/560 kB | 0.2/2.4 MB | 36/62 kB Progress (3): 214/560 kB | 0.2/2.4 MB | 36/62 kB Progress (3): 214/560 kB | 0.2/2.4 MB | 40/62 kB Progress (3): 214/560 kB | 0.2/2.4 MB | 40/62 kB Progress (3): 214/560 kB | 0.2/2.4 MB | 44/62 kB Progress (3): 218/560 kB | 0.2/2.4 MB | 44/62 kB Progress (3): 218/560 kB | 0.2/2.4 MB | 48/62 kB Progress (3): 218/560 kB | 0.2/2.4 MB | 48/62 kB Progress (3): 218/560 kB | 0.2/2.4 MB | 52/62 kB Progress (3): 218/560 kB | 0.2/2.4 MB | 52/62 kB Progress (3): 222/560 kB | 0.2/2.4 MB | 52/62 kB Progress (3): 222/560 kB | 0.2/2.4 MB | 52/62 kB Progress (3): 222/560 kB | 0.2/2.4 MB | 56/62 kB Progress (3): 222/560 kB | 0.2/2.4 MB | 56/62 kB Progress (3): 226/560 kB | 0.2/2.4 MB | 56/62 kB Progress (3): 226/560 kB | 0.2/2.4 MB | 56/62 kB Progress (3): 226/560 kB | 0.2/2.4 MB | 60/62 kB Progress (3): 226/560 kB | 0.2/2.4 MB | 60/62 kB Progress (3): 230/560 kB | 0.2/2.4 MB | 60/62 kB Progress (3): 230/560 kB | 0.2/2.4 MB | 60/62 kB Progress (3): 230/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 230/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 234/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 234/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 238/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 238/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 242/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 242/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 246/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 246/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 250/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 250/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 254/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 254/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 258/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 258/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 262/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 262/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 266/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 266/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 270/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 270/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 274/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 274/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 278/560 kB | 0.2/2.4 MB | 62 kB Progress (3): 278/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 282/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 282/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 286/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 286/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 290/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 290/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 294/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 294/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 298/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 298/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 302/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 302/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 306/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 306/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 310/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 310/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 314/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 314/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 318/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 318/560 kB | 0.3/2.4 MB | 62 kB Progress (3): 322/560 kB | 0.3/2.4 MB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 308 kB/s) Progress (2): 322/560 kB | 0.3/2.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar Progress (2): 326/560 kB | 0.3/2.4 MB Progress (3): 326/560 kB | 0.3/2.4 MB | 4.1/748 kB Progress (3): 326/560 kB | 0.3/2.4 MB | 4.1/748 kB Progress (4): 326/560 kB | 0.3/2.4 MB | 4.1/748 kB | 4.1/324 kB Progress (4): 326/560 kB | 0.3/2.4 MB | 4.1/748 kB | 4.1/324 kB Progress (4): 326/560 kB | 0.3/2.4 MB | 7.7/748 kB | 4.1/324 kB Progress (4): 330/560 kB | 0.3/2.4 MB | 7.7/748 kB | 4.1/324 kB Progress (4): 330/560 kB | 0.3/2.4 MB | 12/748 kB | 4.1/324 kB Progress (4): 330/560 kB | 0.3/2.4 MB | 12/748 kB | 4.1/324 kB Progress (4): 330/560 kB | 0.3/2.4 MB | 12/748 kB | 7.7/324 kB Progress (4): 330/560 kB | 0.3/2.4 MB | 12/748 kB | 7.7/324 kB Progress (4): 330/560 kB | 0.3/2.4 MB | 12/748 kB | 12/324 kB Progress (4): 330/560 kB | 0.3/2.4 MB | 16/748 kB | 12/324 kB Progress (4): 334/560 kB | 0.3/2.4 MB | 16/748 kB | 12/324 kB Progress (4): 334/560 kB | 0.3/2.4 MB | 20/748 kB | 12/324 kB Progress (4): 334/560 kB | 0.3/2.4 MB | 20/748 kB | 16/324 kB Progress (4): 334/560 kB | 0.3/2.4 MB | 20/748 kB | 16/324 kB Progress (4): 334/560 kB | 0.3/2.4 MB | 20/748 kB | 20/324 kB Progress (4): 334/560 kB | 0.3/2.4 MB | 24/748 kB | 20/324 kB Progress (4): 338/560 kB | 0.3/2.4 MB | 24/748 kB | 20/324 kB Progress (4): 338/560 kB | 0.3/2.4 MB | 28/748 kB | 20/324 kB Progress (4): 338/560 kB | 0.3/2.4 MB | 28/748 kB | 24/324 kB Progress (4): 338/560 kB | 0.3/2.4 MB | 28/748 kB | 24/324 kB Progress (4): 338/560 kB | 0.3/2.4 MB | 28/748 kB | 28/324 kB Progress (4): 338/560 kB | 0.3/2.4 MB | 32/748 kB | 28/324 kB Progress (4): 342/560 kB | 0.3/2.4 MB | 32/748 kB | 28/324 kB Progress (4): 342/560 kB | 0.3/2.4 MB | 33/748 kB | 28/324 kB Progress (4): 342/560 kB | 0.3/2.4 MB | 33/748 kB | 32/324 kB Progress (4): 342/560 kB | 0.3/2.4 MB | 33/748 kB | 32/324 kB Progress (4): 342/560 kB | 0.3/2.4 MB | 33/748 kB | 33/324 kB Progress (4): 342/560 kB | 0.3/2.4 MB | 37/748 kB | 33/324 kB Progress (4): 346/560 kB | 0.3/2.4 MB | 37/748 kB | 33/324 kB Progress (4): 346/560 kB | 0.3/2.4 MB | 41/748 kB | 33/324 kB Progress (4): 346/560 kB | 0.3/2.4 MB | 41/748 kB | 37/324 kB Progress (4): 346/560 kB | 0.3/2.4 MB | 41/748 kB | 37/324 kB Progress (4): 346/560 kB | 0.3/2.4 MB | 41/748 kB | 41/324 kB Progress (4): 346/560 kB | 0.3/2.4 MB | 45/748 kB | 41/324 kB Progress (4): 350/560 kB | 0.3/2.4 MB | 45/748 kB | 41/324 kB Progress (4): 350/560 kB | 0.3/2.4 MB | 49/748 kB | 41/324 kB Progress (4): 350/560 kB | 0.3/2.4 MB | 49/748 kB | 45/324 kB Progress (4): 350/560 kB | 0.3/2.4 MB | 49/748 kB | 45/324 kB Progress (5): 350/560 kB | 0.3/2.4 MB | 49/748 kB | 45/324 kB | 4.1/264 kB Progress (5): 350/560 kB | 0.3/2.4 MB | 49/748 kB | 49/324 kB | 4.1/264 kB Progress (5): 350/560 kB | 0.3/2.4 MB | 53/748 kB | 49/324 kB | 4.1/264 kB Progress (5): 354/560 kB | 0.3/2.4 MB | 53/748 kB | 49/324 kB | 4.1/264 kB Progress (5): 354/560 kB | 0.3/2.4 MB | 57/748 kB | 49/324 kB | 4.1/264 kB Progress (5): 354/560 kB | 0.3/2.4 MB | 57/748 kB | 53/324 kB | 4.1/264 kB Progress (5): 354/560 kB | 0.3/2.4 MB | 57/748 kB | 53/324 kB | 7.7/264 kB Progress (5): 354/560 kB | 0.3/2.4 MB | 57/748 kB | 53/324 kB | 7.7/264 kB Progress (5): 354/560 kB | 0.3/2.4 MB | 57/748 kB | 53/324 kB | 12/264 kB Progress (5): 354/560 kB | 0.3/2.4 MB | 57/748 kB | 57/324 kB | 12/264 kB Progress (5): 354/560 kB | 0.3/2.4 MB | 61/748 kB | 57/324 kB | 12/264 kB Progress (5): 358/560 kB | 0.3/2.4 MB | 61/748 kB | 57/324 kB | 12/264 kB Progress (5): 358/560 kB | 0.3/2.4 MB | 65/748 kB | 57/324 kB | 12/264 kB Progress (5): 358/560 kB | 0.3/2.4 MB | 65/748 kB | 61/324 kB | 12/264 kB Progress (5): 358/560 kB | 0.3/2.4 MB | 65/748 kB | 61/324 kB | 16/264 kB Progress (5): 358/560 kB | 0.3/2.4 MB | 65/748 kB | 61/324 kB | 16/264 kB Progress (5): 358/560 kB | 0.3/2.4 MB | 65/748 kB | 61/324 kB | 20/264 kB Progress (5): 358/560 kB | 0.3/2.4 MB | 65/748 kB | 65/324 kB | 20/264 kB Progress (5): 358/560 kB | 0.3/2.4 MB | 66/748 kB | 65/324 kB | 20/264 kB Progress (5): 362/560 kB | 0.3/2.4 MB | 66/748 kB | 65/324 kB | 20/264 kB Progress (5): 362/560 kB | 0.3/2.4 MB | 70/748 kB | 65/324 kB | 20/264 kB Progress (5): 362/560 kB | 0.3/2.4 MB | 70/748 kB | 66/324 kB | 20/264 kB Progress (5): 362/560 kB | 0.3/2.4 MB | 70/748 kB | 66/324 kB | 24/264 kB Progress (5): 362/560 kB | 0.3/2.4 MB | 70/748 kB | 66/324 kB | 24/264 kB Progress (5): 362/560 kB | 0.3/2.4 MB | 70/748 kB | 66/324 kB | 28/264 kB Progress (5): 362/560 kB | 0.3/2.4 MB | 70/748 kB | 70/324 kB | 28/264 kB Progress (5): 362/560 kB | 0.3/2.4 MB | 74/748 kB | 70/324 kB | 28/264 kB Progress (5): 366/560 kB | 0.3/2.4 MB | 74/748 kB | 70/324 kB | 28/264 kB Progress (5): 366/560 kB | 0.3/2.4 MB | 78/748 kB | 70/324 kB | 28/264 kB Progress (5): 366/560 kB | 0.3/2.4 MB | 78/748 kB | 74/324 kB | 28/264 kB Progress (5): 366/560 kB | 0.3/2.4 MB | 78/748 kB | 74/324 kB | 32/264 kB Progress (5): 366/560 kB | 0.3/2.4 MB | 78/748 kB | 74/324 kB | 32/264 kB Progress (5): 366/560 kB | 0.3/2.4 MB | 78/748 kB | 74/324 kB | 33/264 kB Progress (5): 366/560 kB | 0.3/2.4 MB | 78/748 kB | 78/324 kB | 33/264 kB Progress (5): 366/560 kB | 0.3/2.4 MB | 82/748 kB | 78/324 kB | 33/264 kB Progress (5): 370/560 kB | 0.3/2.4 MB | 82/748 kB | 78/324 kB | 33/264 kB Progress (5): 370/560 kB | 0.3/2.4 MB | 86/748 kB | 78/324 kB | 33/264 kB Progress (5): 370/560 kB | 0.3/2.4 MB | 86/748 kB | 82/324 kB | 33/264 kB Progress (5): 370/560 kB | 0.3/2.4 MB | 86/748 kB | 82/324 kB | 37/264 kB Progress (5): 370/560 kB | 0.4/2.4 MB | 86/748 kB | 82/324 kB | 37/264 kB Progress (5): 370/560 kB | 0.4/2.4 MB | 86/748 kB | 82/324 kB | 41/264 kB Progress (5): 370/560 kB | 0.4/2.4 MB | 86/748 kB | 86/324 kB | 41/264 kB Progress (5): 370/560 kB | 0.4/2.4 MB | 90/748 kB | 86/324 kB | 41/264 kB Progress (5): 374/560 kB | 0.4/2.4 MB | 90/748 kB | 86/324 kB | 41/264 kB Progress (5): 374/560 kB | 0.4/2.4 MB | 94/748 kB | 86/324 kB | 41/264 kB Progress (5): 374/560 kB | 0.4/2.4 MB | 94/748 kB | 90/324 kB | 41/264 kB Progress (5): 374/560 kB | 0.4/2.4 MB | 94/748 kB | 90/324 kB | 45/264 kB Progress (5): 374/560 kB | 0.4/2.4 MB | 94/748 kB | 90/324 kB | 45/264 kB Progress (5): 374/560 kB | 0.4/2.4 MB | 94/748 kB | 90/324 kB | 49/264 kB Progress (5): 374/560 kB | 0.4/2.4 MB | 94/748 kB | 94/324 kB | 49/264 kB Progress (5): 374/560 kB | 0.4/2.4 MB | 98/748 kB | 94/324 kB | 49/264 kB Progress (5): 378/560 kB | 0.4/2.4 MB | 98/748 kB | 94/324 kB | 49/264 kB Progress (5): 378/560 kB | 0.4/2.4 MB | 102/748 kB | 94/324 kB | 49/264 kB Progress (5): 378/560 kB | 0.4/2.4 MB | 102/748 kB | 98/324 kB | 49/264 kB Progress (5): 378/560 kB | 0.4/2.4 MB | 102/748 kB | 98/324 kB | 53/264 kB Progress (5): 378/560 kB | 0.4/2.4 MB | 102/748 kB | 98/324 kB | 53/264 kB Progress (5): 378/560 kB | 0.4/2.4 MB | 102/748 kB | 98/324 kB | 57/264 kB Progress (5): 378/560 kB | 0.4/2.4 MB | 102/748 kB | 98/324 kB | 57/264 kB Progress (5): 378/560 kB | 0.4/2.4 MB | 106/748 kB | 98/324 kB | 57/264 kB Progress (5): 382/560 kB | 0.4/2.4 MB | 106/748 kB | 98/324 kB | 57/264 kB Progress (5): 382/560 kB | 0.4/2.4 MB | 110/748 kB | 98/324 kB | 57/264 kB Progress (5): 382/560 kB | 0.4/2.4 MB | 110/748 kB | 102/324 kB | 57/264 kB Progress (5): 382/560 kB | 0.4/2.4 MB | 110/748 kB | 102/324 kB | 61/264 kB Progress (5): 382/560 kB | 0.4/2.4 MB | 110/748 kB | 102/324 kB | 61/264 kB Progress (5): 382/560 kB | 0.4/2.4 MB | 110/748 kB | 102/324 kB | 65/264 kB Progress (5): 382/560 kB | 0.4/2.4 MB | 110/748 kB | 106/324 kB | 65/264 kB Progress (5): 382/560 kB | 0.4/2.4 MB | 114/748 kB | 106/324 kB | 65/264 kB Progress (5): 386/560 kB | 0.4/2.4 MB | 114/748 kB | 106/324 kB | 65/264 kB Progress (5): 386/560 kB | 0.4/2.4 MB | 118/748 kB | 106/324 kB | 65/264 kB Progress (5): 386/560 kB | 0.4/2.4 MB | 118/748 kB | 110/324 kB | 65/264 kB Progress (5): 386/560 kB | 0.4/2.4 MB | 118/748 kB | 110/324 kB | 66/264 kB Progress (5): 386/560 kB | 0.4/2.4 MB | 118/748 kB | 110/324 kB | 66/264 kB Progress (5): 386/560 kB | 0.4/2.4 MB | 118/748 kB | 110/324 kB | 70/264 kB Progress (5): 386/560 kB | 0.4/2.4 MB | 118/748 kB | 114/324 kB | 70/264 kB Progress (5): 386/560 kB | 0.4/2.4 MB | 122/748 kB | 114/324 kB | 70/264 kB Progress (5): 390/560 kB | 0.4/2.4 MB | 122/748 kB | 114/324 kB | 70/264 kB Progress (5): 390/560 kB | 0.4/2.4 MB | 126/748 kB | 114/324 kB | 70/264 kB Progress (5): 390/560 kB | 0.4/2.4 MB | 126/748 kB | 118/324 kB | 70/264 kB Progress (5): 390/560 kB | 0.4/2.4 MB | 126/748 kB | 118/324 kB | 74/264 kB Progress (5): 390/560 kB | 0.4/2.4 MB | 126/748 kB | 118/324 kB | 74/264 kB Progress (5): 390/560 kB | 0.4/2.4 MB | 126/748 kB | 118/324 kB | 78/264 kB Progress (5): 390/560 kB | 0.4/2.4 MB | 126/748 kB | 122/324 kB | 78/264 kB Progress (5): 390/560 kB | 0.4/2.4 MB | 130/748 kB | 122/324 kB | 78/264 kB Progress (5): 394/560 kB | 0.4/2.4 MB | 130/748 kB | 122/324 kB | 78/264 kB Progress (5): 394/560 kB | 0.4/2.4 MB | 134/748 kB | 122/324 kB | 78/264 kB Progress (5): 394/560 kB | 0.4/2.4 MB | 134/748 kB | 126/324 kB | 78/264 kB Progress (5): 394/560 kB | 0.4/2.4 MB | 134/748 kB | 126/324 kB | 82/264 kB Progress (5): 394/560 kB | 0.4/2.4 MB | 134/748 kB | 126/324 kB | 82/264 kB Progress (5): 394/560 kB | 0.4/2.4 MB | 134/748 kB | 126/324 kB | 86/264 kB Progress (5): 394/560 kB | 0.4/2.4 MB | 134/748 kB | 130/324 kB | 86/264 kB Progress (5): 394/560 kB | 0.4/2.4 MB | 138/748 kB | 130/324 kB | 86/264 kB Progress (5): 398/560 kB | 0.4/2.4 MB | 138/748 kB | 130/324 kB | 86/264 kB Progress (5): 398/560 kB | 0.4/2.4 MB | 142/748 kB | 130/324 kB | 86/264 kB Progress (5): 398/560 kB | 0.4/2.4 MB | 142/748 kB | 131/324 kB | 86/264 kB Progress (5): 398/560 kB | 0.4/2.4 MB | 142/748 kB | 131/324 kB | 90/264 kB Progress (5): 398/560 kB | 0.4/2.4 MB | 142/748 kB | 131/324 kB | 90/264 kB Progress (5): 398/560 kB | 0.4/2.4 MB | 142/748 kB | 131/324 kB | 94/264 kB Progress (5): 398/560 kB | 0.4/2.4 MB | 142/748 kB | 135/324 kB | 94/264 kB Progress (5): 398/560 kB | 0.4/2.4 MB | 146/748 kB | 135/324 kB | 94/264 kB Progress (5): 402/560 kB | 0.4/2.4 MB | 146/748 kB | 135/324 kB | 94/264 kB Progress (5): 402/560 kB | 0.4/2.4 MB | 150/748 kB | 135/324 kB | 94/264 kB Progress (5): 402/560 kB | 0.4/2.4 MB | 150/748 kB | 139/324 kB | 94/264 kB Progress (5): 402/560 kB | 0.4/2.4 MB | 150/748 kB | 139/324 kB | 98/264 kB Progress (5): 402/560 kB | 0.4/2.4 MB | 150/748 kB | 139/324 kB | 98/264 kB Progress (5): 402/560 kB | 0.4/2.4 MB | 150/748 kB | 139/324 kB | 98/264 kB Progress (5): 402/560 kB | 0.4/2.4 MB | 150/748 kB | 143/324 kB | 98/264 kB Progress (5): 402/560 kB | 0.4/2.4 MB | 154/748 kB | 143/324 kB | 98/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 154/748 kB | 143/324 kB | 98/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 158/748 kB | 143/324 kB | 98/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 158/748 kB | 147/324 kB | 98/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 158/748 kB | 147/324 kB | 102/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 158/748 kB | 147/324 kB | 106/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 158/748 kB | 147/324 kB | 106/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 158/748 kB | 147/324 kB | 110/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 158/748 kB | 151/324 kB | 110/264 kB Progress (5): 406/560 kB | 0.4/2.4 MB | 162/748 kB | 151/324 kB | 110/264 kB Progress (5): 410/560 kB | 0.4/2.4 MB | 162/748 kB | 151/324 kB | 110/264 kB Progress (5): 410/560 kB | 0.4/2.4 MB | 166/748 kB | 151/324 kB | 110/264 kB Progress (5): 410/560 kB | 0.4/2.4 MB | 166/748 kB | 155/324 kB | 110/264 kB Progress (5): 410/560 kB | 0.4/2.4 MB | 166/748 kB | 155/324 kB | 114/264 kB Progress (5): 410/560 kB | 0.4/2.4 MB | 166/748 kB | 155/324 kB | 114/264 kB Progress (5): 410/560 kB | 0.4/2.4 MB | 166/748 kB | 155/324 kB | 118/264 kB Progress (5): 410/560 kB | 0.4/2.4 MB | 166/748 kB | 159/324 kB | 118/264 kB Progress (5): 410/560 kB | 0.4/2.4 MB | 170/748 kB | 159/324 kB | 118/264 kB Progress (5): 414/560 kB | 0.4/2.4 MB | 170/748 kB | 159/324 kB | 118/264 kB Progress (5): 414/560 kB | 0.4/2.4 MB | 174/748 kB | 159/324 kB | 118/264 kB Progress (5): 414/560 kB | 0.4/2.4 MB | 174/748 kB | 163/324 kB | 118/264 kB Progress (5): 414/560 kB | 0.4/2.4 MB | 174/748 kB | 163/324 kB | 122/264 kB Progress (5): 414/560 kB | 0.4/2.4 MB | 174/748 kB | 163/324 kB | 122/264 kB Progress (5): 414/560 kB | 0.4/2.4 MB | 174/748 kB | 163/324 kB | 126/264 kB Progress (5): 414/560 kB | 0.4/2.4 MB | 174/748 kB | 164/324 kB | 126/264 kB Progress (5): 414/560 kB | 0.4/2.4 MB | 178/748 kB | 164/324 kB | 126/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 178/748 kB | 164/324 kB | 126/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 182/748 kB | 164/324 kB | 126/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 182/748 kB | 168/324 kB | 126/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 182/748 kB | 168/324 kB | 130/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 182/748 kB | 168/324 kB | 131/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 182/748 kB | 168/324 kB | 131/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 182/748 kB | 168/324 kB | 135/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 182/748 kB | 172/324 kB | 135/264 kB Progress (5): 418/560 kB | 0.4/2.4 MB | 186/748 kB | 172/324 kB | 135/264 kB Progress (5): 422/560 kB | 0.4/2.4 MB | 186/748 kB | 172/324 kB | 135/264 kB Progress (5): 422/560 kB | 0.4/2.4 MB | 190/748 kB | 172/324 kB | 135/264 kB Progress (5): 422/560 kB | 0.4/2.4 MB | 190/748 kB | 176/324 kB | 135/264 kB Progress (5): 422/560 kB | 0.4/2.4 MB | 190/748 kB | 176/324 kB | 139/264 kB Progress (5): 422/560 kB | 0.4/2.4 MB | 190/748 kB | 176/324 kB | 139/264 kB Progress (5): 422/560 kB | 0.4/2.4 MB | 190/748 kB | 176/324 kB | 143/264 kB Progress (5): 422/560 kB | 0.4/2.4 MB | 190/748 kB | 180/324 kB | 143/264 kB Progress (5): 422/560 kB | 0.4/2.4 MB | 194/748 kB | 180/324 kB | 143/264 kB Progress (5): 426/560 kB | 0.4/2.4 MB | 194/748 kB | 180/324 kB | 143/264 kB Progress (5): 426/560 kB | 0.4/2.4 MB | 198/748 kB | 180/324 kB | 143/264 kB Progress (5): 426/560 kB | 0.4/2.4 MB | 198/748 kB | 184/324 kB | 143/264 kB Progress (5): 426/560 kB | 0.4/2.4 MB | 198/748 kB | 184/324 kB | 147/264 kB Progress (5): 426/560 kB | 0.4/2.4 MB | 198/748 kB | 184/324 kB | 147/264 kB Progress (5): 426/560 kB | 0.4/2.4 MB | 198/748 kB | 184/324 kB | 151/264 kB Progress (5): 426/560 kB | 0.4/2.4 MB | 198/748 kB | 188/324 kB | 151/264 kB Progress (5): 426/560 kB | 0.4/2.4 MB | 202/748 kB | 188/324 kB | 151/264 kB Progress (5): 430/560 kB | 0.4/2.4 MB | 202/748 kB | 188/324 kB | 151/264 kB Progress (5): 430/560 kB | 0.4/2.4 MB | 206/748 kB | 188/324 kB | 151/264 kB Progress (5): 430/560 kB | 0.4/2.4 MB | 206/748 kB | 192/324 kB | 151/264 kB Progress (5): 430/560 kB | 0.4/2.4 MB | 206/748 kB | 192/324 kB | 155/264 kB Progress (5): 430/560 kB | 0.4/2.4 MB | 206/748 kB | 192/324 kB | 155/264 kB Progress (5): 430/560 kB | 0.4/2.4 MB | 206/748 kB | 192/324 kB | 159/264 kB Progress (5): 430/560 kB | 0.4/2.4 MB | 206/748 kB | 196/324 kB | 159/264 kB Progress (5): 430/560 kB | 0.4/2.4 MB | 210/748 kB | 196/324 kB | 159/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 210/748 kB | 196/324 kB | 159/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 214/748 kB | 196/324 kB | 159/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 214/748 kB | 197/324 kB | 159/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 214/748 kB | 197/324 kB | 163/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 214/748 kB | 197/324 kB | 164/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 214/748 kB | 197/324 kB | 164/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 214/748 kB | 197/324 kB | 168/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 214/748 kB | 201/324 kB | 168/264 kB Progress (5): 434/560 kB | 0.4/2.4 MB | 218/748 kB | 201/324 kB | 168/264 kB Progress (5): 438/560 kB | 0.4/2.4 MB | 218/748 kB | 201/324 kB | 168/264 kB Progress (5): 438/560 kB | 0.4/2.4 MB | 222/748 kB | 201/324 kB | 168/264 kB Progress (5): 438/560 kB | 0.4/2.4 MB | 222/748 kB | 205/324 kB | 168/264 kB Progress (5): 438/560 kB | 0.4/2.4 MB | 222/748 kB | 205/324 kB | 172/264 kB Progress (5): 438/560 kB | 0.4/2.4 MB | 222/748 kB | 205/324 kB | 172/264 kB Progress (5): 438/560 kB | 0.4/2.4 MB | 222/748 kB | 205/324 kB | 176/264 kB Progress (5): 438/560 kB | 0.4/2.4 MB | 222/748 kB | 209/324 kB | 176/264 kB Progress (5): 438/560 kB | 0.4/2.4 MB | 226/748 kB | 209/324 kB | 176/264 kB Progress (5): 442/560 kB | 0.4/2.4 MB | 226/748 kB | 209/324 kB | 176/264 kB Progress (5): 442/560 kB | 0.4/2.4 MB | 229/748 kB | 209/324 kB | 176/264 kB Progress (5): 442/560 kB | 0.4/2.4 MB | 229/748 kB | 213/324 kB | 176/264 kB Progress (5): 442/560 kB | 0.4/2.4 MB | 229/748 kB | 213/324 kB | 180/264 kB Progress (5): 442/560 kB | 0.4/2.4 MB | 229/748 kB | 213/324 kB | 180/264 kB Progress (5): 442/560 kB | 0.4/2.4 MB | 229/748 kB | 213/324 kB | 184/264 kB Progress (5): 442/560 kB | 0.4/2.4 MB | 229/748 kB | 217/324 kB | 184/264 kB Progress (5): 442/560 kB | 0.4/2.4 MB | 233/748 kB | 217/324 kB | 184/264 kB Progress (5): 446/560 kB | 0.4/2.4 MB | 233/748 kB | 217/324 kB | 184/264 kB Progress (5): 446/560 kB | 0.4/2.4 MB | 237/748 kB | 217/324 kB | 184/264 kB Progress (5): 446/560 kB | 0.4/2.4 MB | 237/748 kB | 221/324 kB | 184/264 kB Progress (5): 446/560 kB | 0.4/2.4 MB | 237/748 kB | 221/324 kB | 188/264 kB Progress (5): 446/560 kB | 0.4/2.4 MB | 237/748 kB | 221/324 kB | 188/264 kB Progress (5): 446/560 kB | 0.4/2.4 MB | 237/748 kB | 221/324 kB | 192/264 kB Progress (5): 446/560 kB | 0.4/2.4 MB | 237/748 kB | 225/324 kB | 192/264 kB Progress (5): 446/560 kB | 0.4/2.4 MB | 241/748 kB | 225/324 kB | 192/264 kB Progress (5): 450/560 kB | 0.4/2.4 MB | 241/748 kB | 225/324 kB | 192/264 kB Progress (5): 450/560 kB | 0.4/2.4 MB | 245/748 kB | 225/324 kB | 192/264 kB Progress (5): 450/560 kB | 0.4/2.4 MB | 245/748 kB | 229/324 kB | 192/264 kB Progress (5): 450/560 kB | 0.4/2.4 MB | 245/748 kB | 229/324 kB | 196/264 kB Progress (5): 450/560 kB | 0.4/2.4 MB | 245/748 kB | 229/324 kB | 196/264 kB Progress (5): 450/560 kB | 0.4/2.4 MB | 245/748 kB | 229/324 kB | 197/264 kB Progress (5): 450/560 kB | 0.4/2.4 MB | 245/748 kB | 229/324 kB | 197/264 kB Progress (5): 450/560 kB | 0.4/2.4 MB | 249/748 kB | 229/324 kB | 197/264 kB Progress (5): 454/560 kB | 0.4/2.4 MB | 249/748 kB | 229/324 kB | 197/264 kB Progress (5): 454/560 kB | 0.4/2.4 MB | 253/748 kB | 229/324 kB | 197/264 kB Progress (5): 454/560 kB | 0.4/2.4 MB | 253/748 kB | 233/324 kB | 197/264 kB Progress (5): 454/560 kB | 0.4/2.4 MB | 253/748 kB | 233/324 kB | 201/264 kB Progress (5): 454/560 kB | 0.4/2.4 MB | 253/748 kB | 233/324 kB | 201/264 kB Progress (5): 454/560 kB | 0.4/2.4 MB | 253/748 kB | 233/324 kB | 205/264 kB Progress (5): 454/560 kB | 0.4/2.4 MB | 253/748 kB | 237/324 kB | 205/264 kB Progress (5): 454/560 kB | 0.4/2.4 MB | 257/748 kB | 237/324 kB | 205/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 257/748 kB | 237/324 kB | 205/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 261/748 kB | 237/324 kB | 205/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 261/748 kB | 241/324 kB | 205/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 261/748 kB | 241/324 kB | 209/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 261/748 kB | 241/324 kB | 213/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 261/748 kB | 241/324 kB | 213/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 261/748 kB | 241/324 kB | 217/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 261/748 kB | 245/324 kB | 217/264 kB Progress (5): 458/560 kB | 0.4/2.4 MB | 265/748 kB | 245/324 kB | 217/264 kB Progress (5): 462/560 kB | 0.4/2.4 MB | 265/748 kB | 245/324 kB | 217/264 kB Progress (5): 462/560 kB | 0.4/2.4 MB | 269/748 kB | 245/324 kB | 217/264 kB Progress (5): 462/560 kB | 0.4/2.4 MB | 269/748 kB | 249/324 kB | 217/264 kB Progress (5): 462/560 kB | 0.4/2.4 MB | 269/748 kB | 249/324 kB | 221/264 kB Progress (5): 462/560 kB | 0.4/2.4 MB | 269/748 kB | 249/324 kB | 221/264 kB Progress (5): 462/560 kB | 0.4/2.4 MB | 269/748 kB | 249/324 kB | 225/264 kB Progress (5): 462/560 kB | 0.4/2.4 MB | 269/748 kB | 253/324 kB | 225/264 kB Progress (5): 462/560 kB | 0.4/2.4 MB | 273/748 kB | 253/324 kB | 225/264 kB Progress (5): 466/560 kB | 0.4/2.4 MB | 273/748 kB | 253/324 kB | 225/264 kB Progress (5): 466/560 kB | 0.4/2.4 MB | 277/748 kB | 253/324 kB | 225/264 kB Progress (5): 466/560 kB | 0.4/2.4 MB | 277/748 kB | 257/324 kB | 225/264 kB Progress (5): 466/560 kB | 0.4/2.4 MB | 277/748 kB | 257/324 kB | 229/264 kB Progress (5): 466/560 kB | 0.4/2.4 MB | 277/748 kB | 257/324 kB | 229/264 kB Progress (5): 466/560 kB | 0.4/2.4 MB | 277/748 kB | 257/324 kB | 229/264 kB Progress (5): 466/560 kB | 0.4/2.4 MB | 277/748 kB | 261/324 kB | 229/264 kB Progress (5): 466/560 kB | 0.4/2.4 MB | 281/748 kB | 261/324 kB | 229/264 kB Progress (5): 470/560 kB | 0.4/2.4 MB | 281/748 kB | 261/324 kB | 229/264 kB Progress (5): 470/560 kB | 0.4/2.4 MB | 285/748 kB | 261/324 kB | 229/264 kB Progress (5): 470/560 kB | 0.4/2.4 MB | 285/748 kB | 262/324 kB | 229/264 kB Progress (5): 470/560 kB | 0.4/2.4 MB | 285/748 kB | 262/324 kB | 233/264 kB Progress (5): 470/560 kB | 0.4/2.4 MB | 285/748 kB | 262/324 kB | 237/264 kB Progress (5): 470/560 kB | 0.5/2.4 MB | 285/748 kB | 262/324 kB | 237/264 kB Progress (5): 470/560 kB | 0.5/2.4 MB | 285/748 kB | 262/324 kB | 241/264 kB Progress (5): 470/560 kB | 0.5/2.4 MB | 285/748 kB | 266/324 kB | 241/264 kB Progress (5): 470/560 kB | 0.5/2.4 MB | 289/748 kB | 266/324 kB | 241/264 kB Progress (5): 474/560 kB | 0.5/2.4 MB | 289/748 kB | 266/324 kB | 241/264 kB Progress (5): 474/560 kB | 0.5/2.4 MB | 293/748 kB | 266/324 kB | 241/264 kB Progress (5): 474/560 kB | 0.5/2.4 MB | 293/748 kB | 270/324 kB | 241/264 kB Progress (5): 474/560 kB | 0.5/2.4 MB | 293/748 kB | 270/324 kB | 245/264 kB Progress (5): 474/560 kB | 0.5/2.4 MB | 293/748 kB | 270/324 kB | 245/264 kB Progress (5): 474/560 kB | 0.5/2.4 MB | 293/748 kB | 270/324 kB | 249/264 kB Progress (5): 474/560 kB | 0.5/2.4 MB | 293/748 kB | 274/324 kB | 249/264 kB Progress (5): 474/560 kB | 0.5/2.4 MB | 297/748 kB | 274/324 kB | 249/264 kB Progress (5): 478/560 kB | 0.5/2.4 MB | 297/748 kB | 274/324 kB | 249/264 kB Progress (5): 478/560 kB | 0.5/2.4 MB | 301/748 kB | 274/324 kB | 249/264 kB Progress (5): 478/560 kB | 0.5/2.4 MB | 301/748 kB | 278/324 kB | 249/264 kB Progress (5): 478/560 kB | 0.5/2.4 MB | 301/748 kB | 278/324 kB | 253/264 kB Progress (5): 478/560 kB | 0.5/2.4 MB | 301/748 kB | 278/324 kB | 253/264 kB Progress (5): 478/560 kB | 0.5/2.4 MB | 301/748 kB | 278/324 kB | 257/264 kB Progress (5): 478/560 kB | 0.5/2.4 MB | 301/748 kB | 282/324 kB | 257/264 kB Progress (5): 478/560 kB | 0.5/2.4 MB | 305/748 kB | 282/324 kB | 257/264 kB Progress (5): 482/560 kB | 0.5/2.4 MB | 305/748 kB | 282/324 kB | 257/264 kB Progress (5): 482/560 kB | 0.5/2.4 MB | 309/748 kB | 282/324 kB | 257/264 kB Progress (5): 482/560 kB | 0.5/2.4 MB | 309/748 kB | 286/324 kB | 257/264 kB Progress (5): 482/560 kB | 0.5/2.4 MB | 309/748 kB | 286/324 kB | 261/264 kB Progress (5): 482/560 kB | 0.5/2.4 MB | 309/748 kB | 286/324 kB | 261/264 kB Progress (5): 482/560 kB | 0.5/2.4 MB | 309/748 kB | 286/324 kB | 264 kB Progress (5): 482/560 kB | 0.5/2.4 MB | 309/748 kB | 290/324 kB | 264 kB Progress (5): 482/560 kB | 0.5/2.4 MB | 313/748 kB | 290/324 kB | 264 kB Progress (5): 486/560 kB | 0.5/2.4 MB | 313/748 kB | 290/324 kB | 264 kB Progress (5): 486/560 kB | 0.5/2.4 MB | 317/748 kB | 290/324 kB | 264 kB Progress (5): 486/560 kB | 0.5/2.4 MB | 317/748 kB | 294/324 kB | 264 kB Progress (5): 486/560 kB | 0.5/2.4 MB | 317/748 kB | 294/324 kB | 264 kB Progress (5): 486/560 kB | 0.5/2.4 MB | 317/748 kB | 298/324 kB | 264 kB Progress (5): 486/560 kB | 0.5/2.4 MB | 321/748 kB | 298/324 kB | 264 kB Progress (5): 490/560 kB | 0.5/2.4 MB | 321/748 kB | 298/324 kB | 264 kB Progress (5): 490/560 kB | 0.5/2.4 MB | 325/748 kB | 298/324 kB | 264 kB Progress (5): 490/560 kB | 0.5/2.4 MB | 325/748 kB | 302/324 kB | 264 kB Progress (5): 490/560 kB | 0.5/2.4 MB | 325/748 kB | 302/324 kB | 264 kB Progress (5): 490/560 kB | 0.5/2.4 MB | 325/748 kB | 306/324 kB | 264 kB Progress (5): 490/560 kB | 0.5/2.4 MB | 329/748 kB | 306/324 kB | 264 kB Progress (5): 494/560 kB | 0.5/2.4 MB | 329/748 kB | 306/324 kB | 264 kB Progress (5): 494/560 kB | 0.5/2.4 MB | 333/748 kB | 306/324 kB | 264 kB Progress (5): 494/560 kB | 0.5/2.4 MB | 333/748 kB | 310/324 kB | 264 kB Progress (5): 494/560 kB | 0.5/2.4 MB | 333/748 kB | 310/324 kB | 264 kB Progress (5): 494/560 kB | 0.5/2.4 MB | 333/748 kB | 314/324 kB | 264 kB Progress (5): 494/560 kB | 0.5/2.4 MB | 337/748 kB | 314/324 kB | 264 kB Progress (5): 498/560 kB | 0.5/2.4 MB | 337/748 kB | 314/324 kB | 264 kB Progress (5): 498/560 kB | 0.5/2.4 MB | 341/748 kB | 314/324 kB | 264 kB Progress (5): 498/560 kB | 0.5/2.4 MB | 341/748 kB | 318/324 kB | 264 kB Progress (5): 498/560 kB | 0.5/2.4 MB | 341/748 kB | 318/324 kB | 264 kB Progress (5): 498/560 kB | 0.5/2.4 MB | 341/748 kB | 322/324 kB | 264 kB Progress (5): 498/560 kB | 0.5/2.4 MB | 345/748 kB | 322/324 kB | 264 kB Progress (5): 502/560 kB | 0.5/2.4 MB | 345/748 kB | 322/324 kB | 264 kB Progress (5): 502/560 kB | 0.5/2.4 MB | 349/748 kB | 322/324 kB | 264 kB Progress (5): 502/560 kB | 0.5/2.4 MB | 349/748 kB | 324 kB | 264 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 970 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar Progress (4): 502/560 kB | 0.5/2.4 MB | 349/748 kB | 324 kB Progress (4): 502/560 kB | 0.5/2.4 MB | 353/748 kB | 324 kB Progress (4): 506/560 kB | 0.5/2.4 MB | 353/748 kB | 324 kB Progress (4): 506/560 kB | 0.5/2.4 MB | 357/748 kB | 324 kB Progress (4): 506/560 kB | 0.5/2.4 MB | 357/748 kB | 324 kB Progress (4): 506/560 kB | 0.5/2.4 MB | 361/748 kB | 324 kB Progress (4): 510/560 kB | 0.5/2.4 MB | 361/748 kB | 324 kB Progress (4): 510/560 kB | 0.5/2.4 MB | 365/748 kB | 324 kB Progress (4): 510/560 kB | 0.5/2.4 MB | 365/748 kB | 324 kB Progress (4): 510/560 kB | 0.5/2.4 MB | 369/748 kB | 324 kB Progress (4): 514/560 kB | 0.5/2.4 MB | 369/748 kB | 324 kB Progress (4): 514/560 kB | 0.5/2.4 MB | 373/748 kB | 324 kB Progress (4): 514/560 kB | 0.5/2.4 MB | 373/748 kB | 324 kB Progress (4): 514/560 kB | 0.5/2.4 MB | 377/748 kB | 324 kB Progress (4): 518/560 kB | 0.5/2.4 MB | 377/748 kB | 324 kB Progress (4): 518/560 kB | 0.5/2.4 MB | 377/748 kB | 324 kB Progress (4): 518/560 kB | 0.5/2.4 MB | 381/748 kB | 324 kB Progress (4): 518/560 kB | 0.5/2.4 MB | 381/748 kB | 324 kB Progress (4): 518/560 kB | 0.5/2.4 MB | 385/748 kB | 324 kB Progress (4): 522/560 kB | 0.5/2.4 MB | 385/748 kB | 324 kB Progress (4): 522/560 kB | 0.5/2.4 MB | 389/748 kB | 324 kB Progress (4): 522/560 kB | 0.5/2.4 MB | 389/748 kB | 324 kB Progress (4): 522/560 kB | 0.5/2.4 MB | 393/748 kB | 324 kB Progress (4): 526/560 kB | 0.5/2.4 MB | 393/748 kB | 324 kB Progress (4): 526/560 kB | 0.5/2.4 MB | 397/748 kB | 324 kB Progress (4): 526/560 kB | 0.5/2.4 MB | 397/748 kB | 324 kB Progress (4): 526/560 kB | 0.5/2.4 MB | 401/748 kB | 324 kB Progress (4): 530/560 kB | 0.5/2.4 MB | 401/748 kB | 324 kB Progress (4): 530/560 kB | 0.5/2.4 MB | 405/748 kB | 324 kB Progress (4): 530/560 kB | 0.5/2.4 MB | 405/748 kB | 324 kB Progress (4): 530/560 kB | 0.5/2.4 MB | 409/748 kB | 324 kB Progress (4): 534/560 kB | 0.5/2.4 MB | 409/748 kB | 324 kB Progress (4): 534/560 kB | 0.5/2.4 MB | 413/748 kB | 324 kB Progress (4): 534/560 kB | 0.5/2.4 MB | 413/748 kB | 324 kB Progress (4): 534/560 kB | 0.5/2.4 MB | 417/748 kB | 324 kB Progress (4): 534/560 kB | 0.5/2.4 MB | 417/748 kB | 324 kB Progress (4): 538/560 kB | 0.5/2.4 MB | 417/748 kB | 324 kB Progress (4): 538/560 kB | 0.5/2.4 MB | 417/748 kB | 324 kB Progress (4): 538/560 kB | 0.5/2.4 MB | 421/748 kB | 324 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar Progress (3): 538/560 kB | 0.5/2.4 MB | 421/748 kB Progress (3): 542/560 kB | 0.5/2.4 MB | 421/748 kB Progress (3): 542/560 kB | 0.5/2.4 MB | 421/748 kB Progress (4): 542/560 kB | 0.5/2.4 MB | 421/748 kB | 4.1/41 kB Progress (4): 542/560 kB | 0.5/2.4 MB | 425/748 kB | 4.1/41 kB Progress (4): 542/560 kB | 0.5/2.4 MB | 425/748 kB | 7.7/41 kB Progress (4): 542/560 kB | 0.5/2.4 MB | 425/748 kB | 7.7/41 kB Progress (4): 542/560 kB | 0.5/2.4 MB | 425/748 kB | 12/41 kB Progress (4): 546/560 kB | 0.5/2.4 MB | 425/748 kB | 12/41 kB Progress (4): 546/560 kB | 0.5/2.4 MB | 425/748 kB | 16/41 kB Progress (4): 546/560 kB | 0.5/2.4 MB | 425/748 kB | 16/41 kB Progress (4): 546/560 kB | 0.5/2.4 MB | 429/748 kB | 16/41 kB Progress (4): 546/560 kB | 0.5/2.4 MB | 429/748 kB | 16/41 kB Progress (4): 546/560 kB | 0.5/2.4 MB | 429/748 kB | 20/41 kB Progress (4): 550/560 kB | 0.5/2.4 MB | 429/748 kB | 20/41 kB Progress (4): 550/560 kB | 0.5/2.4 MB | 429/748 kB | 24/41 kB Progress (4): 550/560 kB | 0.6/2.4 MB | 429/748 kB | 24/41 kB Progress (4): 550/560 kB | 0.6/2.4 MB | 433/748 kB | 24/41 kB Progress (4): 550/560 kB | 0.6/2.4 MB | 433/748 kB | 24/41 kB Progress (4): 550/560 kB | 0.6/2.4 MB | 433/748 kB | 28/41 kB Progress (4): 554/560 kB | 0.6/2.4 MB | 433/748 kB | 28/41 kB Progress (4): 554/560 kB | 0.6/2.4 MB | 433/748 kB | 32/41 kB Progress (4): 554/560 kB | 0.6/2.4 MB | 433/748 kB | 32/41 kB Progress (4): 554/560 kB | 0.6/2.4 MB | 437/748 kB | 32/41 kB Progress (4): 554/560 kB | 0.6/2.4 MB | 437/748 kB | 32/41 kB Progress (4): 554/560 kB | 0.6/2.4 MB | 437/748 kB | 36/41 kB Progress (4): 558/560 kB | 0.6/2.4 MB | 437/748 kB | 36/41 kB Progress (4): 558/560 kB | 0.6/2.4 MB | 437/748 kB | 40/41 kB Progress (4): 558/560 kB | 0.6/2.4 MB | 437/748 kB | 40/41 kB Progress (4): 558/560 kB | 0.6/2.4 MB | 441/748 kB | 40/41 kB Progress (4): 558/560 kB | 0.6/2.4 MB | 441/748 kB | 40/41 kB Progress (4): 558/560 kB | 0.6/2.4 MB | 441/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 441/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 441/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 445/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 445/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 449/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 449/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 453/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 453/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 457/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 457/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 461/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 461/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 465/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 465/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 469/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 469/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 473/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 473/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 477/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 477/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 481/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 481/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 485/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 485/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 489/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 489/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 493/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 493/748 kB | 41 kB Progress (4): 560 kB | 0.6/2.4 MB | 497/748 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar (41 kB at 141 kB/s) Progress (3): 560 kB | 0.6/2.4 MB | 501/748 kB Progress (3): 560 kB | 0.6/2.4 MB | 501/748 kB Progress (3): 560 kB | 0.6/2.4 MB | 505/748 kB Progress (3): 560 kB | 0.6/2.4 MB | 505/748 kB Progress (3): 560 kB | 0.6/2.4 MB | 509/748 kB Progress (4): 560 kB | 0.6/2.4 MB | 509/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 509/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 509/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 513/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 513/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 513/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 513/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 517/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 517/748 kB | 0/1.6 MB Progress (4): 560 kB | 0.6/2.4 MB | 517/748 kB | 0/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 1.9 MB/s) Progress (3): 0.6/2.4 MB | 517/748 kB | 0/1.6 MB Progress (3): 0.6/2.4 MB | 521/748 kB | 0/1.6 MB Progress (3): 0.6/2.4 MB | 521/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 521/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 521/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 525/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 525/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 525/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 525/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 529/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 529/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 529/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 529/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 533/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 533/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 533/748 kB | 0/1.6 MB Progress (3): 0.7/2.4 MB | 533/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 537/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 537/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 537/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 541/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 541/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 541/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 541/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 545/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 545/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 545/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 549/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 549/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 553/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 553/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 557/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 557/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 557/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 557/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 561/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 561/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 561/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 561/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 565/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 565/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 565/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 565/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 569/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 569/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 569/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 569/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 573/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 573/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 573/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 573/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 577/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 577/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 577/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 581/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 581/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 581/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 581/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 581/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 585/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 585/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 585/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 585/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 585/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 589/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 589/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 589/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 589/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 593/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 593/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 593/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 593/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 597/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 597/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 601/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 601/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 605/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 605/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 609/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 609/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 613/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 613/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 617/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 617/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 621/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 621/748 kB | 0.1/1.6 MB Progress (3): 0.7/2.4 MB | 625/748 kB | 0.1/1.6 MB Progress (3): 0.8/2.4 MB | 625/748 kB | 0.1/1.6 MB Progress (3): 0.8/2.4 MB | 629/748 kB | 0.1/1.6 MB Progress (3): 0.8/2.4 MB | 629/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 633/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 633/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 637/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 637/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 641/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 641/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 645/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 645/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 649/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 649/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 653/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 653/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 657/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 657/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 661/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 661/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 665/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 665/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 669/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 669/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 673/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 673/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 677/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 677/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 681/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 681/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 685/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 685/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 689/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 689/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 693/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 693/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 693/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 693/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 697/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 697/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 697/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 697/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 701/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 701/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 701/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 705/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 705/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 709/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 709/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 713/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 713/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 717/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 717/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 721/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 721/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 725/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 725/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 729/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 729/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 733/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 733/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 737/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 737/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 741/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 741/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 745/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 745/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 745/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 745/748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.8/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.2/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Progress (3): 0.9/2.4 MB | 748 kB | 0.3/1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 2.3 MB/s) Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 0.9/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.3/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.0/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.4/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.1/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.5/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.2/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.6/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.3/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.7/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.4/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.8/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.5/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.6/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.7/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 0.9/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.8/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.0/1.6 MB Progress (2): 1.9/2.4 MB | 1.1/1.6 MB Progress (2): 1.9/2.4 MB | 1.1/1.6 MB Progress (2): 1.9/2.4 MB | 1.1/1.6 MB Progress (2): 1.9/2.4 MB | 1.1/1.6 MB Progress (2): 1.9/2.4 MB | 1.1/1.6 MB Progress (2): 1.9/2.4 MB | 1.1/1.6 MB Progress (2): 1.9/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.1/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.0/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.2/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.1/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.3/1.6 MB Progress (2): 2.2/2.4 MB | 1.4/1.6 MB Progress (2): 2.2/2.4 MB | 1.4/1.6 MB Progress (2): 2.2/2.4 MB | 1.4/1.6 MB Progress (2): 2.2/2.4 MB | 1.4/1.6 MB Progress (2): 2.2/2.4 MB | 1.4/1.6 MB Progress (2): 2.2/2.4 MB | 1.4/1.6 MB Progress (2): 2.2/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.4/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.3/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.5/1.6 MB Progress (2): 2.4/2.4 MB | 1.6/1.6 MB Progress (2): 2.4/2.4 MB | 1.6/1.6 MB Progress (2): 2.4/2.4 MB | 1.6/1.6 MB Progress (2): 2.4 MB | 1.6/1.6 MB Progress (2): 2.4 MB | 1.6/1.6 MB Progress (2): 2.4 MB | 1.6/1.6 MB Progress (2): 2.4 MB | 1.6 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 4.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar (1.6 MB at 2.6 MB/s) [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ parent --- [INFO] [INFO] ------------< org.eclipse.statet-releng:target-eclipse.ide >------------ [INFO] Building target-eclipse.ide 4.0.2.201910101100-r [2/140] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ target-eclipse.ide --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom (1.5 kB at 77 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom (9.3 kB at 389 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom (32 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 190 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 138 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 114 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 215 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 120 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 87 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom (1.8 kB at 54 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Progress (2): 6.0 kB | 4.1/166 kB Progress (2): 6.0 kB | 7.7/166 kB Progress (2): 6.0 kB | 12/166 kB Progress (2): 6.0 kB | 16/166 kB Progress (2): 6.0 kB | 20/166 kB Progress (2): 6.0 kB | 24/166 kB Progress (2): 6.0 kB | 28/166 kB Progress (3): 6.0 kB | 28/166 kB | 4.1/70 kB Progress (3): 6.0 kB | 32/166 kB | 4.1/70 kB Progress (3): 6.0 kB | 32/166 kB | 7.7/70 kB Progress (3): 6.0 kB | 36/166 kB | 7.7/70 kB Progress (3): 6.0 kB | 40/166 kB | 7.7/70 kB Progress (3): 6.0 kB | 44/166 kB | 7.7/70 kB Progress (3): 6.0 kB | 48/166 kB | 7.7/70 kB Progress (3): 6.0 kB | 48/166 kB | 12/70 kB Progress (3): 6.0 kB | 48/166 kB | 16/70 kB Progress (3): 6.0 kB | 48/166 kB | 20/70 kB Progress (3): 6.0 kB | 48/166 kB | 24/70 kB Progress (3): 6.0 kB | 48/166 kB | 28/70 kB Progress (3): 6.0 kB | 48/166 kB | 32/70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar (6.0 kB at 195 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Progress (3): 48/166 kB | 32/70 kB | 4.1/281 kB Progress (3): 52/166 kB | 32/70 kB | 4.1/281 kB Progress (3): 52/166 kB | 32/70 kB | 7.7/281 kB Progress (3): 52/166 kB | 36/70 kB | 7.7/281 kB Progress (3): 56/166 kB | 36/70 kB | 7.7/281 kB Progress (3): 56/166 kB | 40/70 kB | 7.7/281 kB Progress (3): 60/166 kB | 40/70 kB | 7.7/281 kB Progress (3): 60/166 kB | 44/70 kB | 7.7/281 kB Progress (3): 60/166 kB | 44/70 kB | 12/281 kB Progress (3): 64/166 kB | 44/70 kB | 12/281 kB Progress (3): 64/166 kB | 44/70 kB | 16/281 kB Progress (3): 64/166 kB | 48/70 kB | 16/281 kB Progress (3): 64/166 kB | 48/70 kB | 20/281 kB Progress (3): 68/166 kB | 48/70 kB | 20/281 kB Progress (3): 68/166 kB | 48/70 kB | 24/281 kB Progress (3): 68/166 kB | 52/70 kB | 24/281 kB Progress (3): 68/166 kB | 52/70 kB | 28/281 kB Progress (3): 72/166 kB | 52/70 kB | 28/281 kB Progress (3): 72/166 kB | 52/70 kB | 32/281 kB Progress (3): 76/166 kB | 52/70 kB | 32/281 kB Progress (3): 76/166 kB | 56/70 kB | 32/281 kB Progress (3): 80/166 kB | 56/70 kB | 32/281 kB Progress (3): 80/166 kB | 60/70 kB | 32/281 kB Progress (3): 84/166 kB | 60/70 kB | 32/281 kB Progress (3): 84/166 kB | 64/70 kB | 32/281 kB Progress (3): 88/166 kB | 64/70 kB | 32/281 kB Progress (3): 88/166 kB | 64/70 kB | 36/281 kB Progress (3): 92/166 kB | 64/70 kB | 36/281 kB Progress (3): 92/166 kB | 64/70 kB | 40/281 kB Progress (3): 96/166 kB | 64/70 kB | 40/281 kB Progress (3): 96/166 kB | 64/70 kB | 44/281 kB Progress (3): 100/166 kB | 64/70 kB | 44/281 kB Progress (3): 100/166 kB | 64/70 kB | 48/281 kB Progress (3): 104/166 kB | 64/70 kB | 48/281 kB Progress (3): 108/166 kB | 64/70 kB | 48/281 kB Progress (3): 112/166 kB | 64/70 kB | 48/281 kB Progress (3): 116/166 kB | 64/70 kB | 48/281 kB Progress (3): 120/166 kB | 64/70 kB | 48/281 kB Progress (3): 124/166 kB | 64/70 kB | 48/281 kB Progress (3): 128/166 kB | 64/70 kB | 48/281 kB Progress (3): 128/166 kB | 64/70 kB | 52/281 kB Progress (3): 132/166 kB | 64/70 kB | 52/281 kB Progress (3): 132/166 kB | 64/70 kB | 56/281 kB Progress (3): 136/166 kB | 64/70 kB | 56/281 kB Progress (3): 136/166 kB | 64/70 kB | 60/281 kB Progress (3): 136/166 kB | 64/70 kB | 64/281 kB Progress (3): 136/166 kB | 64/70 kB | 68/281 kB Progress (3): 136/166 kB | 64/70 kB | 72/281 kB Progress (3): 140/166 kB | 64/70 kB | 72/281 kB Progress (4): 140/166 kB | 64/70 kB | 72/281 kB | 4.1/26 kB Progress (4): 144/166 kB | 64/70 kB | 72/281 kB | 4.1/26 kB Progress (4): 144/166 kB | 64/70 kB | 76/281 kB | 4.1/26 kB Progress (4): 144/166 kB | 64/70 kB | 76/281 kB | 7.7/26 kB Progress (4): 144/166 kB | 64/70 kB | 80/281 kB | 7.7/26 kB Progress (4): 148/166 kB | 64/70 kB | 80/281 kB | 7.7/26 kB Progress (4): 148/166 kB | 64/70 kB | 84/281 kB | 7.7/26 kB Progress (4): 148/166 kB | 64/70 kB | 84/281 kB | 12/26 kB Progress (4): 148/166 kB | 64/70 kB | 88/281 kB | 12/26 kB Progress (4): 152/166 kB | 64/70 kB | 88/281 kB | 12/26 kB Progress (4): 152/166 kB | 64/70 kB | 92/281 kB | 12/26 kB Progress (4): 152/166 kB | 64/70 kB | 92/281 kB | 16/26 kB Progress (4): 152/166 kB | 64/70 kB | 92/281 kB | 20/26 kB Progress (4): 152/166 kB | 64/70 kB | 92/281 kB | 24/26 kB Progress (5): 152/166 kB | 64/70 kB | 92/281 kB | 24/26 kB | 0/2.7 MB Progress (5): 152/166 kB | 64/70 kB | 92/281 kB | 24/26 kB | 0/2.7 MB Progress (5): 152/166 kB | 64/70 kB | 96/281 kB | 24/26 kB | 0/2.7 MB Progress (5): 156/166 kB | 64/70 kB | 96/281 kB | 24/26 kB | 0/2.7 MB Progress (5): 156/166 kB | 64/70 kB | 100/281 kB | 24/26 kB | 0/2.7 MB Progress (5): 156/166 kB | 64/70 kB | 100/281 kB | 24/26 kB | 0/2.7 MB Progress (5): 156/166 kB | 64/70 kB | 100/281 kB | 26 kB | 0/2.7 MB Progress (5): 156/166 kB | 64/70 kB | 100/281 kB | 26 kB | 0/2.7 MB Progress (5): 156/166 kB | 64/70 kB | 104/281 kB | 26 kB | 0/2.7 MB Progress (5): 160/166 kB | 64/70 kB | 104/281 kB | 26 kB | 0/2.7 MB Progress (5): 160/166 kB | 64/70 kB | 108/281 kB | 26 kB | 0/2.7 MB Progress (5): 160/166 kB | 64/70 kB | 108/281 kB | 26 kB | 0/2.7 MB Progress (5): 160/166 kB | 64/70 kB | 112/281 kB | 26 kB | 0/2.7 MB Progress (5): 164/166 kB | 64/70 kB | 112/281 kB | 26 kB | 0/2.7 MB Progress (5): 164/166 kB | 64/70 kB | 116/281 kB | 26 kB | 0/2.7 MB Progress (5): 164/166 kB | 64/70 kB | 116/281 kB | 26 kB | 0/2.7 MB Progress (5): 164/166 kB | 64/70 kB | 120/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 120/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 124/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 124/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 128/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 128/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 132/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 132/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 136/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 136/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 140/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 140/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 144/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 144/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 148/281 kB | 26 kB | 0/2.7 MB Progress (5): 166 kB | 64/70 kB | 148/281 kB | 26 kB | 0.1/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 502 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar Progress (4): 166 kB | 64/70 kB | 148/281 kB | 0.1/2.7 MB Progress (4): 166 kB | 64/70 kB | 152/281 kB | 0.1/2.7 MB Progress (4): 166 kB | 64/70 kB | 152/281 kB | 0.1/2.7 MB Progress (4): 166 kB | 64/70 kB | 156/281 kB | 0.1/2.7 MB Progress (4): 166 kB | 64/70 kB | 156/281 kB | 0.1/2.7 MB Progress (4): 166 kB | 64/70 kB | 160/281 kB | 0.1/2.7 MB Progress (4): 166 kB | 64/70 kB | 160/281 kB | 0.1/2.7 MB Progress (4): 166 kB | 64/70 kB | 164/281 kB | 0.1/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 3.0 MB/s) Progress (3): 64/70 kB | 168/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 168/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 172/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 172/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 176/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 176/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 180/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 180/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 184/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 184/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 188/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 188/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 192/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 192/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 196/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 196/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 200/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 200/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 204/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 204/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 208/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 208/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 212/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 212/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 216/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 216/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 220/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 220/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 224/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 224/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 228/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 228/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 229/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 229/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 233/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 233/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 237/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 237/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 241/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 241/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 245/281 kB | 0.1/2.7 MB Progress (3): 64/70 kB | 245/281 kB | 0.2/2.7 MB Progress (3): 64/70 kB | 249/281 kB | 0.2/2.7 MB Progress (3): 64/70 kB | 249/281 kB | 0.2/2.7 MB Progress (4): 64/70 kB | 249/281 kB | 0.2/2.7 MB | 4.1/11 kB Progress (4): 64/70 kB | 253/281 kB | 0.2/2.7 MB | 4.1/11 kB Progress (4): 64/70 kB | 253/281 kB | 0.2/2.7 MB | 7.7/11 kB Progress (4): 64/70 kB | 253/281 kB | 0.2/2.7 MB | 7.7/11 kB Progress (4): 64/70 kB | 253/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 257/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 257/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 261/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 261/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 265/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 265/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 269/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 269/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 273/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 273/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 277/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 277/281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.2/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Progress (4): 64/70 kB | 281 kB | 0.3/2.7 MB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar (11 kB at 157 kB/s) Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.3/2.7 MB Progress (3): 64/70 kB | 281 kB | 0.4/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 3.8 MB/s) Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.4/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.5/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.6/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.7/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.8/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 0.9/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.0/2.7 MB Progress (2): 64/70 kB | 1.1/2.7 MB Progress (2): 64/70 kB | 1.1/2.7 MB Progress (2): 64/70 kB | 1.1/2.7 MB Progress (2): 64/70 kB | 1.1/2.7 MB Progress (2): 64/70 kB | 1.1/2.7 MB Progress (2): 64/70 kB | 1.1/2.7 MB Progress (2): 68/70 kB | 1.1/2.7 MB Progress (2): 70 kB | 1.1/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 240 kB/s) Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.7/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.8/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 1.9/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.0/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.1/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.2/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.3/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.4/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.5/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.6/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7/2.7 MB Progress (1): 2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar (2.7 MB at 7.0 MB/s) [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ target-eclipse.ide --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ target-eclipse.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ target-eclipse.ide --- [INFO] [INFO] --------< org.eclipse.statet-releng:org.eclipse.statet-commons >-------- [INFO] Building org.eclipse.statet-commons 4.0.2.201910101100-r [3/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet-commons --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet-commons --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet-commons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet-commons --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet-commons --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-commons --- [INFO] [INFO] ----------------< org.eclipse.statet.jcommons:jcommons >---------------- [INFO] Building jcommons 4.0.2.201910101100-r [4/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ jcommons --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ jcommons --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ jcommons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ jcommons --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ jcommons --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ jcommons --- [INFO] [INFO] ----< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util >---- [INFO] Building org.eclipse.statet.jcommons.util 4.0.2.201910101100-r [5/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.jcommons.util --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 238 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 222 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 311 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 379 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 127 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 186 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 232 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 544 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 282 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.7 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 30 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 57 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 118 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 107 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 299 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 105 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Progress (1): 4.1/262 kB Progress (1): 7.7/262 kB Progress (1): 12/262 kB Progress (1): 16/262 kB Progress (2): 16/262 kB | 4.1/32 kB Progress (2): 20/262 kB | 4.1/32 kB Progress (2): 20/262 kB | 7.7/32 kB Progress (2): 24/262 kB | 7.7/32 kB Progress (2): 24/262 kB | 12/32 kB Progress (2): 28/262 kB | 12/32 kB Progress (2): 28/262 kB | 16/32 kB Progress (2): 32/262 kB | 16/32 kB Progress (2): 32/262 kB | 20/32 kB Progress (2): 33/262 kB | 20/32 kB Progress (2): 33/262 kB | 24/32 kB Progress (2): 37/262 kB | 24/32 kB Progress (3): 37/262 kB | 24/32 kB | 4.1/51 kB Progress (3): 41/262 kB | 24/32 kB | 4.1/51 kB Progress (3): 41/262 kB | 24/32 kB | 7.7/51 kB Progress (3): 45/262 kB | 24/32 kB | 7.7/51 kB Progress (3): 49/262 kB | 24/32 kB | 7.7/51 kB Progress (3): 49/262 kB | 24/32 kB | 12/51 kB Progress (3): 53/262 kB | 24/32 kB | 12/51 kB Progress (3): 53/262 kB | 24/32 kB | 16/51 kB Progress (3): 53/262 kB | 28/32 kB | 16/51 kB Progress (3): 57/262 kB | 28/32 kB | 16/51 kB Progress (3): 57/262 kB | 32/32 kB | 16/51 kB Progress (3): 57/262 kB | 32/32 kB | 20/51 kB Progress (3): 57/262 kB | 32 kB | 20/51 kB Progress (3): 61/262 kB | 32 kB | 20/51 kB Progress (3): 61/262 kB | 32 kB | 24/51 kB Progress (3): 65/262 kB | 32 kB | 24/51 kB Progress (3): 65/262 kB | 32 kB | 28/51 kB Progress (3): 69/262 kB | 32 kB | 28/51 kB Progress (4): 69/262 kB | 32 kB | 28/51 kB | 4.1/8.5 kB Progress (4): 69/262 kB | 32 kB | 32/51 kB | 4.1/8.5 kB Progress (4): 69/262 kB | 32 kB | 32/51 kB | 7.7/8.5 kB Progress (4): 73/262 kB | 32 kB | 32/51 kB | 7.7/8.5 kB Progress (4): 73/262 kB | 32 kB | 32/51 kB | 8.5 kB Progress (4): 73/262 kB | 32 kB | 36/51 kB | 8.5 kB Progress (5): 73/262 kB | 32 kB | 36/51 kB | 8.5 kB | 4.1/155 kB Progress (5): 77/262 kB | 32 kB | 36/51 kB | 8.5 kB | 4.1/155 kB Progress (5): 77/262 kB | 32 kB | 36/51 kB | 8.5 kB | 7.7/155 kB Progress (5): 77/262 kB | 32 kB | 40/51 kB | 8.5 kB | 7.7/155 kB Progress (5): 81/262 kB | 32 kB | 40/51 kB | 8.5 kB | 7.7/155 kB Progress (5): 81/262 kB | 32 kB | 44/51 kB | 8.5 kB | 7.7/155 kB Progress (5): 85/262 kB | 32 kB | 44/51 kB | 8.5 kB | 7.7/155 kB Progress (5): 85/262 kB | 32 kB | 48/51 kB | 8.5 kB | 7.7/155 kB Progress (5): 89/262 kB | 32 kB | 48/51 kB | 8.5 kB | 7.7/155 kB Progress (5): 89/262 kB | 32 kB | 48/51 kB | 8.5 kB | 12/155 kB Progress (5): 93/262 kB | 32 kB | 48/51 kB | 8.5 kB | 12/155 kB Progress (5): 93/262 kB | 32 kB | 51 kB | 8.5 kB | 12/155 kB Progress (5): 97/262 kB | 32 kB | 51 kB | 8.5 kB | 12/155 kB Progress (5): 97/262 kB | 32 kB | 51 kB | 8.5 kB | 16/155 kB Progress (5): 101/262 kB | 32 kB | 51 kB | 8.5 kB | 16/155 kB Progress (5): 101/262 kB | 32 kB | 51 kB | 8.5 kB | 20/155 kB Progress (5): 105/262 kB | 32 kB | 51 kB | 8.5 kB | 20/155 kB Progress (5): 105/262 kB | 32 kB | 51 kB | 8.5 kB | 24/155 kB Progress (5): 109/262 kB | 32 kB | 51 kB | 8.5 kB | 24/155 kB Progress (5): 109/262 kB | 32 kB | 51 kB | 8.5 kB | 28/155 kB Progress (5): 113/262 kB | 32 kB | 51 kB | 8.5 kB | 28/155 kB Progress (5): 113/262 kB | 32 kB | 51 kB | 8.5 kB | 32/155 kB Progress (5): 117/262 kB | 32 kB | 51 kB | 8.5 kB | 32/155 kB Progress (5): 117/262 kB | 32 kB | 51 kB | 8.5 kB | 36/155 kB Progress (5): 121/262 kB | 32 kB | 51 kB | 8.5 kB | 36/155 kB Progress (5): 121/262 kB | 32 kB | 51 kB | 8.5 kB | 40/155 kB Progress (5): 125/262 kB | 32 kB | 51 kB | 8.5 kB | 40/155 kB Progress (5): 125/262 kB | 32 kB | 51 kB | 8.5 kB | 44/155 kB Progress (5): 129/262 kB | 32 kB | 51 kB | 8.5 kB | 44/155 kB Progress (5): 129/262 kB | 32 kB | 51 kB | 8.5 kB | 48/155 kB Progress (5): 133/262 kB | 32 kB | 51 kB | 8.5 kB | 48/155 kB Progress (5): 133/262 kB | 32 kB | 51 kB | 8.5 kB | 52/155 kB Progress (5): 137/262 kB | 32 kB | 51 kB | 8.5 kB | 52/155 kB Progress (5): 137/262 kB | 32 kB | 51 kB | 8.5 kB | 56/155 kB Progress (5): 141/262 kB | 32 kB | 51 kB | 8.5 kB | 56/155 kB Progress (5): 141/262 kB | 32 kB | 51 kB | 8.5 kB | 60/155 kB Progress (5): 145/262 kB | 32 kB | 51 kB | 8.5 kB | 60/155 kB Progress (5): 145/262 kB | 32 kB | 51 kB | 8.5 kB | 64/155 kB Progress (5): 149/262 kB | 32 kB | 51 kB | 8.5 kB | 64/155 kB Progress (5): 149/262 kB | 32 kB | 51 kB | 8.5 kB | 68/155 kB Progress (5): 153/262 kB | 32 kB | 51 kB | 8.5 kB | 68/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 257 kB/s) Progress (3): 153/262 kB | 32 kB | 72/155 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Progress (3): 157/262 kB | 32 kB | 72/155 kB Progress (3): 157/262 kB | 32 kB | 76/155 kB Progress (3): 161/262 kB | 32 kB | 76/155 kB Progress (3): 161/262 kB | 32 kB | 80/155 kB Progress (3): 165/262 kB | 32 kB | 80/155 kB Progress (3): 165/262 kB | 32 kB | 84/155 kB Progress (3): 169/262 kB | 32 kB | 84/155 kB Progress (3): 169/262 kB | 32 kB | 88/155 kB Progress (3): 173/262 kB | 32 kB | 88/155 kB Progress (3): 173/262 kB | 32 kB | 92/155 kB Progress (3): 177/262 kB | 32 kB | 92/155 kB Progress (3): 177/262 kB | 32 kB | 96/155 kB Progress (3): 181/262 kB | 32 kB | 96/155 kB Progress (3): 181/262 kB | 32 kB | 100/155 kB Progress (3): 185/262 kB | 32 kB | 100/155 kB Progress (3): 185/262 kB | 32 kB | 104/155 kB Progress (3): 189/262 kB | 32 kB | 104/155 kB Progress (3): 189/262 kB | 32 kB | 108/155 kB Progress (3): 193/262 kB | 32 kB | 108/155 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 861 kB/s) Progress (2): 193/262 kB | 112/155 kB Progress (2): 197/262 kB | 112/155 kB Progress (2): 197/262 kB | 116/155 kB Progress (2): 201/262 kB | 116/155 kB Progress (2): 201/262 kB | 120/155 kB Progress (2): 205/262 kB | 120/155 kB Progress (2): 205/262 kB | 124/155 kB Progress (2): 209/262 kB | 124/155 kB Progress (2): 209/262 kB | 128/155 kB Progress (2): 213/262 kB | 128/155 kB Progress (2): 213/262 kB | 132/155 kB Progress (2): 217/262 kB | 132/155 kB Progress (2): 217/262 kB | 136/155 kB Progress (2): 221/262 kB | 136/155 kB Progress (2): 221/262 kB | 140/155 kB Progress (2): 225/262 kB | 140/155 kB Progress (2): 225/262 kB | 144/155 kB Progress (2): 229/262 kB | 144/155 kB Progress (2): 229/262 kB | 148/155 kB Progress (2): 233/262 kB | 148/155 kB Progress (2): 233/262 kB | 152/155 kB Progress (2): 237/262 kB | 152/155 kB Progress (2): 237/262 kB | 155 kB Progress (2): 241/262 kB | 155 kB Progress (2): 245/262 kB | 155 kB Progress (2): 249/262 kB | 155 kB Progress (2): 253/262 kB | 155 kB Progress (2): 257/262 kB | 155 kB Progress (2): 261/262 kB | 155 kB Progress (2): 262 kB | 155 kB Progress (3): 262 kB | 155 kB | 4.1/79 kB Progress (3): 262 kB | 155 kB | 7.7/79 kB Progress (3): 262 kB | 155 kB | 12/79 kB Progress (3): 262 kB | 155 kB | 16/79 kB Progress (3): 262 kB | 155 kB | 20/79 kB Progress (3): 262 kB | 155 kB | 24/79 kB Progress (3): 262 kB | 155 kB | 28/79 kB Progress (3): 262 kB | 155 kB | 32/79 kB Progress (3): 262 kB | 155 kB | 36/79 kB Progress (3): 262 kB | 155 kB | 40/79 kB Progress (3): 262 kB | 155 kB | 44/79 kB Progress (3): 262 kB | 155 kB | 48/79 kB Progress (3): 262 kB | 155 kB | 52/79 kB Progress (3): 262 kB | 155 kB | 56/79 kB Progress (3): 262 kB | 155 kB | 60/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 3.3 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 5.5 MB/s) Progress (1): 64/79 kB Progress (1): 68/79 kB Progress (1): 72/79 kB Progress (1): 76/79 kB Progress (1): 79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.5 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.jcommons.util --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 46 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 201 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 169 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom (1.7 kB at 61 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Progress (2): 4.6 kB | 4.1/18 kB Progress (2): 4.6 kB | 7.7/18 kB Progress (3): 4.6 kB | 7.7/18 kB | 3.6 kB Progress (3): 4.6 kB | 12/18 kB | 3.6 kB Progress (3): 4.6 kB | 16/18 kB | 3.6 kB Progress (3): 4.6 kB | 18 kB | 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 169 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 117 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 579 kB/s) Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (2): 7.7/25 kB | 0/2.8 MB Progress (2): 7.7/25 kB | 0/2.8 MB Progress (2): 12/25 kB | 0/2.8 MB Progress (2): 16/25 kB | 0/2.8 MB Progress (2): 16/25 kB | 0/2.8 MB Progress (2): 20/25 kB | 0/2.8 MB Progress (2): 20/25 kB | 0/2.8 MB Progress (2): 24/25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Progress (2): 25 kB | 0.1/2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 641 kB/s) Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 11 MB/s) [INFO] Compiling 93 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.jcommons.util --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.jcommons.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.jcommons.util --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util --- [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core >-- [INFO] Building org.eclipse.statet.jcommons.text.core 4.0.2.201910101100-r [6/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.jcommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.jcommons.text.core --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.jcommons.text.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.jcommons.text.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.jcommons.text.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core --- [INFO] [INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests >-- [INFO] Building org.eclipse.statet.jcommons.text.core.tests 4.0.2.201910101100-r [7/140] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.statet.jcommons.text.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest skipTagWithAttrSpecial(org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest) Time elapsed: 0.006 s skipTagAtStart(org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest) Time elapsed: 0.003 s skipTagWithAttr(org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest) Time elapsed: 0.003 s htmlDoc(org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest) Time elapsed: 0.003 s decodeEntity(org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest) Time elapsed: 0.011 s skipTag(org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest) Time elapsed: 0.002 s Running org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest matchesArray(org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest) Time elapsed: 0 s get(org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest) Time elapsed: 0 s matches1(org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest) Time elapsed: 0 s matches2(org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest) Time elapsed: 0 s matches3(org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest) Time elapsed: 0 s Running org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest updateBuffer(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0.001 s initRegionIllegalStart(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0.001 s combined(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s consume1(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0.003 s readRegion(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s increaseBuffer(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0.001 s read(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s empty(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s initNegativIndexInvalidStart(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s initRegion(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s initRegionIllegalLength(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s initNegativIndexInvalidStop(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s initRegionIllegalStop(org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest) Time elapsed: 0 s Running org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest updateBuffer(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0.006 s initRegionIllegalStart(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0 s combined(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0 s consume1(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0.002 s readRegion(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0.001 s increaseBuffer(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0 s init(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0 s read(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0 s initRegion(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0 s initRegionIllegalLength(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0 s initRegionIllegalStop(org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest) Time elapsed: 0 s Running org.eclipse.statet.jcommons.text.core.input.StringParserInputTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.statet.jcommons.text.core.input.StringParserInputTest updateBuffer(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0.002 s initRegionIllegalStart(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0 s combined(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0.001 s consume1(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0.005 s readRegion(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0 s increaseBuffer(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0 s init(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0 s read(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0 s empty(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0 s initRegion(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0 s initRegionIllegalLength(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0 s initRegionIllegalStop(org.eclipse.statet.jcommons.text.core.input.StringParserInputTest) Time elapsed: 0.001 s Running org.eclipse.statet.jcommons.text.core.util.HtmlUtilsEntityTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.jcommons.text.core.util.HtmlUtilsEntityTest getEntityName_fromName(org.eclipse.statet.jcommons.text.core.util.HtmlUtilsEntityTest) Time elapsed: 0 s getEntityName_fromHtmlEntity(org.eclipse.statet.jcommons.text.core.util.HtmlUtilsEntityTest) Time elapsed: 0 s Results: Tests run: 49, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------------< org.eclipse.statet.ecommons:ecommons >---------------- [INFO] Building ecommons 4.0.2.201910101100-r [8/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ ecommons --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ ecommons --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ ecommons --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ ecommons --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ ecommons --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ ecommons --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core >-- [INFO] Building org.eclipse.statet.ecommons.runtime.core 4.0.2.201910101100-r [9/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.runtime.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui >-- [INFO] Building org.eclipse.statet.ecommons.runtime.ui 4.0.2.201910101100-r [10/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.runtime.ui --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core >-- [INFO] Building org.eclipse.statet.ecommons.net.core 4.0.2.201910101100-r [11/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.net.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.net.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.net.core --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.net.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.net.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.net.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.net.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.net.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.net.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.net.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core >-- [INFO] Building org.eclipse.statet.ecommons.emf.core 4.0.2.201910101100-r [12/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.emf.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.emf.core --- [INFO] [INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui >--- [INFO] Building org.eclipse.statet.ecommons.emf.ui 4.0.2.201910101100-r [13/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.emf.ui --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core >-- [INFO] Building org.eclipse.statet.ecommons.preferences.core 4.0.2.201910101100-r [14/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.preferences.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core >-- [INFO] Building org.eclipse.statet.ecommons.databinding.core 4.0.2.201910101100-r [15/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.databinding.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core >-- [INFO] Building org.eclipse.statet.ecommons.text.core 4.0.2.201910101100-r [16/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.text.core --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.text.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.text.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.text.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests >-- [INFO] Building org.eclipse.statet.ecommons.text.core.tests 4.0.2.201910101100-r [17/140] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.statet.ecommons.text.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest updateBuffer(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0.011 s initRegionIllegalStart(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s combined(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0.001 s readRegion(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s increaseBuffer(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0.001 s init(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s read(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0.001 s empty(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s initRegion(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s initRegionIllegalLength(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s initRegionIllegalStop(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest testDeleteOverLeftBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0.002 s testReplaceBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceRightBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceRightBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddWithin2(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddRightBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAtRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffset1(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffset2(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0.001 s testDeleteOverRightBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteOverLeftBorderTillRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaced1(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0.001 s testReplaced2(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaced3(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteRightAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteWithin(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffset(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddRightAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffsetTillRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0.001 s testDeleteAtOffsetTillRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testAddWithin(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceRightAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleted(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteRightBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testReplaceAfter(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0.001 s testReplaceLeftBorderTillRight(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffset2(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffsetOverRightBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest testDeleteOverLeftBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0.001 s testReplaceBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceRightBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceRightBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddWithin2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddRightBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0.001 s testReplaceAtRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffset1(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffset2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteOverRightBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteOverLeftBorderTillRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0.001 s testAddBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaced1(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaced2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaced3(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteRightAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteWithin(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffset(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddRightAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceAtOffsetTillRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffsetTillRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testAddWithin(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceRightAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleted(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteRightBefore(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0.001 s testReplaceAfter(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorderTillRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffset2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testReplaceLeftBorderTillRight2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s testDeleteAtOffsetOverRightBorder(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest getPartition_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.012 s getPartition(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_SubrangeBeforeBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.001 s getContentType(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_SubrangeAfterBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getPartition_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.001 s computePartitioning_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_SubrangeOnBoundaries2(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getPartition_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getContentType_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.001 s computePartitioning_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getContentType_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s getContentType_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.001 s computePartitioning_SubrangeOnBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s computePartitioning(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0.001 s computePartitioning_SubrangeInBoundaries1(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest getPartitionZeroLength_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0.001 s getPartitionZeroLength_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitioning_Test1(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitiong_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartition_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartition_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitiong_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartitionZeroLength_Test1(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0.001 s computePartitiongZeroLength_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitioningZeroLength_Test1(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s computePartitiongZeroLength_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s getPartition_Test1(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest) Time elapsed: 0 s Running org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest getPartition_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getPartition(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_SubrangeBeforeBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0.001 s getContentType(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_SubrangeAfterBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getPartition_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_SubrangeOnBoundaries2(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0.001 s getPartition_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getContentType_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getContentType_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s getContentType_EmptyMiddle(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_EmptyStart(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0.001 s computePartitioning_SubrangeOnBoundaries(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s computePartitioning_SubrangeInBoundaries1(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest) Time elapsed: 0 s Results: Tests run: 126, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc >-- [INFO] Building org.eclipse.statet.ecommons.coremisc 4.0.2.201910101100-r [18/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.coremisc --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.coremisc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.coremisc --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core >-- [INFO] Building org.eclipse.statet.ecommons.debug.core 4.0.2.201910101100-r [19/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.debug.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.core --- [INFO] [INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc >--- [INFO] Building org.eclipse.statet.ecommons.uimisc 4.0.2.201910101100-r [20/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.uimisc --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.uimisc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.uimisc --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui >-- [INFO] Building org.eclipse.statet.ecommons.debug.ui 4.0.2.201910101100-r [21/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.ui --- [WARNING] bundle localization file /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/plugin.properties not found [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.ui --- [INFO] [INFO] -----------< org.eclipse.statet.ecommons:ecommons.waltable >------------ [INFO] Building ecommons.waltable 4.0.2.201910101100-r [22/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ ecommons.waltable --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ ecommons.waltable --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ ecommons.waltable --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ ecommons.waltable --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ ecommons.waltable --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ ecommons.waltable --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core >-- [INFO] Building org.eclipse.statet.ecommons.waltable.core 4.0.2.201910101100-r [23/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Compiling 483 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.waltable.core --- [INFO] [INFO] --------------< org.eclipse.statet.ecommons:ecommons.edb >-------------- [INFO] Building ecommons.edb 4.0.2.201910101100-r [24/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ ecommons.edb --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ ecommons.edb --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ ecommons.edb --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ ecommons.edb --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ ecommons.edb --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ ecommons.edb --- [INFO] [INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core >-- [INFO] Building org.eclipse.statet.ecommons.edb.core 4.0.2.201910101100-r [25/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.edb.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.edb.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.edb.core --- [INFO] [INFO] ----------< org.eclipse.statet-releng:org.eclipse.statet-rj >----------- [INFO] Building org.eclipse.statet-rj 4.0.2.201910101100-r [26/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet-rj --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet-rj --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet-rj --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet-rj --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet-rj --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-rj --- [INFO] [INFO] -------------------< org.eclipse.statet.rj:rj.core >-------------------- [INFO] Building rj.core 4.0.2.201910101100-r [27/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rj.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rj.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rj.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rj.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rj.core --- [INFO] [INFO] ----------< org.eclipse.statet.rj:org.eclipse.statet.rj.data >---------- [INFO] Building org.eclipse.statet.rj.data 4.0.2.201910101100-r [28/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.data --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.data --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.data --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.data --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.data --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.data --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.data --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.data --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.data --- [INFO] [INFO] ---------< org.eclipse.statet.rj:org.eclipse.statet.rj.server >--------- [INFO] Building org.eclipse.statet.rj.server 4.0.2.201910101100-r [29/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.server --- [INFO] Compiling 92 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.server --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.server --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.server --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.server.tests >------ [INFO] Building org.eclipse.statet.rj.server.tests 4.0.2.201910101100-r [30/140] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.tests --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.server.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.server.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.server.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.server.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/org.eclipse.statet.rj.server.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.statet.rj.server.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server-tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.statet.rj.server.util.PathEntryProviderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.018 s - in org.eclipse.statet.rj.server.util.PathEntryProviderTest detectLibPaths_NestedJar_1(org.eclipse.statet.rj.server.util.PathEntryProviderTest) skipped detectLibPaths_NestedJar_2(org.eclipse.statet.rj.server.util.PathEntryProviderTest) skipped detectLibPaths_SimpleServerJar(org.eclipse.statet.rj.server.util.PathEntryProviderTest) Time elapsed: 0.009 s detectLibPaths_NexusJar(org.eclipse.statet.rj.server.util.PathEntryProviderTest) Time elapsed: 0.001 s detectLibPaths_DevFolder(org.eclipse.statet.rj.server.util.PathEntryProviderTest) Time elapsed: 0 s detectLibPaths_TargetJar(org.eclipse.statet.rj.server.util.PathEntryProviderTest) Time elapsed: 0 s Results: Tests run: 6, Failures: 0, Errors: 0, Skipped: 2 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools >--- [INFO] Building org.eclipse.statet.rj.server.remotetools 4.0.2.201910101100-r [31/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.remotetools --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.server.remotetools --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src does not exist [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.server.remotetools --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.remotetools --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg >------- [INFO] Building org.eclipse.statet.rj.server.rpkg 4.0.2.201910101100-r [32/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.rpkg --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.server.rpkg --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src does not exist [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.server.rpkg --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.rpkg --- [INFO] [INFO] -----< org.eclipse.statet.rj:org.eclipse.statet.rj.services.core >------ [INFO] Building org.eclipse.statet.rj.services.core 4.0.2.201910101100-r [33/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/63.1/icu4j-63.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/63.1/icu4j-63.1.pom (4.9 kB at 975 B/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/63.1/icu4j-63.1.jar Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.1/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.2/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.3/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.4/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.5/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.6/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.7/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.8/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 0.9/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.0/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.1/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.2/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.3/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.4/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.5/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.6/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.7/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.8/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 1.9/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.0/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.1/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.2/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.3/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.4/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.5/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.6/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.7/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.8/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 2.9/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.0/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.1/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.2/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.3/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.4/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.5/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.6/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.7/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.8/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 3.9/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.0/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.1/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.2/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.3/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.4/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.5/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.6/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.7/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.8/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 4.9/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.0/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.1/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.2/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.3/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.4/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.5/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.6/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.7/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.8/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 5.9/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.0/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.1/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.2/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.3/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.4/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.5/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.6/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.7/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.8/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 6.9/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.0/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.1/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.2/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.3/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.4/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.5/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.6/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.7/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.8/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 7.9/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.0/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.1/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.2/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.3/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.4/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.5/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.6/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.7/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.8/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 8.9/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.0/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.1/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.2/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.3/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.4/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.5/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.6/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.7/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.8/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 9.9/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10.0/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 10/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 11/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 12/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13/13 MB Progress (1): 13 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/63.1/icu4j-63.1.jar (13 MB at 27 MB/s) [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.services.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.services.core --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.services.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.services.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.services.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.services.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.services.core --- [INFO] [INFO] --< org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests >--- [INFO] Building org.eclipse.statet.rj.services.core.tests 4.0.2.201910101100-r [34/140] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core.tests --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.services.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.statet.rj.services.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.645 s - in org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest get_noUpdate_Random(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest) Time elapsed: 0.339 s get_directUpdate_Col(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest) Time elapsed: 1.365 s get_directUpdate_Row(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest) Time elapsed: 1.231 s get_directUpdate_RandomLong(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest) Time elapsed: 0.171 s get_noUpdate_RandomLong(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest) Time elapsed: 0.138 s get_directUpdate_Random(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest) Time elapsed: 0.213 s get_noUpdate_Col(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest) Time elapsed: 1.125 s get_noUpdate_Row(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest) Time elapsed: 1.053 s Running org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest setget_RIncludeDirectory_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest) Time elapsed: 0.005 s setget_RHomeDirectory_Nix(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest) Time elapsed: 0 s setget_RHomeDirectory_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest) Time elapsed: 0 s setget_RShareDirectory_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest) Time elapsed: 0 s setget_RDocDirectory_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest) Time elapsed: 0 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.statet.rj:org.eclipse.statet.rj.client >--------- [INFO] Building org.eclipse.statet.rj.client 4.0.2.201910101100-r [35/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.client --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.client --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.client --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.client --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.client --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.client --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.client --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.client --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.client --- [INFO] [INFO] ----------< org.eclipse.statet.rj:org.eclipse.statet.rj.core >---------- [INFO] Building org.eclipse.statet.rj.core 4.0.2.201910101100-r [36/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --------------< org.eclipse.statet.rj-assemblies:rj.core >-------------- [INFO] Building rj.core 4.0.2.201910101100-r [37/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rj.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rj.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rj.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rj.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rj.core --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rj.core --- [INFO] [INFO] ----< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core >----- [INFO] Building org.eclipse.statet.rj.core 4.0.2.201910101100-r [38/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core --- [INFO] [INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver >-- [INFO] Building org.eclipse.statet.rj.server-consoleserver 4.0.2.201910101100-r [39/140] [INFO] --------------------------------[ pom ]--------------------------------- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.pom (16 kB at 212 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.jar Progress (1): 4.1/241 kB Progress (1): 7.7/241 kB Progress (1): 12/241 kB Progress (1): 16/241 kB Progress (1): 20/241 kB Progress (1): 24/241 kB Progress (1): 28/241 kB Progress (1): 32/241 kB Progress (1): 36/241 kB Progress (1): 40/241 kB Progress (1): 44/241 kB Progress (1): 48/241 kB Progress (1): 52/241 kB Progress (1): 56/241 kB Progress (1): 60/241 kB Progress (1): 64/241 kB Progress (1): 68/241 kB Progress (1): 72/241 kB Progress (1): 76/241 kB Progress (1): 80/241 kB Progress (1): 84/241 kB Progress (1): 88/241 kB Progress (1): 92/241 kB Progress (1): 96/241 kB Progress (1): 100/241 kB Progress (1): 104/241 kB Progress (1): 108/241 kB Progress (1): 112/241 kB Progress (1): 116/241 kB Progress (1): 120/241 kB Progress (1): 124/241 kB Progress (1): 128/241 kB Progress (1): 132/241 kB Progress (1): 136/241 kB Progress (1): 140/241 kB Progress (1): 144/241 kB Progress (1): 148/241 kB Progress (1): 152/241 kB Progress (1): 156/241 kB Progress (1): 160/241 kB Progress (1): 164/241 kB Progress (1): 168/241 kB Progress (1): 172/241 kB Progress (1): 176/241 kB Progress (1): 180/241 kB Progress (1): 184/241 kB Progress (1): 188/241 kB Progress (1): 192/241 kB Progress (1): 196/241 kB Progress (1): 200/241 kB Progress (1): 204/241 kB Progress (1): 208/241 kB Progress (1): 212/241 kB Progress (1): 216/241 kB Progress (1): 220/241 kB Progress (1): 224/241 kB Progress (1): 228/241 kB Progress (1): 232/241 kB Progress (1): 236/241 kB Progress (1): 240/241 kB Progress (1): 241 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.1.0/maven-assembly-plugin-3.1.0.jar (241 kB at 4.5 MB/s) [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server-consoleserver --- [INFO] [INFO] --- maven-assembly-plugin:3.1.0:single (pack-server) @ org.eclipse.statet.rj.server-consoleserver --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 21 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 130 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 615 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 142 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 178 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom (7.6 kB at 282 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 178 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 146 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 472 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 302 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 103 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 422 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom (4.8 kB at 178 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 762 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 157 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom (13 kB at 453 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.6/xz-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 71 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 156 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 181 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 72 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 707 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom (4.3 kB at 139 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 245 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.6/xz-1.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Progress (1): 4.1/26 kB Progress (2): 4.1/26 kB | 4.1/164 kB Progress (2): 7.7/26 kB | 4.1/164 kB Progress (2): 7.7/26 kB | 7.7/164 kB Progress (2): 12/26 kB | 7.7/164 kB Progress (2): 12/26 kB | 12/164 kB Progress (2): 16/26 kB | 12/164 kB Progress (2): 16/26 kB | 16/164 kB Progress (2): 20/26 kB | 16/164 kB Progress (2): 20/26 kB | 20/164 kB Progress (2): 24/26 kB | 20/164 kB Progress (2): 24/26 kB | 24/164 kB Progress (2): 26 kB | 24/164 kB Progress (3): 26 kB | 24/164 kB | 4.1/4.3 kB Progress (3): 26 kB | 28/164 kB | 4.1/4.3 kB Progress (3): 26 kB | 28/164 kB | 4.3 kB Progress (3): 26 kB | 32/164 kB | 4.3 kB Progress (3): 26 kB | 36/164 kB | 4.3 kB Progress (4): 26 kB | 36/164 kB | 4.3 kB | 4.1/123 kB Progress (4): 26 kB | 40/164 kB | 4.3 kB | 4.1/123 kB Progress (4): 26 kB | 40/164 kB | 4.3 kB | 7.7/123 kB Progress (4): 26 kB | 44/164 kB | 4.3 kB | 7.7/123 kB Progress (4): 26 kB | 44/164 kB | 4.3 kB | 12/123 kB Progress (5): 26 kB | 44/164 kB | 4.3 kB | 12/123 kB | 4.1/61 kB Progress (5): 26 kB | 48/164 kB | 4.3 kB | 12/123 kB | 4.1/61 kB Progress (5): 26 kB | 48/164 kB | 4.3 kB | 12/123 kB | 7.7/61 kB Progress (5): 26 kB | 48/164 kB | 4.3 kB | 16/123 kB | 7.7/61 kB Progress (5): 26 kB | 52/164 kB | 4.3 kB | 16/123 kB | 7.7/61 kB Progress (5): 26 kB | 52/164 kB | 4.3 kB | 20/123 kB | 7.7/61 kB Progress (5): 26 kB | 52/164 kB | 4.3 kB | 20/123 kB | 12/61 kB Progress (5): 26 kB | 52/164 kB | 4.3 kB | 24/123 kB | 12/61 kB Progress (5): 26 kB | 56/164 kB | 4.3 kB | 24/123 kB | 12/61 kB Progress (5): 26 kB | 56/164 kB | 4.3 kB | 28/123 kB | 12/61 kB Progress (5): 26 kB | 56/164 kB | 4.3 kB | 28/123 kB | 16/61 kB Progress (5): 26 kB | 56/164 kB | 4.3 kB | 32/123 kB | 16/61 kB Progress (5): 26 kB | 60/164 kB | 4.3 kB | 32/123 kB | 16/61 kB Progress (5): 26 kB | 60/164 kB | 4.3 kB | 36/123 kB | 16/61 kB Progress (5): 26 kB | 60/164 kB | 4.3 kB | 36/123 kB | 20/61 kB Progress (5): 26 kB | 60/164 kB | 4.3 kB | 40/123 kB | 20/61 kB Progress (5): 26 kB | 64/164 kB | 4.3 kB | 40/123 kB | 20/61 kB Progress (5): 26 kB | 64/164 kB | 4.3 kB | 44/123 kB | 20/61 kB Progress (5): 26 kB | 64/164 kB | 4.3 kB | 44/123 kB | 24/61 kB Progress (5): 26 kB | 64/164 kB | 4.3 kB | 48/123 kB | 24/61 kB Progress (5): 26 kB | 68/164 kB | 4.3 kB | 48/123 kB | 24/61 kB Progress (5): 26 kB | 72/164 kB | 4.3 kB | 48/123 kB | 24/61 kB Progress (5): 26 kB | 76/164 kB | 4.3 kB | 48/123 kB | 24/61 kB Progress (5): 26 kB | 80/164 kB | 4.3 kB | 48/123 kB | 24/61 kB Progress (5): 26 kB | 84/164 kB | 4.3 kB | 48/123 kB | 24/61 kB Progress (5): 26 kB | 84/164 kB | 4.3 kB | 52/123 kB | 24/61 kB Progress (5): 26 kB | 84/164 kB | 4.3 kB | 52/123 kB | 28/61 kB Progress (5): 26 kB | 84/164 kB | 4.3 kB | 56/123 kB | 28/61 kB Progress (5): 26 kB | 88/164 kB | 4.3 kB | 56/123 kB | 28/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 72 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 442 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.jar Progress (3): 92/164 kB | 56/123 kB | 28/61 kB Progress (3): 92/164 kB | 60/123 kB | 28/61 kB Progress (3): 92/164 kB | 60/123 kB | 32/61 kB Progress (3): 92/164 kB | 64/123 kB | 32/61 kB Progress (3): 96/164 kB | 64/123 kB | 32/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar Progress (3): 100/164 kB | 64/123 kB | 32/61 kB Progress (3): 100/164 kB | 68/123 kB | 32/61 kB Progress (3): 100/164 kB | 68/123 kB | 36/61 kB Progress (3): 100/164 kB | 72/123 kB | 36/61 kB Progress (3): 104/164 kB | 72/123 kB | 36/61 kB Progress (3): 104/164 kB | 76/123 kB | 36/61 kB Progress (3): 104/164 kB | 76/123 kB | 40/61 kB Progress (3): 104/164 kB | 80/123 kB | 40/61 kB Progress (3): 108/164 kB | 80/123 kB | 40/61 kB Progress (3): 108/164 kB | 84/123 kB | 40/61 kB Progress (3): 108/164 kB | 84/123 kB | 44/61 kB Progress (3): 108/164 kB | 88/123 kB | 44/61 kB Progress (3): 112/164 kB | 88/123 kB | 44/61 kB Progress (3): 112/164 kB | 92/123 kB | 44/61 kB Progress (3): 112/164 kB | 92/123 kB | 48/61 kB Progress (3): 112/164 kB | 96/123 kB | 48/61 kB Progress (3): 116/164 kB | 96/123 kB | 48/61 kB Progress (3): 116/164 kB | 100/123 kB | 48/61 kB Progress (3): 120/164 kB | 100/123 kB | 48/61 kB Progress (3): 120/164 kB | 104/123 kB | 48/61 kB Progress (3): 124/164 kB | 104/123 kB | 48/61 kB Progress (3): 124/164 kB | 108/123 kB | 48/61 kB Progress (3): 128/164 kB | 108/123 kB | 48/61 kB Progress (3): 128/164 kB | 112/123 kB | 48/61 kB Progress (3): 132/164 kB | 112/123 kB | 48/61 kB Progress (3): 132/164 kB | 116/123 kB | 48/61 kB Progress (3): 136/164 kB | 116/123 kB | 48/61 kB Progress (3): 136/164 kB | 120/123 kB | 48/61 kB Progress (3): 140/164 kB | 120/123 kB | 48/61 kB Progress (3): 140/164 kB | 123 kB | 48/61 kB Progress (3): 144/164 kB | 123 kB | 48/61 kB Progress (3): 148/164 kB | 123 kB | 48/61 kB Progress (3): 152/164 kB | 123 kB | 48/61 kB Progress (3): 156/164 kB | 123 kB | 48/61 kB Progress (3): 160/164 kB | 123 kB | 48/61 kB Progress (3): 164 kB | 123 kB | 48/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar (123 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 2.2 MB/s) Progress (2): 48/61 kB | 4.1/187 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar Progress (2): 48/61 kB | 7.7/187 kB Progress (2): 48/61 kB | 12/187 kB Progress (2): 48/61 kB | 16/187 kB Progress (3): 48/61 kB | 16/187 kB | 4.1/530 kB Progress (3): 48/61 kB | 20/187 kB | 4.1/530 kB Progress (3): 48/61 kB | 20/187 kB | 7.7/530 kB Progress (3): 48/61 kB | 24/187 kB | 7.7/530 kB Progress (3): 48/61 kB | 24/187 kB | 12/530 kB Progress (3): 48/61 kB | 28/187 kB | 12/530 kB Progress (3): 48/61 kB | 28/187 kB | 16/530 kB Progress (3): 48/61 kB | 32/187 kB | 16/530 kB Progress (3): 48/61 kB | 32/187 kB | 20/530 kB Progress (3): 48/61 kB | 32/187 kB | 24/530 kB Progress (3): 48/61 kB | 32/187 kB | 28/530 kB Progress (3): 48/61 kB | 32/187 kB | 32/530 kB Progress (3): 48/61 kB | 32/187 kB | 33/530 kB Progress (3): 48/61 kB | 32/187 kB | 37/530 kB Progress (3): 48/61 kB | 32/187 kB | 41/530 kB Progress (3): 48/61 kB | 32/187 kB | 45/530 kB Progress (3): 48/61 kB | 32/187 kB | 49/530 kB Progress (3): 48/61 kB | 36/187 kB | 49/530 kB Progress (3): 48/61 kB | 36/187 kB | 53/530 kB Progress (3): 48/61 kB | 40/187 kB | 53/530 kB Progress (3): 48/61 kB | 40/187 kB | 57/530 kB Progress (3): 48/61 kB | 44/187 kB | 57/530 kB Progress (3): 48/61 kB | 44/187 kB | 61/530 kB Progress (3): 48/61 kB | 48/187 kB | 61/530 kB Progress (3): 48/61 kB | 48/187 kB | 65/530 kB Progress (3): 48/61 kB | 52/187 kB | 65/530 kB Progress (3): 48/61 kB | 52/187 kB | 69/530 kB Progress (3): 48/61 kB | 56/187 kB | 69/530 kB Progress (3): 48/61 kB | 56/187 kB | 73/530 kB Progress (3): 48/61 kB | 56/187 kB | 77/530 kB Progress (3): 48/61 kB | 56/187 kB | 81/530 kB Progress (3): 48/61 kB | 60/187 kB | 81/530 kB Progress (3): 48/61 kB | 60/187 kB | 85/530 kB Progress (3): 48/61 kB | 64/187 kB | 85/530 kB Progress (3): 48/61 kB | 64/187 kB | 89/530 kB Progress (3): 48/61 kB | 68/187 kB | 89/530 kB Progress (3): 48/61 kB | 68/187 kB | 93/530 kB Progress (3): 48/61 kB | 72/187 kB | 93/530 kB Progress (3): 48/61 kB | 72/187 kB | 97/530 kB Progress (3): 48/61 kB | 76/187 kB | 97/530 kB Progress (3): 48/61 kB | 76/187 kB | 101/530 kB Progress (3): 48/61 kB | 80/187 kB | 101/530 kB Progress (3): 48/61 kB | 80/187 kB | 105/530 kB Progress (3): 48/61 kB | 84/187 kB | 105/530 kB Progress (3): 48/61 kB | 84/187 kB | 109/530 kB Progress (3): 48/61 kB | 88/187 kB | 109/530 kB Progress (3): 48/61 kB | 88/187 kB | 113/530 kB Progress (3): 48/61 kB | 92/187 kB | 113/530 kB Progress (3): 48/61 kB | 92/187 kB | 117/530 kB Progress (3): 48/61 kB | 96/187 kB | 117/530 kB Progress (3): 48/61 kB | 96/187 kB | 121/530 kB Progress (3): 48/61 kB | 100/187 kB | 121/530 kB Progress (3): 48/61 kB | 100/187 kB | 125/530 kB Progress (3): 48/61 kB | 104/187 kB | 125/530 kB Progress (3): 48/61 kB | 104/187 kB | 129/530 kB Progress (3): 48/61 kB | 108/187 kB | 129/530 kB Progress (3): 48/61 kB | 108/187 kB | 133/530 kB Progress (3): 48/61 kB | 112/187 kB | 133/530 kB Progress (3): 48/61 kB | 112/187 kB | 137/530 kB Progress (3): 48/61 kB | 116/187 kB | 137/530 kB Progress (3): 48/61 kB | 116/187 kB | 141/530 kB Progress (3): 48/61 kB | 120/187 kB | 141/530 kB Progress (3): 48/61 kB | 120/187 kB | 145/530 kB Progress (3): 48/61 kB | 124/187 kB | 145/530 kB Progress (3): 48/61 kB | 124/187 kB | 149/530 kB Progress (3): 48/61 kB | 128/187 kB | 149/530 kB Progress (3): 48/61 kB | 128/187 kB | 153/530 kB Progress (3): 48/61 kB | 132/187 kB | 153/530 kB Progress (3): 48/61 kB | 132/187 kB | 157/530 kB Progress (3): 48/61 kB | 136/187 kB | 157/530 kB Progress (3): 48/61 kB | 136/187 kB | 161/530 kB Progress (3): 48/61 kB | 140/187 kB | 161/530 kB Progress (3): 48/61 kB | 140/187 kB | 165/530 kB Progress (3): 48/61 kB | 144/187 kB | 165/530 kB Progress (3): 48/61 kB | 144/187 kB | 169/530 kB Progress (3): 48/61 kB | 148/187 kB | 169/530 kB Progress (3): 48/61 kB | 148/187 kB | 173/530 kB Progress (3): 48/61 kB | 152/187 kB | 173/530 kB Progress (4): 48/61 kB | 152/187 kB | 173/530 kB | 4.1/103 kB Progress (4): 48/61 kB | 152/187 kB | 177/530 kB | 4.1/103 kB Progress (4): 48/61 kB | 152/187 kB | 177/530 kB | 7.7/103 kB Progress (4): 48/61 kB | 156/187 kB | 177/530 kB | 7.7/103 kB Progress (4): 48/61 kB | 156/187 kB | 177/530 kB | 12/103 kB Progress (4): 48/61 kB | 156/187 kB | 181/530 kB | 12/103 kB Progress (4): 48/61 kB | 156/187 kB | 181/530 kB | 16/103 kB Progress (4): 48/61 kB | 160/187 kB | 181/530 kB | 16/103 kB Progress (4): 48/61 kB | 160/187 kB | 181/530 kB | 20/103 kB Progress (4): 48/61 kB | 160/187 kB | 185/530 kB | 20/103 kB Progress (4): 48/61 kB | 160/187 kB | 185/530 kB | 24/103 kB Progress (4): 48/61 kB | 164/187 kB | 185/530 kB | 24/103 kB Progress (4): 48/61 kB | 164/187 kB | 185/530 kB | 28/103 kB Progress (4): 48/61 kB | 164/187 kB | 189/530 kB | 28/103 kB Progress (4): 48/61 kB | 164/187 kB | 189/530 kB | 32/103 kB Progress (4): 48/61 kB | 168/187 kB | 189/530 kB | 32/103 kB Progress (4): 48/61 kB | 168/187 kB | 189/530 kB | 36/103 kB Progress (4): 48/61 kB | 168/187 kB | 193/530 kB | 36/103 kB Progress (4): 48/61 kB | 168/187 kB | 193/530 kB | 40/103 kB Progress (4): 48/61 kB | 172/187 kB | 193/530 kB | 40/103 kB Progress (4): 48/61 kB | 172/187 kB | 193/530 kB | 44/103 kB Progress (4): 48/61 kB | 172/187 kB | 197/530 kB | 44/103 kB Progress (4): 48/61 kB | 172/187 kB | 197/530 kB | 48/103 kB Progress (4): 48/61 kB | 176/187 kB | 197/530 kB | 48/103 kB Progress (4): 48/61 kB | 176/187 kB | 197/530 kB | 52/103 kB Progress (4): 48/61 kB | 176/187 kB | 201/530 kB | 52/103 kB Progress (4): 48/61 kB | 176/187 kB | 201/530 kB | 56/103 kB Progress (4): 48/61 kB | 180/187 kB | 201/530 kB | 56/103 kB Progress (4): 48/61 kB | 180/187 kB | 205/530 kB | 56/103 kB Progress (5): 48/61 kB | 180/187 kB | 205/530 kB | 56/103 kB | 4.1/35 kB Progress (5): 48/61 kB | 184/187 kB | 205/530 kB | 56/103 kB | 4.1/35 kB Progress (5): 48/61 kB | 184/187 kB | 205/530 kB | 60/103 kB | 4.1/35 kB Progress (5): 48/61 kB | 187 kB | 205/530 kB | 60/103 kB | 4.1/35 kB Progress (5): 48/61 kB | 187 kB | 205/530 kB | 60/103 kB | 7.7/35 kB Progress (5): 48/61 kB | 187 kB | 209/530 kB | 60/103 kB | 7.7/35 kB Progress (5): 48/61 kB | 187 kB | 209/530 kB | 60/103 kB | 12/35 kB Progress (5): 48/61 kB | 187 kB | 209/530 kB | 64/103 kB | 12/35 kB Progress (5): 48/61 kB | 187 kB | 209/530 kB | 64/103 kB | 16/35 kB Progress (5): 48/61 kB | 187 kB | 213/530 kB | 64/103 kB | 16/35 kB Progress (5): 48/61 kB | 187 kB | 213/530 kB | 64/103 kB | 20/35 kB Progress (5): 48/61 kB | 187 kB | 213/530 kB | 68/103 kB | 20/35 kB Progress (5): 48/61 kB | 187 kB | 213/530 kB | 68/103 kB | 24/35 kB Progress (5): 48/61 kB | 187 kB | 217/530 kB | 68/103 kB | 24/35 kB Progress (5): 48/61 kB | 187 kB | 217/530 kB | 68/103 kB | 28/35 kB Progress (5): 48/61 kB | 187 kB | 217/530 kB | 72/103 kB | 28/35 kB Progress (5): 48/61 kB | 187 kB | 217/530 kB | 72/103 kB | 32/35 kB Progress (5): 48/61 kB | 187 kB | 221/530 kB | 72/103 kB | 32/35 kB Progress (5): 48/61 kB | 187 kB | 221/530 kB | 72/103 kB | 35 kB Progress (5): 48/61 kB | 187 kB | 221/530 kB | 76/103 kB | 35 kB Progress (5): 48/61 kB | 187 kB | 225/530 kB | 76/103 kB | 35 kB Progress (5): 48/61 kB | 187 kB | 225/530 kB | 80/103 kB | 35 kB Progress (5): 48/61 kB | 187 kB | 229/530 kB | 80/103 kB | 35 kB Progress (5): 48/61 kB | 187 kB | 229/530 kB | 84/103 kB | 35 kB Progress (5): 48/61 kB | 187 kB | 233/530 kB | 84/103 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.jar (187 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Progress (4): 48/61 kB | 237/530 kB | 84/103 kB | 35 kB Progress (4): 48/61 kB | 237/530 kB | 88/103 kB | 35 kB Progress (4): 48/61 kB | 241/530 kB | 88/103 kB | 35 kB Progress (4): 48/61 kB | 241/530 kB | 92/103 kB | 35 kB Progress (4): 48/61 kB | 245/530 kB | 92/103 kB | 35 kB Progress (4): 48/61 kB | 245/530 kB | 96/103 kB | 35 kB Progress (4): 48/61 kB | 249/530 kB | 96/103 kB | 35 kB Progress (4): 48/61 kB | 249/530 kB | 100/103 kB | 35 kB Progress (4): 48/61 kB | 253/530 kB | 100/103 kB | 35 kB Progress (4): 48/61 kB | 253/530 kB | 103 kB | 35 kB Progress (4): 48/61 kB | 257/530 kB | 103 kB | 35 kB Progress (4): 48/61 kB | 261/530 kB | 103 kB | 35 kB Progress (4): 48/61 kB | 262/530 kB | 103 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 350 kB/s) Progress (3): 48/61 kB | 266/530 kB | 103 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Progress (3): 48/61 kB | 270/530 kB | 103 kB Progress (3): 48/61 kB | 274/530 kB | 103 kB Progress (3): 48/61 kB | 278/530 kB | 103 kB Progress (3): 48/61 kB | 282/530 kB | 103 kB Progress (3): 48/61 kB | 286/530 kB | 103 kB Progress (3): 48/61 kB | 290/530 kB | 103 kB Progress (3): 48/61 kB | 294/530 kB | 103 kB Progress (3): 48/61 kB | 298/530 kB | 103 kB Progress (3): 48/61 kB | 302/530 kB | 103 kB Progress (3): 48/61 kB | 306/530 kB | 103 kB Progress (3): 48/61 kB | 310/530 kB | 103 kB Progress (3): 48/61 kB | 314/530 kB | 103 kB Progress (3): 48/61 kB | 318/530 kB | 103 kB Progress (3): 48/61 kB | 322/530 kB | 103 kB Progress (3): 48/61 kB | 326/530 kB | 103 kB Progress (3): 48/61 kB | 330/530 kB | 103 kB Progress (3): 48/61 kB | 334/530 kB | 103 kB Progress (3): 48/61 kB | 338/530 kB | 103 kB Progress (3): 48/61 kB | 342/530 kB | 103 kB Progress (3): 48/61 kB | 346/530 kB | 103 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.jar (103 kB at 973 kB/s) Progress (2): 48/61 kB | 350/530 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar Progress (2): 48/61 kB | 354/530 kB Progress (2): 48/61 kB | 358/530 kB Progress (2): 48/61 kB | 362/530 kB Progress (2): 48/61 kB | 366/530 kB Progress (3): 48/61 kB | 366/530 kB | 4.1/41 kB Progress (3): 48/61 kB | 370/530 kB | 4.1/41 kB Progress (3): 48/61 kB | 370/530 kB | 7.7/41 kB Progress (3): 48/61 kB | 374/530 kB | 7.7/41 kB Progress (3): 48/61 kB | 374/530 kB | 12/41 kB Progress (3): 48/61 kB | 378/530 kB | 12/41 kB Progress (3): 48/61 kB | 378/530 kB | 16/41 kB Progress (3): 48/61 kB | 382/530 kB | 16/41 kB Progress (3): 48/61 kB | 382/530 kB | 20/41 kB Progress (4): 48/61 kB | 382/530 kB | 20/41 kB | 4.1/54 kB Progress (4): 48/61 kB | 382/530 kB | 24/41 kB | 4.1/54 kB Progress (4): 48/61 kB | 386/530 kB | 24/41 kB | 4.1/54 kB Progress (4): 48/61 kB | 386/530 kB | 28/41 kB | 4.1/54 kB Progress (4): 48/61 kB | 386/530 kB | 28/41 kB | 7.7/54 kB Progress (4): 48/61 kB | 386/530 kB | 32/41 kB | 7.7/54 kB Progress (4): 48/61 kB | 390/530 kB | 32/41 kB | 7.7/54 kB Progress (4): 48/61 kB | 390/530 kB | 36/41 kB | 7.7/54 kB Progress (4): 48/61 kB | 390/530 kB | 36/41 kB | 12/54 kB Progress (4): 48/61 kB | 390/530 kB | 40/41 kB | 12/54 kB Progress (4): 48/61 kB | 394/530 kB | 40/41 kB | 12/54 kB Progress (4): 48/61 kB | 394/530 kB | 41 kB | 12/54 kB Progress (4): 48/61 kB | 394/530 kB | 41 kB | 16/54 kB Progress (4): 48/61 kB | 398/530 kB | 41 kB | 16/54 kB Progress (4): 48/61 kB | 398/530 kB | 41 kB | 20/54 kB Progress (4): 48/61 kB | 402/530 kB | 41 kB | 20/54 kB Progress (4): 48/61 kB | 402/530 kB | 41 kB | 24/54 kB Progress (4): 48/61 kB | 406/530 kB | 41 kB | 24/54 kB Progress (4): 48/61 kB | 406/530 kB | 41 kB | 28/54 kB Progress (4): 48/61 kB | 410/530 kB | 41 kB | 28/54 kB Progress (4): 48/61 kB | 410/530 kB | 41 kB | 32/54 kB Progress (4): 48/61 kB | 414/530 kB | 41 kB | 32/54 kB Progress (4): 48/61 kB | 414/530 kB | 41 kB | 36/54 kB Progress (4): 48/61 kB | 418/530 kB | 41 kB | 36/54 kB Progress (4): 48/61 kB | 418/530 kB | 41 kB | 40/54 kB Progress (4): 48/61 kB | 422/530 kB | 41 kB | 40/54 kB Progress (4): 48/61 kB | 422/530 kB | 41 kB | 44/54 kB Progress (4): 48/61 kB | 426/530 kB | 41 kB | 44/54 kB Progress (4): 48/61 kB | 426/530 kB | 41 kB | 48/54 kB Progress (4): 48/61 kB | 430/530 kB | 41 kB | 48/54 kB Progress (4): 48/61 kB | 430/530 kB | 41 kB | 52/54 kB Progress (4): 48/61 kB | 434/530 kB | 41 kB | 52/54 kB Progress (4): 48/61 kB | 434/530 kB | 41 kB | 54 kB Progress (4): 48/61 kB | 438/530 kB | 41 kB | 54 kB Progress (4): 48/61 kB | 442/530 kB | 41 kB | 54 kB Progress (5): 48/61 kB | 442/530 kB | 41 kB | 54 kB | 4.1/74 kB Progress (5): 48/61 kB | 446/530 kB | 41 kB | 54 kB | 4.1/74 kB Progress (5): 48/61 kB | 446/530 kB | 41 kB | 54 kB | 7.7/74 kB Progress (5): 48/61 kB | 450/530 kB | 41 kB | 54 kB | 7.7/74 kB Progress (5): 48/61 kB | 450/530 kB | 41 kB | 54 kB | 12/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 361 kB/s) Progress (4): 48/61 kB | 450/530 kB | 54 kB | 16/74 kB Progress (4): 48/61 kB | 454/530 kB | 54 kB | 16/74 kB Progress (4): 48/61 kB | 454/530 kB | 54 kB | 20/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar Progress (4): 48/61 kB | 454/530 kB | 54 kB | 24/74 kB Progress (4): 48/61 kB | 458/530 kB | 54 kB | 24/74 kB Progress (4): 48/61 kB | 458/530 kB | 54 kB | 28/74 kB Progress (4): 48/61 kB | 462/530 kB | 54 kB | 28/74 kB Progress (4): 48/61 kB | 462/530 kB | 54 kB | 32/74 kB Progress (4): 48/61 kB | 466/530 kB | 54 kB | 32/74 kB Progress (4): 48/61 kB | 466/530 kB | 54 kB | 36/74 kB Progress (4): 48/61 kB | 470/530 kB | 54 kB | 36/74 kB Progress (4): 48/61 kB | 470/530 kB | 54 kB | 40/74 kB Progress (4): 48/61 kB | 474/530 kB | 54 kB | 40/74 kB Progress (4): 48/61 kB | 474/530 kB | 54 kB | 44/74 kB Progress (4): 48/61 kB | 478/530 kB | 54 kB | 44/74 kB Progress (4): 48/61 kB | 478/530 kB | 54 kB | 48/74 kB Progress (4): 48/61 kB | 482/530 kB | 54 kB | 48/74 kB Progress (4): 48/61 kB | 482/530 kB | 54 kB | 52/74 kB Progress (4): 48/61 kB | 486/530 kB | 54 kB | 52/74 kB Progress (4): 48/61 kB | 486/530 kB | 54 kB | 56/74 kB Progress (4): 48/61 kB | 490/530 kB | 54 kB | 56/74 kB Progress (4): 48/61 kB | 490/530 kB | 54 kB | 60/74 kB Progress (4): 48/61 kB | 494/530 kB | 54 kB | 60/74 kB Progress (4): 48/61 kB | 494/530 kB | 54 kB | 64/74 kB Progress (4): 48/61 kB | 498/530 kB | 54 kB | 64/74 kB Progress (4): 48/61 kB | 498/530 kB | 54 kB | 68/74 kB Progress (4): 48/61 kB | 502/530 kB | 54 kB | 68/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 446 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (3): 48/61 kB | 506/530 kB | 68/74 kB Progress (3): 48/61 kB | 506/530 kB | 72/74 kB Progress (3): 48/61 kB | 510/530 kB | 72/74 kB Progress (3): 48/61 kB | 510/530 kB | 74 kB Progress (3): 48/61 kB | 514/530 kB | 74 kB Progress (3): 48/61 kB | 518/530 kB | 74 kB Progress (3): 48/61 kB | 522/530 kB | 74 kB Progress (3): 48/61 kB | 526/530 kB | 74 kB Progress (3): 48/61 kB | 530 kB | 74 kB Progress (4): 48/61 kB | 530 kB | 74 kB | 4.1/24 kB Progress (4): 48/61 kB | 530 kB | 74 kB | 7.7/24 kB Progress (4): 48/61 kB | 530 kB | 74 kB | 12/24 kB Progress (4): 48/61 kB | 530 kB | 74 kB | 16/24 kB Progress (4): 48/61 kB | 530 kB | 74 kB | 20/24 kB Progress (4): 48/61 kB | 530 kB | 74 kB | 24/24 kB Progress (4): 48/61 kB | 530 kB | 74 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 578 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar (530 kB at 4.0 MB/s) Progress (3): 48/61 kB | 24 kB | 4.1/233 kB Progress (3): 48/61 kB | 24 kB | 7.7/233 kB Progress (3): 48/61 kB | 24 kB | 12/233 kB Progress (3): 48/61 kB | 24 kB | 16/233 kB Progress (3): 48/61 kB | 24 kB | 20/233 kB Progress (3): 48/61 kB | 24 kB | 24/233 kB Progress (3): 48/61 kB | 24 kB | 28/233 kB Progress (3): 48/61 kB | 24 kB | 32/233 kB Progress (3): 48/61 kB | 24 kB | 33/233 kB Progress (3): 48/61 kB | 24 kB | 37/233 kB Progress (3): 48/61 kB | 24 kB | 41/233 kB Progress (3): 48/61 kB | 24 kB | 45/233 kB Progress (3): 48/61 kB | 24 kB | 49/233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar (24 kB at 174 kB/s) Progress (2): 48/61 kB | 53/233 kB Progress (2): 48/61 kB | 57/233 kB Progress (2): 48/61 kB | 61/233 kB Progress (2): 48/61 kB | 65/233 kB Progress (2): 48/61 kB | 66/233 kB Progress (2): 48/61 kB | 70/233 kB Progress (2): 48/61 kB | 74/233 kB Progress (2): 48/61 kB | 78/233 kB Progress (2): 48/61 kB | 82/233 kB Progress (2): 48/61 kB | 86/233 kB Progress (2): 48/61 kB | 90/233 kB Progress (2): 48/61 kB | 94/233 kB Progress (2): 48/61 kB | 98/233 kB Progress (2): 48/61 kB | 98/233 kB Progress (2): 48/61 kB | 102/233 kB Progress (2): 48/61 kB | 106/233 kB Progress (2): 48/61 kB | 110/233 kB Progress (2): 48/61 kB | 114/233 kB Progress (2): 48/61 kB | 118/233 kB Progress (2): 48/61 kB | 122/233 kB Progress (2): 48/61 kB | 126/233 kB Progress (2): 48/61 kB | 130/233 kB Progress (2): 48/61 kB | 131/233 kB Progress (2): 48/61 kB | 135/233 kB Progress (2): 48/61 kB | 139/233 kB Progress (2): 48/61 kB | 143/233 kB Progress (2): 48/61 kB | 147/233 kB Progress (2): 48/61 kB | 151/233 kB Progress (2): 48/61 kB | 155/233 kB Progress (2): 48/61 kB | 159/233 kB Progress (2): 48/61 kB | 163/233 kB Progress (2): 48/61 kB | 164/233 kB Progress (2): 48/61 kB | 168/233 kB Progress (2): 48/61 kB | 172/233 kB Progress (2): 48/61 kB | 176/233 kB Progress (2): 48/61 kB | 180/233 kB Progress (2): 48/61 kB | 184/233 kB Progress (2): 48/61 kB | 188/233 kB Progress (2): 48/61 kB | 192/233 kB Progress (2): 48/61 kB | 196/233 kB Progress (2): 48/61 kB | 197/233 kB Progress (2): 48/61 kB | 201/233 kB Progress (2): 48/61 kB | 205/233 kB Progress (2): 48/61 kB | 209/233 kB Progress (2): 48/61 kB | 213/233 kB Progress (2): 48/61 kB | 217/233 kB Progress (2): 48/61 kB | 221/233 kB Progress (2): 48/61 kB | 225/233 kB Progress (2): 48/61 kB | 229/233 kB Progress (2): 48/61 kB | 233/233 kB Progress (2): 48/61 kB | 233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 1.4 MB/s) Progress (1): 52/61 kB Progress (1): 56/61 kB Progress (1): 60/61 kB Progress (1): 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 206 kB/s) [INFO] Reading assembly descriptor: src/assembly/server.xml [WARNING] Cannot include project artifact: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver:pom:4.0.2.201910101100-r; it doesn't have an associated file or directory. /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot.build.properties [WARNING] Cannot include project artifact: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver:pom:4.0.2.201910101100-r; it doesn't have an associated file or directory. /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot.build.properties [WARNING] Cannot include project artifact: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.server-consoleserver:pom:4.0.2.201910101100-r; it doesn't have an associated file or directory. [INFO] Building tar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.0.2-201910101100-r.tar.gz [INFO] [INFO] -------------------< org.eclipse.statet.rj:rj.servi >------------------- [INFO] Building rj.servi 4.0.2.201910101100-r [40/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rj.servi --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rj.servi --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rj.servi --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rj.servi --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rj.servi --- [INFO] [INFO] ---------< org.eclipse.statet.rj:org.eclipse.statet.rj.servi >---------- [INFO] Building org.eclipse.statet.rj.servi 4.0.2.201910101100-r [41/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.servi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.servi --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.servi --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests >------- [INFO] Building org.eclipse.statet.rj.servi.tests 4.0.2.201910101100-r [42/140] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi.tests --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.servi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.servi.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.servi.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.statet.rj.servi.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s - in org.eclipse.statet.rj.servi.pool.JMPoolTest org.eclipse.statet.rj.servi.pool.LocalNodeTest skipped org.eclipse.statet.rj.servi.pool.JMPoolTest skipped Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 2 [INFO] All tests passed! [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.servi.webapp >------ [INFO] Building org.eclipse.statet.rj.servi.webapp 4.0.2.201910101100-r [43/140] [INFO] --------------------------------[ war ]--------------------------------- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 592 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 629 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/32/maven-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.pom Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 2.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/20/apache-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom (16 kB at 793 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 1.7 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 338 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 850 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 570 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 1.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-war-plugin/3.2.2/maven-war-plugin-3.2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.2.2/maven-war-plugin-3.2.2.pom Progress (1): 4.1/9.7 kB Progress (1): 7.7/9.7 kB Progress (1): 9.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.2.2/maven-war-plugin-3.2.2.pom (9.7 kB at 237 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-war-plugin/3.2.2/maven-war-plugin-3.2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.2.2/maven-war-plugin-3.2.2.jar Progress (1): 4.1/91 kB Progress (1): 7.7/91 kB Progress (1): 12/91 kB Progress (1): 16/91 kB Progress (1): 20/91 kB Progress (1): 24/91 kB Progress (1): 28/91 kB Progress (1): 32/91 kB Progress (1): 36/91 kB Progress (1): 40/91 kB Progress (1): 44/91 kB Progress (1): 48/91 kB Progress (1): 52/91 kB Progress (1): 56/91 kB Progress (1): 60/91 kB Progress (1): 64/91 kB Progress (1): 68/91 kB Progress (1): 72/91 kB Progress (1): 76/91 kB Progress (1): 80/91 kB Progress (1): 84/91 kB Progress (1): 88/91 kB Progress (1): 91 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.2.2/maven-war-plugin-3.2.2.jar (91 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.pom (11 kB at 355 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 160 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 451 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 517 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/faces/jakarta.faces-api/2.3.1/jakarta.faces-api-2.3.1.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/faces/jakarta.faces-api/2.3.1/jakarta.faces-api-2.3.1.pom (21 kB at 782 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/mojarra-parent/2.3.9/mojarra-parent-2.3.9.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/mojarra-parent/2.3.9/mojarra-parent-2.3.9.pom (2.3 kB at 69 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 775 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.pom (7.2 kB at 312 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/web/jstl/1.2/jstl-1.2.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/web/jstl/1.2/jstl-1.2.pom (4.5 kB at 148 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 248 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom Progress (1): 157 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom Progress (1): 157 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom (157 B at 7.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.pom (4.4 kB at 120 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/faces/jakarta.faces-api/2.3.1/jakarta.faces-api-2.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar Progress (1): 4.1/73 kB Progress (1): 7.7/73 kB Progress (1): 12/73 kB Progress (1): 16/73 kB Progress (1): 20/73 kB Progress (1): 24/73 kB Progress (1): 28/73 kB Progress (1): 32/73 kB Progress (1): 33/73 kB Progress (1): 37/73 kB Progress (1): 41/73 kB Progress (1): 45/73 kB Progress (1): 49/73 kB Progress (1): 53/73 kB Progress (1): 57/73 kB Progress (1): 61/73 kB Progress (1): 65/73 kB Progress (1): 69/73 kB Progress (1): 73/73 kB Progress (1): 73 kB Progress (2): 73 kB | 4.1/753 kB Progress (2): 73 kB | 7.7/753 kB Progress (3): 73 kB | 7.7/753 kB | 4.1/392 kB Progress (3): 73 kB | 12/753 kB | 4.1/392 kB Progress (3): 73 kB | 12/753 kB | 7.7/392 kB Progress (3): 73 kB | 16/753 kB | 7.7/392 kB Progress (3): 73 kB | 16/753 kB | 12/392 kB Progress (3): 73 kB | 20/753 kB | 12/392 kB Progress (3): 73 kB | 20/753 kB | 16/392 kB Progress (3): 73 kB | 24/753 kB | 16/392 kB Progress (3): 73 kB | 24/753 kB | 20/392 kB Progress (3): 73 kB | 24/753 kB | 24/392 kB Progress (3): 73 kB | 24/753 kB | 28/392 kB Progress (3): 73 kB | 24/753 kB | 32/392 kB Progress (3): 73 kB | 28/753 kB | 32/392 kB Progress (3): 73 kB | 28/753 kB | 36/392 kB Progress (3): 73 kB | 32/753 kB | 36/392 kB Progress (3): 73 kB | 32/753 kB | 40/392 kB Progress (3): 73 kB | 36/753 kB | 40/392 kB Progress (3): 73 kB | 36/753 kB | 44/392 kB Progress (3): 73 kB | 40/753 kB | 44/392 kB Progress (3): 73 kB | 40/753 kB | 48/392 kB Progress (3): 73 kB | 44/753 kB | 48/392 kB Progress (3): 73 kB | 44/753 kB | 52/392 kB Progress (3): 73 kB | 48/753 kB | 52/392 kB Progress (3): 73 kB | 48/753 kB | 56/392 kB Progress (3): 73 kB | 52/753 kB | 56/392 kB Progress (3): 73 kB | 52/753 kB | 60/392 kB Progress (3): 73 kB | 56/753 kB | 60/392 kB Progress (3): 73 kB | 56/753 kB | 64/392 kB Progress (3): 73 kB | 60/753 kB | 64/392 kB Progress (3): 73 kB | 60/753 kB | 68/392 kB Progress (3): 73 kB | 64/753 kB | 68/392 kB Progress (3): 73 kB | 64/753 kB | 72/392 kB Progress (3): 73 kB | 68/753 kB | 72/392 kB Progress (3): 73 kB | 68/753 kB | 76/392 kB Progress (3): 73 kB | 72/753 kB | 76/392 kB Progress (3): 73 kB | 72/753 kB | 80/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar (73 kB at 1.3 MB/s) Progress (3): 72/753 kB | 80/392 kB | 4.1/96 kB Progress (3): 72/753 kB | 84/392 kB | 4.1/96 kB Progress (3): 76/753 kB | 84/392 kB | 4.1/96 kB Progress (3): 76/753 kB | 88/392 kB | 4.1/96 kB Progress (3): 76/753 kB | 88/392 kB | 7.7/96 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar Progress (3): 76/753 kB | 88/392 kB | 12/96 kB Progress (3): 76/753 kB | 92/392 kB | 12/96 kB Progress (4): 76/753 kB | 92/392 kB | 12/96 kB | 4.1/27 kB Progress (4): 80/753 kB | 92/392 kB | 12/96 kB | 4.1/27 kB Progress (4): 80/753 kB | 92/392 kB | 12/96 kB | 7.7/27 kB Progress (4): 80/753 kB | 96/392 kB | 12/96 kB | 7.7/27 kB Progress (4): 80/753 kB | 96/392 kB | 16/96 kB | 7.7/27 kB Progress (4): 80/753 kB | 100/392 kB | 16/96 kB | 7.7/27 kB Progress (4): 80/753 kB | 100/392 kB | 16/96 kB | 12/27 kB Progress (4): 84/753 kB | 100/392 kB | 16/96 kB | 12/27 kB Progress (4): 84/753 kB | 100/392 kB | 16/96 kB | 16/27 kB Progress (4): 84/753 kB | 104/392 kB | 16/96 kB | 16/27 kB Progress (4): 84/753 kB | 104/392 kB | 20/96 kB | 16/27 kB Progress (4): 84/753 kB | 108/392 kB | 20/96 kB | 16/27 kB Progress (4): 84/753 kB | 108/392 kB | 20/96 kB | 20/27 kB Progress (4): 88/753 kB | 108/392 kB | 20/96 kB | 20/27 kB Progress (4): 88/753 kB | 108/392 kB | 20/96 kB | 24/27 kB Progress (4): 88/753 kB | 112/392 kB | 20/96 kB | 24/27 kB Progress (4): 88/753 kB | 112/392 kB | 24/96 kB | 24/27 kB Progress (4): 88/753 kB | 116/392 kB | 24/96 kB | 24/27 kB Progress (4): 88/753 kB | 116/392 kB | 24/96 kB | 27 kB Progress (4): 92/753 kB | 116/392 kB | 24/96 kB | 27 kB Progress (4): 92/753 kB | 120/392 kB | 24/96 kB | 27 kB Progress (4): 92/753 kB | 120/392 kB | 28/96 kB | 27 kB Progress (4): 92/753 kB | 124/392 kB | 28/96 kB | 27 kB Progress (4): 96/753 kB | 124/392 kB | 28/96 kB | 27 kB Progress (4): 96/753 kB | 128/392 kB | 28/96 kB | 27 kB Progress (4): 96/753 kB | 128/392 kB | 32/96 kB | 27 kB Progress (4): 96/753 kB | 132/392 kB | 32/96 kB | 27 kB Progress (4): 96/753 kB | 132/392 kB | 36/96 kB | 27 kB Progress (4): 100/753 kB | 132/392 kB | 36/96 kB | 27 kB Progress (4): 100/753 kB | 132/392 kB | 40/96 kB | 27 kB Progress (4): 100/753 kB | 136/392 kB | 40/96 kB | 27 kB Progress (5): 100/753 kB | 136/392 kB | 40/96 kB | 27 kB | 4.1/105 kB Progress (5): 100/753 kB | 140/392 kB | 40/96 kB | 27 kB | 4.1/105 kB Progress (5): 100/753 kB | 140/392 kB | 44/96 kB | 27 kB | 4.1/105 kB Progress (5): 104/753 kB | 140/392 kB | 44/96 kB | 27 kB | 4.1/105 kB Progress (5): 104/753 kB | 140/392 kB | 48/96 kB | 27 kB | 4.1/105 kB Progress (5): 104/753 kB | 144/392 kB | 48/96 kB | 27 kB | 4.1/105 kB Progress (5): 104/753 kB | 144/392 kB | 48/96 kB | 27 kB | 7.7/105 kB Progress (5): 104/753 kB | 148/392 kB | 48/96 kB | 27 kB | 7.7/105 kB Progress (5): 104/753 kB | 148/392 kB | 52/96 kB | 27 kB | 7.7/105 kB Progress (5): 108/753 kB | 148/392 kB | 52/96 kB | 27 kB | 7.7/105 kB Progress (5): 108/753 kB | 148/392 kB | 56/96 kB | 27 kB | 7.7/105 kB Progress (5): 108/753 kB | 152/392 kB | 56/96 kB | 27 kB | 7.7/105 kB Progress (5): 108/753 kB | 152/392 kB | 56/96 kB | 27 kB | 12/105 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 397 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.jar Progress (4): 108/753 kB | 156/392 kB | 56/96 kB | 12/105 kB Progress (4): 108/753 kB | 156/392 kB | 60/96 kB | 12/105 kB Progress (4): 112/753 kB | 156/392 kB | 60/96 kB | 12/105 kB Progress (4): 112/753 kB | 156/392 kB | 64/96 kB | 12/105 kB Progress (4): 112/753 kB | 160/392 kB | 64/96 kB | 12/105 kB Progress (4): 112/753 kB | 160/392 kB | 64/96 kB | 16/105 kB Progress (4): 112/753 kB | 164/392 kB | 64/96 kB | 16/105 kB Progress (4): 112/753 kB | 164/392 kB | 68/96 kB | 16/105 kB Progress (4): 116/753 kB | 164/392 kB | 68/96 kB | 16/105 kB Progress (4): 116/753 kB | 164/392 kB | 72/96 kB | 16/105 kB Progress (4): 116/753 kB | 168/392 kB | 72/96 kB | 16/105 kB Progress (4): 116/753 kB | 168/392 kB | 72/96 kB | 20/105 kB Progress (4): 116/753 kB | 172/392 kB | 72/96 kB | 20/105 kB Progress (4): 116/753 kB | 172/392 kB | 76/96 kB | 20/105 kB Progress (4): 120/753 kB | 172/392 kB | 76/96 kB | 20/105 kB Progress (4): 120/753 kB | 172/392 kB | 80/96 kB | 20/105 kB Progress (4): 120/753 kB | 176/392 kB | 80/96 kB | 20/105 kB Progress (4): 120/753 kB | 176/392 kB | 80/96 kB | 24/105 kB Progress (4): 120/753 kB | 180/392 kB | 80/96 kB | 24/105 kB Progress (4): 120/753 kB | 180/392 kB | 84/96 kB | 24/105 kB Progress (4): 124/753 kB | 180/392 kB | 84/96 kB | 24/105 kB Progress (4): 124/753 kB | 180/392 kB | 88/96 kB | 24/105 kB Progress (4): 124/753 kB | 184/392 kB | 88/96 kB | 24/105 kB Progress (4): 124/753 kB | 184/392 kB | 88/96 kB | 28/105 kB Progress (4): 124/753 kB | 188/392 kB | 88/96 kB | 28/105 kB Progress (4): 124/753 kB | 188/392 kB | 92/96 kB | 28/105 kB Progress (4): 128/753 kB | 188/392 kB | 92/96 kB | 28/105 kB Progress (4): 128/753 kB | 188/392 kB | 96/96 kB | 28/105 kB Progress (4): 128/753 kB | 192/392 kB | 96/96 kB | 28/105 kB Progress (4): 128/753 kB | 192/392 kB | 96/96 kB | 32/105 kB Progress (4): 128/753 kB | 196/392 kB | 96/96 kB | 32/105 kB Progress (4): 128/753 kB | 196/392 kB | 96 kB | 32/105 kB Progress (4): 132/753 kB | 196/392 kB | 96 kB | 32/105 kB Progress (4): 132/753 kB | 200/392 kB | 96 kB | 32/105 kB Progress (4): 132/753 kB | 200/392 kB | 96 kB | 33/105 kB Progress (4): 132/753 kB | 204/392 kB | 96 kB | 33/105 kB Progress (4): 136/753 kB | 204/392 kB | 96 kB | 33/105 kB Progress (4): 136/753 kB | 208/392 kB | 96 kB | 33/105 kB Progress (4): 136/753 kB | 208/392 kB | 96 kB | 37/105 kB Progress (4): 136/753 kB | 212/392 kB | 96 kB | 37/105 kB Progress (4): 140/753 kB | 212/392 kB | 96 kB | 37/105 kB Progress (4): 140/753 kB | 216/392 kB | 96 kB | 37/105 kB Progress (4): 140/753 kB | 216/392 kB | 96 kB | 41/105 kB Progress (4): 140/753 kB | 220/392 kB | 96 kB | 41/105 kB Progress (4): 144/753 kB | 220/392 kB | 96 kB | 41/105 kB Progress (4): 144/753 kB | 224/392 kB | 96 kB | 41/105 kB Progress (4): 144/753 kB | 224/392 kB | 96 kB | 45/105 kB Progress (4): 144/753 kB | 228/392 kB | 96 kB | 45/105 kB Progress (4): 148/753 kB | 228/392 kB | 96 kB | 45/105 kB Progress (4): 148/753 kB | 232/392 kB | 96 kB | 45/105 kB Progress (4): 148/753 kB | 232/392 kB | 96 kB | 49/105 kB Progress (4): 148/753 kB | 236/392 kB | 96 kB | 49/105 kB Progress (4): 152/753 kB | 236/392 kB | 96 kB | 49/105 kB Progress (4): 152/753 kB | 240/392 kB | 96 kB | 49/105 kB Progress (4): 152/753 kB | 240/392 kB | 96 kB | 53/105 kB Progress (4): 152/753 kB | 244/392 kB | 96 kB | 53/105 kB Progress (4): 156/753 kB | 244/392 kB | 96 kB | 53/105 kB Progress (4): 156/753 kB | 248/392 kB | 96 kB | 53/105 kB Progress (4): 156/753 kB | 248/392 kB | 96 kB | 57/105 kB Progress (4): 156/753 kB | 252/392 kB | 96 kB | 57/105 kB Progress (4): 160/753 kB | 252/392 kB | 96 kB | 57/105 kB Progress (4): 160/753 kB | 256/392 kB | 96 kB | 57/105 kB Progress (4): 160/753 kB | 256/392 kB | 96 kB | 61/105 kB Progress (4): 160/753 kB | 260/392 kB | 96 kB | 61/105 kB Progress (4): 164/753 kB | 260/392 kB | 96 kB | 61/105 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar Progress (3): 168/753 kB | 260/392 kB | 61/105 kB Progress (3): 168/753 kB | 264/392 kB | 61/105 kB Progress (3): 172/753 kB | 264/392 kB | 61/105 kB Progress (3): 172/753 kB | 264/392 kB | 65/105 kB Progress (3): 176/753 kB | 264/392 kB | 65/105 kB Progress (3): 176/753 kB | 268/392 kB | 65/105 kB Progress (3): 180/753 kB | 268/392 kB | 65/105 kB Progress (3): 180/753 kB | 268/392 kB | 66/105 kB Progress (3): 184/753 kB | 268/392 kB | 66/105 kB Progress (3): 184/753 kB | 272/392 kB | 66/105 kB Progress (3): 188/753 kB | 272/392 kB | 66/105 kB Progress (3): 188/753 kB | 272/392 kB | 70/105 kB Progress (3): 192/753 kB | 272/392 kB | 70/105 kB Progress (4): 192/753 kB | 272/392 kB | 70/105 kB | 4.1/101 kB Progress (4): 192/753 kB | 276/392 kB | 70/105 kB | 4.1/101 kB Progress (4): 192/753 kB | 276/392 kB | 70/105 kB | 7.7/101 kB Progress (4): 196/753 kB | 276/392 kB | 70/105 kB | 7.7/101 kB Progress (4): 196/753 kB | 276/392 kB | 74/105 kB | 7.7/101 kB Progress (4): 200/753 kB | 276/392 kB | 74/105 kB | 7.7/101 kB Progress (4): 200/753 kB | 276/392 kB | 74/105 kB | 12/101 kB Progress (4): 200/753 kB | 280/392 kB | 74/105 kB | 12/101 kB Progress (4): 200/753 kB | 280/392 kB | 74/105 kB | 16/101 kB Progress (4): 204/753 kB | 280/392 kB | 74/105 kB | 16/101 kB Progress (4): 204/753 kB | 280/392 kB | 78/105 kB | 16/101 kB Progress (4): 208/753 kB | 280/392 kB | 78/105 kB | 16/101 kB Progress (4): 208/753 kB | 280/392 kB | 78/105 kB | 20/101 kB Progress (4): 208/753 kB | 284/392 kB | 78/105 kB | 20/101 kB Progress (4): 208/753 kB | 284/392 kB | 78/105 kB | 24/101 kB Progress (4): 212/753 kB | 284/392 kB | 78/105 kB | 24/101 kB Progress (4): 212/753 kB | 284/392 kB | 82/105 kB | 24/101 kB Progress (4): 216/753 kB | 284/392 kB | 82/105 kB | 24/101 kB Progress (4): 216/753 kB | 284/392 kB | 82/105 kB | 28/101 kB Progress (4): 216/753 kB | 288/392 kB | 82/105 kB | 28/101 kB Progress (4): 216/753 kB | 288/392 kB | 82/105 kB | 32/101 kB Progress (4): 220/753 kB | 288/392 kB | 82/105 kB | 32/101 kB Progress (4): 220/753 kB | 288/392 kB | 86/105 kB | 32/101 kB Progress (4): 224/753 kB | 288/392 kB | 86/105 kB | 32/101 kB Progress (4): 224/753 kB | 288/392 kB | 86/105 kB | 33/101 kB Progress (4): 224/753 kB | 292/392 kB | 86/105 kB | 33/101 kB Progress (4): 224/753 kB | 292/392 kB | 86/105 kB | 37/101 kB Progress (4): 228/753 kB | 292/392 kB | 86/105 kB | 37/101 kB Progress (4): 228/753 kB | 292/392 kB | 90/105 kB | 37/101 kB Progress (4): 232/753 kB | 292/392 kB | 90/105 kB | 37/101 kB Progress (4): 232/753 kB | 292/392 kB | 90/105 kB | 41/101 kB Progress (4): 232/753 kB | 296/392 kB | 90/105 kB | 41/101 kB Progress (4): 232/753 kB | 296/392 kB | 90/105 kB | 45/101 kB Progress (4): 236/753 kB | 296/392 kB | 90/105 kB | 45/101 kB Progress (4): 236/753 kB | 296/392 kB | 94/105 kB | 45/101 kB Progress (4): 240/753 kB | 296/392 kB | 94/105 kB | 45/101 kB Progress (4): 240/753 kB | 296/392 kB | 94/105 kB | 49/101 kB Progress (4): 240/753 kB | 300/392 kB | 94/105 kB | 49/101 kB Progress (4): 240/753 kB | 300/392 kB | 94/105 kB | 53/101 kB Progress (4): 244/753 kB | 300/392 kB | 94/105 kB | 53/101 kB Progress (4): 244/753 kB | 300/392 kB | 98/105 kB | 53/101 kB Progress (4): 248/753 kB | 300/392 kB | 98/105 kB | 53/101 kB Progress (4): 248/753 kB | 300/392 kB | 98/105 kB | 57/101 kB Progress (4): 248/753 kB | 304/392 kB | 98/105 kB | 57/101 kB Progress (4): 248/753 kB | 304/392 kB | 98/105 kB | 61/101 kB Progress (4): 252/753 kB | 304/392 kB | 98/105 kB | 61/101 kB Progress (4): 252/753 kB | 304/392 kB | 102/105 kB | 61/101 kB Progress (4): 256/753 kB | 304/392 kB | 102/105 kB | 61/101 kB Progress (4): 256/753 kB | 304/392 kB | 102/105 kB | 65/101 kB Progress (4): 256/753 kB | 308/392 kB | 102/105 kB | 65/101 kB Progress (4): 256/753 kB | 308/392 kB | 102/105 kB | 69/101 kB Progress (4): 260/753 kB | 308/392 kB | 102/105 kB | 69/101 kB Progress (4): 260/753 kB | 308/392 kB | 105 kB | 69/101 kB Progress (4): 264/753 kB | 308/392 kB | 105 kB | 69/101 kB Progress (4): 264/753 kB | 308/392 kB | 105 kB | 73/101 kB Progress (4): 264/753 kB | 312/392 kB | 105 kB | 73/101 kB Progress (4): 264/753 kB | 312/392 kB | 105 kB | 77/101 kB Progress (4): 268/753 kB | 312/392 kB | 105 kB | 77/101 kB Progress (4): 268/753 kB | 312/392 kB | 105 kB | 81/101 kB Progress (4): 268/753 kB | 316/392 kB | 105 kB | 81/101 kB Progress (4): 268/753 kB | 316/392 kB | 105 kB | 85/101 kB Progress (4): 272/753 kB | 316/392 kB | 105 kB | 85/101 kB Progress (4): 272/753 kB | 316/392 kB | 105 kB | 89/101 kB Progress (4): 272/753 kB | 320/392 kB | 105 kB | 89/101 kB Progress (4): 272/753 kB | 320/392 kB | 105 kB | 93/101 kB Progress (4): 276/753 kB | 320/392 kB | 105 kB | 93/101 kB Progress (4): 276/753 kB | 320/392 kB | 105 kB | 97/101 kB Progress (4): 276/753 kB | 324/392 kB | 105 kB | 97/101 kB Progress (4): 276/753 kB | 324/392 kB | 105 kB | 101 kB Progress (4): 280/753 kB | 324/392 kB | 105 kB | 101 kB Progress (4): 280/753 kB | 328/392 kB | 105 kB | 101 kB Progress (4): 284/753 kB | 328/392 kB | 105 kB | 101 kB Progress (4): 284/753 kB | 332/392 kB | 105 kB | 101 kB Progress (4): 288/753 kB | 332/392 kB | 105 kB | 101 kB Progress (4): 288/753 kB | 336/392 kB | 105 kB | 101 kB Progress (4): 292/753 kB | 336/392 kB | 105 kB | 101 kB Progress (4): 292/753 kB | 340/392 kB | 105 kB | 101 kB Progress (4): 296/753 kB | 340/392 kB | 105 kB | 101 kB Progress (4): 296/753 kB | 344/392 kB | 105 kB | 101 kB Progress (4): 300/753 kB | 344/392 kB | 105 kB | 101 kB Progress (4): 300/753 kB | 348/392 kB | 105 kB | 101 kB Progress (4): 304/753 kB | 348/392 kB | 105 kB | 101 kB Progress (4): 304/753 kB | 352/392 kB | 105 kB | 101 kB Progress (4): 308/753 kB | 352/392 kB | 105 kB | 101 kB Progress (4): 308/753 kB | 356/392 kB | 105 kB | 101 kB Progress (4): 312/753 kB | 356/392 kB | 105 kB | 101 kB Progress (4): 312/753 kB | 360/392 kB | 105 kB | 101 kB Progress (4): 316/753 kB | 360/392 kB | 105 kB | 101 kB Progress (4): 316/753 kB | 364/392 kB | 105 kB | 101 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (105 kB at 1.1 MB/s) Progress (3): 320/753 kB | 364/392 kB | 101 kB Progress (3): 320/753 kB | 368/392 kB | 101 kB Progress (3): 324/753 kB | 368/392 kB | 101 kB Progress (3): 324/753 kB | 372/392 kB | 101 kB Progress (3): 328/753 kB | 372/392 kB | 101 kB Progress (3): 328/753 kB | 376/392 kB | 101 kB Progress (3): 332/753 kB | 376/392 kB | 101 kB Progress (3): 332/753 kB | 380/392 kB | 101 kB Progress (3): 336/753 kB | 380/392 kB | 101 kB Progress (3): 336/753 kB | 384/392 kB | 101 kB Progress (3): 340/753 kB | 384/392 kB | 101 kB Progress (3): 340/753 kB | 388/392 kB | 101 kB Progress (3): 344/753 kB | 388/392 kB | 101 kB Progress (3): 344/753 kB | 392/392 kB | 101 kB Progress (4): 344/753 kB | 392/392 kB | 101 kB | 4.1/31 kB Progress (4): 348/753 kB | 392/392 kB | 101 kB | 4.1/31 kB Progress (4): 348/753 kB | 392 kB | 101 kB | 4.1/31 kB Progress (4): 352/753 kB | 392 kB | 101 kB | 4.1/31 kB Progress (4): 352/753 kB | 392 kB | 101 kB | 7.7/31 kB Progress (4): 356/753 kB | 392 kB | 101 kB | 7.7/31 kB Progress (4): 356/753 kB | 392 kB | 101 kB | 12/31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.jar (101 kB at 958 kB/s) Progress (3): 356/753 kB | 392 kB | 16/31 kB Progress (3): 360/753 kB | 392 kB | 16/31 kB Progress (3): 360/753 kB | 392 kB | 20/31 kB Progress (3): 364/753 kB | 392 kB | 20/31 kB Progress (3): 364/753 kB | 392 kB | 24/31 kB Progress (3): 368/753 kB | 392 kB | 24/31 kB Progress (3): 368/753 kB | 392 kB | 28/31 kB Progress (3): 372/753 kB | 392 kB | 28/31 kB Progress (3): 372/753 kB | 392 kB | 31 kB Progress (3): 376/753 kB | 392 kB | 31 kB Progress (3): 380/753 kB | 392 kB | 31 kB Progress (3): 384/753 kB | 392 kB | 31 kB Progress (3): 388/753 kB | 392 kB | 31 kB Progress (3): 392/753 kB | 392 kB | 31 kB Progress (3): 396/753 kB | 392 kB | 31 kB Progress (3): 400/753 kB | 392 kB | 31 kB Progress (3): 404/753 kB | 392 kB | 31 kB Progress (3): 408/753 kB | 392 kB | 31 kB Progress (3): 412/753 kB | 392 kB | 31 kB Progress (3): 416/753 kB | 392 kB | 31 kB Progress (3): 420/753 kB | 392 kB | 31 kB Progress (3): 424/753 kB | 392 kB | 31 kB Progress (3): 428/753 kB | 392 kB | 31 kB Progress (3): 432/753 kB | 392 kB | 31 kB Progress (3): 436/753 kB | 392 kB | 31 kB Progress (3): 440/753 kB | 392 kB | 31 kB Progress (3): 444/753 kB | 392 kB | 31 kB Progress (3): 448/753 kB | 392 kB | 31 kB Progress (3): 452/753 kB | 392 kB | 31 kB Progress (3): 456/753 kB | 392 kB | 31 kB Progress (3): 460/753 kB | 392 kB | 31 kB Progress (3): 464/753 kB | 392 kB | 31 kB Progress (3): 468/753 kB | 392 kB | 31 kB Progress (3): 472/753 kB | 392 kB | 31 kB Progress (3): 476/753 kB | 392 kB | 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar (392 kB at 3.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar (31 kB at 268 kB/s) Progress (1): 480/753 kB Progress (1): 484/753 kB Progress (1): 488/753 kB Progress (1): 492/753 kB Progress (1): 496/753 kB Progress (1): 500/753 kB Progress (1): 504/753 kB Progress (1): 508/753 kB Progress (1): 512/753 kB Progress (1): 516/753 kB Progress (1): 520/753 kB Progress (1): 524/753 kB Progress (1): 528/753 kB Progress (1): 532/753 kB Progress (1): 536/753 kB Progress (1): 540/753 kB Progress (1): 544/753 kB Progress (1): 548/753 kB Progress (1): 552/753 kB Progress (1): 556/753 kB Progress (1): 560/753 kB Progress (1): 564/753 kB Progress (1): 568/753 kB Progress (1): 572/753 kB Progress (1): 576/753 kB Progress (1): 580/753 kB Progress (1): 584/753 kB Progress (1): 588/753 kB Progress (1): 592/753 kB Progress (1): 596/753 kB Progress (1): 600/753 kB Progress (1): 604/753 kB Progress (1): 608/753 kB Progress (1): 612/753 kB Progress (1): 616/753 kB Progress (1): 620/753 kB Progress (1): 624/753 kB Progress (1): 628/753 kB Progress (1): 632/753 kB Progress (1): 636/753 kB Progress (1): 640/753 kB Progress (1): 644/753 kB Progress (1): 648/753 kB Progress (1): 652/753 kB Progress (1): 656/753 kB Progress (1): 660/753 kB Progress (1): 664/753 kB Progress (1): 668/753 kB Progress (1): 672/753 kB Progress (1): 676/753 kB Progress (1): 680/753 kB Progress (1): 684/753 kB Progress (1): 688/753 kB Progress (1): 692/753 kB Progress (1): 696/753 kB Progress (1): 700/753 kB Progress (1): 704/753 kB Progress (1): 708/753 kB Progress (1): 712/753 kB Progress (1): 716/753 kB Progress (1): 720/753 kB Progress (1): 724/753 kB Progress (1): 728/753 kB Progress (1): 732/753 kB Progress (1): 736/753 kB Progress (1): 740/753 kB Progress (1): 744/753 kB Progress (1): 748/753 kB Progress (1): 752/753 kB Progress (1): 753 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/faces/jakarta.faces-api/2.3.1/jakarta.faces-api-2.3.1.jar (753 kB at 5.8 MB/s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.statet.rj.servi.webapp --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 352 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 250 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 353 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 831 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 67 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 46 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 214 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 111 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 77 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 50 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 176 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 190 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 160 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 218 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 113 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 587 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Progress (1): 867 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 36 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 208 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 89 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Progress (1): 692 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 2.9 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Progress (1): 771 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 28 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Progress (1): 4.1/39 kB Progress (1): 7.7/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (2): 24/39 kB | 4.1/111 kB Progress (2): 24/39 kB | 7.7/111 kB Progress (2): 24/39 kB | 12/111 kB Progress (3): 24/39 kB | 12/111 kB | 4.1/14 kB Progress (3): 24/39 kB | 16/111 kB | 4.1/14 kB Progress (3): 24/39 kB | 16/111 kB | 7.7/14 kB Progress (3): 24/39 kB | 20/111 kB | 7.7/14 kB Progress (3): 24/39 kB | 20/111 kB | 12/14 kB Progress (3): 24/39 kB | 24/111 kB | 12/14 kB Progress (3): 24/39 kB | 24/111 kB | 14 kB Progress (3): 24/39 kB | 28/111 kB | 14 kB Progress (3): 24/39 kB | 32/111 kB | 14 kB Progress (4): 24/39 kB | 32/111 kB | 14 kB | 4.1/222 kB Progress (5): 24/39 kB | 32/111 kB | 14 kB | 4.1/222 kB | 4.1/167 kB Progress (5): 24/39 kB | 36/111 kB | 14 kB | 4.1/222 kB | 4.1/167 kB Progress (5): 28/39 kB | 36/111 kB | 14 kB | 4.1/222 kB | 4.1/167 kB Progress (5): 28/39 kB | 40/111 kB | 14 kB | 4.1/222 kB | 4.1/167 kB Progress (5): 28/39 kB | 40/111 kB | 14 kB | 4.1/222 kB | 7.7/167 kB Progress (5): 28/39 kB | 40/111 kB | 14 kB | 7.7/222 kB | 7.7/167 kB Progress (5): 28/39 kB | 40/111 kB | 14 kB | 7.7/222 kB | 12/167 kB Progress (5): 28/39 kB | 44/111 kB | 14 kB | 7.7/222 kB | 12/167 kB Progress (5): 32/39 kB | 44/111 kB | 14 kB | 7.7/222 kB | 12/167 kB Progress (5): 32/39 kB | 48/111 kB | 14 kB | 7.7/222 kB | 12/167 kB Progress (5): 32/39 kB | 48/111 kB | 14 kB | 7.7/222 kB | 16/167 kB Progress (5): 32/39 kB | 48/111 kB | 14 kB | 12/222 kB | 16/167 kB Progress (5): 32/39 kB | 48/111 kB | 14 kB | 12/222 kB | 20/167 kB Progress (5): 32/39 kB | 52/111 kB | 14 kB | 12/222 kB | 20/167 kB Progress (5): 36/39 kB | 52/111 kB | 14 kB | 12/222 kB | 20/167 kB Progress (5): 36/39 kB | 56/111 kB | 14 kB | 12/222 kB | 20/167 kB Progress (5): 36/39 kB | 56/111 kB | 14 kB | 12/222 kB | 24/167 kB Progress (5): 36/39 kB | 56/111 kB | 14 kB | 16/222 kB | 24/167 kB Progress (5): 36/39 kB | 56/111 kB | 14 kB | 16/222 kB | 28/167 kB Progress (5): 36/39 kB | 60/111 kB | 14 kB | 16/222 kB | 28/167 kB Progress (5): 39 kB | 60/111 kB | 14 kB | 16/222 kB | 28/167 kB Progress (5): 39 kB | 64/111 kB | 14 kB | 16/222 kB | 28/167 kB Progress (5): 39 kB | 64/111 kB | 14 kB | 16/222 kB | 32/167 kB Progress (5): 39 kB | 64/111 kB | 14 kB | 20/222 kB | 32/167 kB Progress (5): 39 kB | 64/111 kB | 14 kB | 20/222 kB | 36/167 kB Progress (5): 39 kB | 68/111 kB | 14 kB | 20/222 kB | 36/167 kB Progress (5): 39 kB | 68/111 kB | 14 kB | 20/222 kB | 40/167 kB Progress (5): 39 kB | 68/111 kB | 14 kB | 24/222 kB | 40/167 kB Progress (5): 39 kB | 68/111 kB | 14 kB | 24/222 kB | 44/167 kB Progress (5): 39 kB | 72/111 kB | 14 kB | 24/222 kB | 44/167 kB Progress (5): 39 kB | 72/111 kB | 14 kB | 24/222 kB | 48/167 kB Progress (5): 39 kB | 72/111 kB | 14 kB | 28/222 kB | 48/167 kB Progress (5): 39 kB | 72/111 kB | 14 kB | 28/222 kB | 52/167 kB Progress (5): 39 kB | 76/111 kB | 14 kB | 28/222 kB | 52/167 kB Progress (5): 39 kB | 76/111 kB | 14 kB | 28/222 kB | 56/167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 366 kB/s) Progress (4): 39 kB | 76/111 kB | 32/222 kB | 56/167 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Progress (4): 39 kB | 76/111 kB | 32/222 kB | 60/167 kB Progress (4): 39 kB | 80/111 kB | 32/222 kB | 60/167 kB Progress (4): 39 kB | 80/111 kB | 32/222 kB | 64/167 kB Progress (4): 39 kB | 80/111 kB | 36/222 kB | 64/167 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 986 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Progress (3): 80/111 kB | 40/222 kB | 64/167 kB Progress (3): 80/111 kB | 40/222 kB | 68/167 kB Progress (3): 84/111 kB | 40/222 kB | 68/167 kB Progress (3): 84/111 kB | 40/222 kB | 72/167 kB Progress (3): 84/111 kB | 44/222 kB | 72/167 kB Progress (3): 84/111 kB | 44/222 kB | 76/167 kB Progress (3): 88/111 kB | 44/222 kB | 76/167 kB Progress (3): 88/111 kB | 44/222 kB | 80/167 kB Progress (3): 92/111 kB | 44/222 kB | 80/167 kB Progress (3): 92/111 kB | 48/222 kB | 80/167 kB Progress (3): 96/111 kB | 48/222 kB | 80/167 kB Progress (3): 96/111 kB | 48/222 kB | 84/167 kB Progress (3): 100/111 kB | 48/222 kB | 84/167 kB Progress (3): 100/111 kB | 52/222 kB | 84/167 kB Progress (3): 104/111 kB | 52/222 kB | 84/167 kB Progress (3): 104/111 kB | 52/222 kB | 88/167 kB Progress (3): 108/111 kB | 52/222 kB | 88/167 kB Progress (3): 108/111 kB | 52/222 kB | 92/167 kB Progress (3): 108/111 kB | 56/222 kB | 92/167 kB Progress (3): 108/111 kB | 56/222 kB | 96/167 kB Progress (3): 111 kB | 56/222 kB | 96/167 kB Progress (3): 111 kB | 56/222 kB | 100/167 kB Progress (3): 111 kB | 60/222 kB | 100/167 kB Progress (3): 111 kB | 60/222 kB | 104/167 kB Progress (4): 111 kB | 60/222 kB | 104/167 kB | 4.1/317 kB Progress (4): 111 kB | 60/222 kB | 108/167 kB | 4.1/317 kB Progress (4): 111 kB | 64/222 kB | 108/167 kB | 4.1/317 kB Progress (4): 111 kB | 64/222 kB | 112/167 kB | 4.1/317 kB Progress (4): 111 kB | 64/222 kB | 112/167 kB | 7.7/317 kB Progress (4): 111 kB | 68/222 kB | 112/167 kB | 7.7/317 kB Progress (4): 111 kB | 68/222 kB | 112/167 kB | 12/317 kB Progress (4): 111 kB | 68/222 kB | 116/167 kB | 12/317 kB Progress (4): 111 kB | 68/222 kB | 116/167 kB | 16/317 kB Progress (4): 111 kB | 72/222 kB | 116/167 kB | 16/317 kB Progress (4): 111 kB | 72/222 kB | 116/167 kB | 20/317 kB Progress (4): 111 kB | 72/222 kB | 120/167 kB | 20/317 kB Progress (4): 111 kB | 72/222 kB | 120/167 kB | 24/317 kB Progress (4): 111 kB | 76/222 kB | 120/167 kB | 24/317 kB Progress (4): 111 kB | 76/222 kB | 120/167 kB | 28/317 kB Progress (4): 111 kB | 76/222 kB | 124/167 kB | 28/317 kB Progress (4): 111 kB | 76/222 kB | 124/167 kB | 32/317 kB Progress (4): 111 kB | 80/222 kB | 124/167 kB | 32/317 kB Progress (4): 111 kB | 80/222 kB | 124/167 kB | 36/317 kB Progress (4): 111 kB | 80/222 kB | 128/167 kB | 36/317 kB Progress (4): 111 kB | 80/222 kB | 128/167 kB | 40/317 kB Progress (4): 111 kB | 84/222 kB | 128/167 kB | 40/317 kB Progress (4): 111 kB | 84/222 kB | 128/167 kB | 44/317 kB Progress (4): 111 kB | 84/222 kB | 132/167 kB | 44/317 kB Progress (4): 111 kB | 84/222 kB | 132/167 kB | 48/317 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Progress (4): 84/222 kB | 132/167 kB | 48/317 kB | 4.1/27 kB Progress (4): 88/222 kB | 132/167 kB | 48/317 kB | 4.1/27 kB Progress (4): 88/222 kB | 132/167 kB | 48/317 kB | 7.7/27 kB Progress (4): 88/222 kB | 132/167 kB | 52/317 kB | 7.7/27 kB Progress (4): 88/222 kB | 136/167 kB | 52/317 kB | 7.7/27 kB Progress (4): 88/222 kB | 136/167 kB | 56/317 kB | 7.7/27 kB Progress (4): 88/222 kB | 136/167 kB | 56/317 kB | 12/27 kB Progress (4): 92/222 kB | 136/167 kB | 56/317 kB | 12/27 kB Progress (4): 92/222 kB | 136/167 kB | 56/317 kB | 16/27 kB Progress (4): 92/222 kB | 136/167 kB | 60/317 kB | 16/27 kB Progress (4): 92/222 kB | 140/167 kB | 60/317 kB | 16/27 kB Progress (4): 92/222 kB | 140/167 kB | 64/317 kB | 16/27 kB Progress (4): 92/222 kB | 140/167 kB | 64/317 kB | 20/27 kB Progress (4): 96/222 kB | 140/167 kB | 64/317 kB | 20/27 kB Progress (4): 96/222 kB | 140/167 kB | 64/317 kB | 24/27 kB Progress (4): 96/222 kB | 140/167 kB | 68/317 kB | 24/27 kB Progress (4): 96/222 kB | 144/167 kB | 68/317 kB | 24/27 kB Progress (4): 96/222 kB | 144/167 kB | 72/317 kB | 24/27 kB Progress (4): 96/222 kB | 144/167 kB | 72/317 kB | 27 kB Progress (4): 100/222 kB | 144/167 kB | 72/317 kB | 27 kB Progress (4): 100/222 kB | 144/167 kB | 76/317 kB | 27 kB Progress (4): 100/222 kB | 148/167 kB | 76/317 kB | 27 kB Progress (4): 100/222 kB | 148/167 kB | 80/317 kB | 27 kB Progress (4): 104/222 kB | 148/167 kB | 80/317 kB | 27 kB Progress (4): 104/222 kB | 148/167 kB | 84/317 kB | 27 kB Progress (4): 104/222 kB | 152/167 kB | 84/317 kB | 27 kB Progress (4): 104/222 kB | 152/167 kB | 88/317 kB | 27 kB Progress (4): 108/222 kB | 152/167 kB | 88/317 kB | 27 kB Progress (5): 108/222 kB | 152/167 kB | 88/317 kB | 27 kB | 4.1/4.7 kB Progress (5): 108/222 kB | 152/167 kB | 92/317 kB | 27 kB | 4.1/4.7 kB Progress (5): 108/222 kB | 156/167 kB | 92/317 kB | 27 kB | 4.1/4.7 kB Progress (5): 108/222 kB | 156/167 kB | 96/317 kB | 27 kB | 4.1/4.7 kB Progress (5): 108/222 kB | 156/167 kB | 96/317 kB | 27 kB | 4.7 kB Progress (5): 112/222 kB | 156/167 kB | 96/317 kB | 27 kB | 4.7 kB Progress (5): 112/222 kB | 156/167 kB | 100/317 kB | 27 kB | 4.7 kB Progress (5): 112/222 kB | 160/167 kB | 100/317 kB | 27 kB | 4.7 kB Progress (5): 112/222 kB | 160/167 kB | 104/317 kB | 27 kB | 4.7 kB Progress (5): 116/222 kB | 160/167 kB | 104/317 kB | 27 kB | 4.7 kB Progress (5): 116/222 kB | 160/167 kB | 108/317 kB | 27 kB | 4.7 kB Progress (5): 116/222 kB | 164/167 kB | 108/317 kB | 27 kB | 4.7 kB Progress (5): 116/222 kB | 164/167 kB | 112/317 kB | 27 kB | 4.7 kB Progress (5): 120/222 kB | 164/167 kB | 112/317 kB | 27 kB | 4.7 kB Progress (5): 120/222 kB | 164/167 kB | 116/317 kB | 27 kB | 4.7 kB Progress (5): 120/222 kB | 167 kB | 116/317 kB | 27 kB | 4.7 kB Progress (5): 120/222 kB | 167 kB | 120/317 kB | 27 kB | 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 451 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Progress (4): 124/222 kB | 167 kB | 120/317 kB | 4.7 kB Progress (4): 124/222 kB | 167 kB | 124/317 kB | 4.7 kB Progress (4): 128/222 kB | 167 kB | 124/317 kB | 4.7 kB Progress (4): 128/222 kB | 167 kB | 128/317 kB | 4.7 kB Progress (4): 132/222 kB | 167 kB | 128/317 kB | 4.7 kB Progress (4): 132/222 kB | 167 kB | 132/317 kB | 4.7 kB Progress (4): 136/222 kB | 167 kB | 132/317 kB | 4.7 kB Progress (4): 136/222 kB | 167 kB | 136/317 kB | 4.7 kB Progress (4): 140/222 kB | 167 kB | 136/317 kB | 4.7 kB Progress (4): 140/222 kB | 167 kB | 140/317 kB | 4.7 kB Progress (4): 144/222 kB | 167 kB | 140/317 kB | 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 75 kB/s) Progress (3): 144/222 kB | 167 kB | 144/317 kB Progress (3): 148/222 kB | 167 kB | 144/317 kB Progress (3): 148/222 kB | 167 kB | 148/317 kB Progress (3): 152/222 kB | 167 kB | 148/317 kB Progress (3): 152/222 kB | 167 kB | 152/317 kB Progress (3): 156/222 kB | 167 kB | 152/317 kB Progress (3): 156/222 kB | 167 kB | 156/317 kB Progress (3): 160/222 kB | 167 kB | 156/317 kB Progress (3): 160/222 kB | 167 kB | 160/317 kB Progress (3): 164/222 kB | 167 kB | 160/317 kB Progress (3): 164/222 kB | 167 kB | 164/317 kB Progress (3): 164/222 kB | 167 kB | 164/317 kB Progress (3): 164/222 kB | 167 kB | 168/317 kB Progress (3): 168/222 kB | 167 kB | 168/317 kB Progress (3): 168/222 kB | 167 kB | 172/317 kB Progress (3): 172/222 kB | 167 kB | 172/317 kB Progress (3): 172/222 kB | 167 kB | 176/317 kB Progress (3): 176/222 kB | 167 kB | 176/317 kB Progress (3): 176/222 kB | 167 kB | 180/317 kB Progress (3): 180/222 kB | 167 kB | 180/317 kB Progress (3): 180/222 kB | 167 kB | 184/317 kB Progress (3): 184/222 kB | 167 kB | 184/317 kB Progress (3): 184/222 kB | 167 kB | 188/317 kB Progress (3): 188/222 kB | 167 kB | 188/317 kB Progress (3): 188/222 kB | 167 kB | 192/317 kB Progress (3): 192/222 kB | 167 kB | 192/317 kB Progress (3): 192/222 kB | 167 kB | 196/317 kB Progress (3): 196/222 kB | 167 kB | 196/317 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.5 MB/s) Progress (2): 196/222 kB | 200/317 kB Progress (2): 200/222 kB | 200/317 kB Progress (2): 200/222 kB | 204/317 kB Progress (2): 204/222 kB | 204/317 kB Progress (2): 204/222 kB | 208/317 kB Progress (2): 208/222 kB | 208/317 kB Progress (2): 208/222 kB | 212/317 kB Progress (2): 212/222 kB | 212/317 kB Progress (2): 212/222 kB | 216/317 kB Progress (2): 216/222 kB | 216/317 kB Progress (2): 216/222 kB | 220/317 kB Progress (2): 220/222 kB | 220/317 kB Progress (2): 220/222 kB | 224/317 kB Progress (2): 222 kB | 224/317 kB Progress (2): 222 kB | 228/317 kB Progress (2): 222 kB | 232/317 kB Progress (2): 222 kB | 236/317 kB Progress (2): 222 kB | 240/317 kB Progress (2): 222 kB | 244/317 kB Progress (2): 222 kB | 248/317 kB Progress (2): 222 kB | 252/317 kB Progress (2): 222 kB | 256/317 kB Progress (3): 222 kB | 256/317 kB | 4.1/21 kB Progress (3): 222 kB | 260/317 kB | 4.1/21 kB Progress (3): 222 kB | 260/317 kB | 7.7/21 kB Progress (3): 222 kB | 264/317 kB | 7.7/21 kB Progress (3): 222 kB | 264/317 kB | 12/21 kB Progress (3): 222 kB | 268/317 kB | 12/21 kB Progress (3): 222 kB | 268/317 kB | 16/21 kB Progress (3): 222 kB | 272/317 kB | 16/21 kB Progress (3): 222 kB | 272/317 kB | 20/21 kB Progress (3): 222 kB | 276/317 kB | 20/21 kB Progress (3): 222 kB | 276/317 kB | 21 kB Progress (3): 222 kB | 280/317 kB | 21 kB Progress (3): 222 kB | 284/317 kB | 21 kB Progress (3): 222 kB | 288/317 kB | 21 kB Progress (3): 222 kB | 292/317 kB | 21 kB Progress (3): 222 kB | 296/317 kB | 21 kB Progress (3): 222 kB | 300/317 kB | 21 kB Progress (3): 222 kB | 304/317 kB | 21 kB Progress (3): 222 kB | 308/317 kB | 21 kB Progress (3): 222 kB | 312/317 kB | 21 kB Progress (3): 222 kB | 316/317 kB | 21 kB Progress (3): 222 kB | 317 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 3.0 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 4.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 269 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi.webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.statet.rj.servi.webapp --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ org.eclipse.statet.rj.servi.webapp --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 100 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 300 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 92 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 86 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 191 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 490 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 97 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 71 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 105 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 964 B/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 76 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 96 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 288 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 60 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 55 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 50 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 36 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 46 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 124 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 137 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 333 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 838 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 39 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/31 kB Progress (2): 13 kB | 7.7/31 kB Progress (3): 13 kB | 7.7/31 kB | 4.1/118 kB Progress (3): 13 kB | 7.7/31 kB | 7.7/118 kB Progress (3): 13 kB | 7.7/31 kB | 12/118 kB Progress (3): 13 kB | 7.7/31 kB | 16/118 kB Progress (3): 13 kB | 7.7/31 kB | 20/118 kB Progress (3): 13 kB | 7.7/31 kB | 24/118 kB Progress (3): 13 kB | 7.7/31 kB | 28/118 kB Progress (3): 13 kB | 7.7/31 kB | 32/118 kB Progress (3): 13 kB | 12/31 kB | 32/118 kB Progress (4): 13 kB | 12/31 kB | 32/118 kB | 4.1/35 kB Progress (4): 13 kB | 16/31 kB | 32/118 kB | 4.1/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 263 kB/s) Progress (3): 16/31 kB | 36/118 kB | 4.1/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Progress (3): 20/31 kB | 36/118 kB | 4.1/35 kB Progress (4): 20/31 kB | 36/118 kB | 4.1/35 kB | 4.1/263 kB Progress (4): 20/31 kB | 36/118 kB | 7.7/35 kB | 4.1/263 kB Progress (4): 20/31 kB | 36/118 kB | 7.7/35 kB | 7.7/263 kB Progress (4): 24/31 kB | 36/118 kB | 7.7/35 kB | 7.7/263 kB Progress (4): 24/31 kB | 40/118 kB | 7.7/35 kB | 7.7/263 kB Progress (4): 28/31 kB | 40/118 kB | 7.7/35 kB | 7.7/263 kB Progress (4): 28/31 kB | 40/118 kB | 7.7/35 kB | 12/263 kB Progress (4): 28/31 kB | 40/118 kB | 12/35 kB | 12/263 kB Progress (4): 28/31 kB | 40/118 kB | 12/35 kB | 16/263 kB Progress (4): 31 kB | 40/118 kB | 12/35 kB | 16/263 kB Progress (4): 31 kB | 44/118 kB | 12/35 kB | 16/263 kB Progress (4): 31 kB | 44/118 kB | 12/35 kB | 20/263 kB Progress (4): 31 kB | 44/118 kB | 16/35 kB | 20/263 kB Progress (4): 31 kB | 44/118 kB | 16/35 kB | 24/263 kB Progress (4): 31 kB | 48/118 kB | 16/35 kB | 24/263 kB Progress (4): 31 kB | 48/118 kB | 16/35 kB | 28/263 kB Progress (4): 31 kB | 48/118 kB | 20/35 kB | 28/263 kB Progress (4): 31 kB | 48/118 kB | 20/35 kB | 32/263 kB Progress (4): 31 kB | 52/118 kB | 20/35 kB | 32/263 kB Progress (4): 31 kB | 52/118 kB | 20/35 kB | 36/263 kB Progress (4): 31 kB | 52/118 kB | 24/35 kB | 36/263 kB Progress (4): 31 kB | 52/118 kB | 24/35 kB | 40/263 kB Progress (4): 31 kB | 56/118 kB | 24/35 kB | 40/263 kB Progress (4): 31 kB | 56/118 kB | 24/35 kB | 44/263 kB Progress (4): 31 kB | 56/118 kB | 28/35 kB | 44/263 kB Progress (4): 31 kB | 56/118 kB | 28/35 kB | 48/263 kB Progress (4): 31 kB | 60/118 kB | 28/35 kB | 48/263 kB Progress (4): 31 kB | 60/118 kB | 28/35 kB | 52/263 kB Progress (4): 31 kB | 60/118 kB | 32/35 kB | 52/263 kB Progress (4): 31 kB | 60/118 kB | 32/35 kB | 56/263 kB Progress (4): 31 kB | 64/118 kB | 32/35 kB | 56/263 kB Progress (4): 31 kB | 64/118 kB | 32/35 kB | 60/263 kB Progress (4): 31 kB | 64/118 kB | 35 kB | 60/263 kB Progress (4): 31 kB | 64/118 kB | 35 kB | 64/263 kB Progress (4): 31 kB | 68/118 kB | 35 kB | 64/263 kB Progress (4): 31 kB | 68/118 kB | 35 kB | 68/263 kB Progress (4): 31 kB | 72/118 kB | 35 kB | 68/263 kB Progress (5): 31 kB | 72/118 kB | 35 kB | 68/263 kB | 4.1/232 kB Progress (5): 31 kB | 76/118 kB | 35 kB | 68/263 kB | 4.1/232 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 545 kB/s) Progress (4): 76/118 kB | 35 kB | 72/263 kB | 4.1/232 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Progress (4): 80/118 kB | 35 kB | 72/263 kB | 4.1/232 kB Progress (4): 80/118 kB | 35 kB | 72/263 kB | 7.7/232 kB Progress (4): 84/118 kB | 35 kB | 72/263 kB | 7.7/232 kB Progress (4): 84/118 kB | 35 kB | 76/263 kB | 7.7/232 kB Progress (4): 88/118 kB | 35 kB | 76/263 kB | 7.7/232 kB Progress (4): 88/118 kB | 35 kB | 76/263 kB | 12/232 kB Progress (4): 92/118 kB | 35 kB | 76/263 kB | 12/232 kB Progress (4): 92/118 kB | 35 kB | 80/263 kB | 12/232 kB Progress (4): 96/118 kB | 35 kB | 80/263 kB | 12/232 kB Progress (4): 96/118 kB | 35 kB | 80/263 kB | 16/232 kB Progress (4): 100/118 kB | 35 kB | 80/263 kB | 16/232 kB Progress (4): 100/118 kB | 35 kB | 84/263 kB | 16/232 kB Progress (4): 104/118 kB | 35 kB | 84/263 kB | 16/232 kB Progress (4): 104/118 kB | 35 kB | 84/263 kB | 20/232 kB Progress (4): 108/118 kB | 35 kB | 84/263 kB | 20/232 kB Progress (4): 108/118 kB | 35 kB | 88/263 kB | 20/232 kB Progress (4): 112/118 kB | 35 kB | 88/263 kB | 20/232 kB Progress (4): 112/118 kB | 35 kB | 88/263 kB | 24/232 kB Progress (4): 116/118 kB | 35 kB | 88/263 kB | 24/232 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 551 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Progress (3): 116/118 kB | 92/263 kB | 24/232 kB Progress (3): 116/118 kB | 92/263 kB | 28/232 kB Progress (3): 118 kB | 92/263 kB | 28/232 kB Progress (3): 118 kB | 92/263 kB | 32/232 kB Progress (3): 118 kB | 96/263 kB | 32/232 kB Progress (3): 118 kB | 96/263 kB | 36/232 kB Progress (3): 118 kB | 100/263 kB | 36/232 kB Progress (3): 118 kB | 100/263 kB | 40/232 kB Progress (3): 118 kB | 104/263 kB | 40/232 kB Progress (3): 118 kB | 104/263 kB | 44/232 kB Progress (3): 118 kB | 108/263 kB | 44/232 kB Progress (3): 118 kB | 108/263 kB | 48/232 kB Progress (3): 118 kB | 112/263 kB | 48/232 kB Progress (3): 118 kB | 112/263 kB | 52/232 kB Progress (3): 118 kB | 116/263 kB | 52/232 kB Progress (3): 118 kB | 116/263 kB | 56/232 kB Progress (3): 118 kB | 120/263 kB | 56/232 kB Progress (3): 118 kB | 120/263 kB | 60/232 kB Progress (3): 118 kB | 124/263 kB | 60/232 kB Progress (3): 118 kB | 124/263 kB | 64/232 kB Progress (3): 118 kB | 128/263 kB | 64/232 kB Progress (3): 118 kB | 128/263 kB | 68/232 kB Progress (4): 118 kB | 128/263 kB | 68/232 kB | 4.1/89 kB Progress (4): 118 kB | 132/263 kB | 68/232 kB | 4.1/89 kB Progress (4): 118 kB | 132/263 kB | 68/232 kB | 7.7/89 kB Progress (4): 118 kB | 132/263 kB | 72/232 kB | 7.7/89 kB Progress (4): 118 kB | 132/263 kB | 72/232 kB | 12/89 kB Progress (4): 118 kB | 136/263 kB | 72/232 kB | 12/89 kB Progress (4): 118 kB | 136/263 kB | 72/232 kB | 16/89 kB Progress (4): 118 kB | 136/263 kB | 76/232 kB | 16/89 kB Progress (4): 118 kB | 136/263 kB | 76/232 kB | 20/89 kB Progress (4): 118 kB | 140/263 kB | 76/232 kB | 20/89 kB Progress (4): 118 kB | 140/263 kB | 76/232 kB | 24/89 kB Progress (4): 118 kB | 140/263 kB | 80/232 kB | 24/89 kB Progress (4): 118 kB | 140/263 kB | 80/232 kB | 28/89 kB Progress (4): 118 kB | 144/263 kB | 80/232 kB | 28/89 kB Progress (4): 118 kB | 144/263 kB | 80/232 kB | 32/89 kB Progress (4): 118 kB | 144/263 kB | 84/232 kB | 32/89 kB Progress (4): 118 kB | 144/263 kB | 84/232 kB | 33/89 kB Progress (4): 118 kB | 148/263 kB | 84/232 kB | 33/89 kB Progress (4): 118 kB | 148/263 kB | 88/232 kB | 33/89 kB Progress (4): 118 kB | 148/263 kB | 88/232 kB | 37/89 kB Progress (4): 118 kB | 152/263 kB | 88/232 kB | 37/89 kB Progress (4): 118 kB | 152/263 kB | 88/232 kB | 41/89 kB Progress (4): 118 kB | 152/263 kB | 92/232 kB | 41/89 kB Progress (4): 118 kB | 152/263 kB | 92/232 kB | 45/89 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.6 MB/s) Progress (3): 156/263 kB | 92/232 kB | 45/89 kB Progress (4): 156/263 kB | 92/232 kB | 45/89 kB | 4.1/122 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Progress (4): 156/263 kB | 92/232 kB | 49/89 kB | 4.1/122 kB Progress (4): 156/263 kB | 96/232 kB | 49/89 kB | 4.1/122 kB Progress (4): 156/263 kB | 96/232 kB | 53/89 kB | 4.1/122 kB Progress (4): 156/263 kB | 96/232 kB | 53/89 kB | 7.7/122 kB Progress (4): 160/263 kB | 96/232 kB | 53/89 kB | 7.7/122 kB Progress (4): 160/263 kB | 96/232 kB | 53/89 kB | 12/122 kB Progress (4): 160/263 kB | 96/232 kB | 57/89 kB | 12/122 kB Progress (4): 160/263 kB | 100/232 kB | 57/89 kB | 12/122 kB Progress (4): 160/263 kB | 100/232 kB | 61/89 kB | 12/122 kB Progress (4): 160/263 kB | 100/232 kB | 61/89 kB | 16/122 kB Progress (4): 164/263 kB | 100/232 kB | 61/89 kB | 16/122 kB Progress (4): 164/263 kB | 100/232 kB | 61/89 kB | 20/122 kB Progress (4): 164/263 kB | 100/232 kB | 65/89 kB | 20/122 kB Progress (4): 164/263 kB | 104/232 kB | 65/89 kB | 20/122 kB Progress (4): 164/263 kB | 104/232 kB | 69/89 kB | 20/122 kB Progress (4): 164/263 kB | 104/232 kB | 69/89 kB | 24/122 kB Progress (4): 168/263 kB | 104/232 kB | 69/89 kB | 24/122 kB Progress (4): 168/263 kB | 104/232 kB | 69/89 kB | 28/122 kB Progress (4): 168/263 kB | 104/232 kB | 73/89 kB | 28/122 kB Progress (4): 168/263 kB | 108/232 kB | 73/89 kB | 28/122 kB Progress (4): 168/263 kB | 108/232 kB | 77/89 kB | 28/122 kB Progress (4): 168/263 kB | 108/232 kB | 77/89 kB | 32/122 kB Progress (4): 172/263 kB | 108/232 kB | 77/89 kB | 32/122 kB Progress (4): 172/263 kB | 108/232 kB | 77/89 kB | 36/122 kB Progress (4): 172/263 kB | 108/232 kB | 81/89 kB | 36/122 kB Progress (4): 172/263 kB | 112/232 kB | 81/89 kB | 36/122 kB Progress (4): 172/263 kB | 112/232 kB | 85/89 kB | 36/122 kB Progress (4): 172/263 kB | 112/232 kB | 85/89 kB | 40/122 kB Progress (4): 176/263 kB | 112/232 kB | 85/89 kB | 40/122 kB Progress (4): 176/263 kB | 112/232 kB | 85/89 kB | 44/122 kB Progress (5): 176/263 kB | 112/232 kB | 85/89 kB | 44/122 kB | 4.1/49 kB Progress (5): 176/263 kB | 112/232 kB | 89/89 kB | 44/122 kB | 4.1/49 kB Progress (5): 176/263 kB | 116/232 kB | 89/89 kB | 44/122 kB | 4.1/49 kB Progress (5): 176/263 kB | 116/232 kB | 89 kB | 44/122 kB | 4.1/49 kB Progress (5): 176/263 kB | 116/232 kB | 89 kB | 44/122 kB | 7.7/49 kB Progress (5): 176/263 kB | 116/232 kB | 89 kB | 48/122 kB | 7.7/49 kB Progress (5): 180/263 kB | 116/232 kB | 89 kB | 48/122 kB | 7.7/49 kB Progress (5): 180/263 kB | 116/232 kB | 89 kB | 52/122 kB | 7.7/49 kB Progress (5): 180/263 kB | 116/232 kB | 89 kB | 52/122 kB | 12/49 kB Progress (5): 180/263 kB | 120/232 kB | 89 kB | 52/122 kB | 12/49 kB Progress (5): 180/263 kB | 120/232 kB | 89 kB | 52/122 kB | 16/49 kB Progress (5): 180/263 kB | 120/232 kB | 89 kB | 56/122 kB | 16/49 kB Progress (5): 184/263 kB | 120/232 kB | 89 kB | 56/122 kB | 16/49 kB Progress (5): 184/263 kB | 120/232 kB | 89 kB | 60/122 kB | 16/49 kB Progress (5): 184/263 kB | 120/232 kB | 89 kB | 60/122 kB | 20/49 kB Progress (5): 184/263 kB | 124/232 kB | 89 kB | 60/122 kB | 20/49 kB Progress (5): 184/263 kB | 124/232 kB | 89 kB | 60/122 kB | 24/49 kB Progress (5): 184/263 kB | 124/232 kB | 89 kB | 64/122 kB | 24/49 kB Progress (5): 188/263 kB | 124/232 kB | 89 kB | 64/122 kB | 24/49 kB Progress (5): 188/263 kB | 124/232 kB | 89 kB | 68/122 kB | 24/49 kB Progress (5): 188/263 kB | 124/232 kB | 89 kB | 68/122 kB | 28/49 kB Progress (5): 188/263 kB | 128/232 kB | 89 kB | 68/122 kB | 28/49 kB Progress (5): 188/263 kB | 128/232 kB | 89 kB | 68/122 kB | 32/49 kB Progress (5): 188/263 kB | 128/232 kB | 89 kB | 72/122 kB | 32/49 kB Progress (5): 192/263 kB | 128/232 kB | 89 kB | 72/122 kB | 32/49 kB Progress (5): 192/263 kB | 128/232 kB | 89 kB | 76/122 kB | 32/49 kB Progress (5): 192/263 kB | 128/232 kB | 89 kB | 76/122 kB | 36/49 kB Progress (5): 192/263 kB | 132/232 kB | 89 kB | 76/122 kB | 36/49 kB Progress (5): 192/263 kB | 132/232 kB | 89 kB | 76/122 kB | 40/49 kB Progress (5): 192/263 kB | 132/232 kB | 89 kB | 80/122 kB | 40/49 kB Progress (5): 196/263 kB | 132/232 kB | 89 kB | 80/122 kB | 40/49 kB Progress (5): 196/263 kB | 132/232 kB | 89 kB | 84/122 kB | 40/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.0 MB/s) Progress (4): 196/263 kB | 132/232 kB | 84/122 kB | 44/49 kB Progress (4): 196/263 kB | 136/232 kB | 84/122 kB | 44/49 kB Progress (4): 196/263 kB | 136/232 kB | 84/122 kB | 48/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Progress (4): 196/263 kB | 136/232 kB | 88/122 kB | 48/49 kB Progress (4): 200/263 kB | 136/232 kB | 88/122 kB | 48/49 kB Progress (4): 200/263 kB | 136/232 kB | 92/122 kB | 48/49 kB Progress (4): 200/263 kB | 136/232 kB | 92/122 kB | 49 kB Progress (4): 200/263 kB | 140/232 kB | 92/122 kB | 49 kB Progress (4): 200/263 kB | 140/232 kB | 96/122 kB | 49 kB Progress (4): 204/263 kB | 140/232 kB | 96/122 kB | 49 kB Progress (4): 204/263 kB | 140/232 kB | 100/122 kB | 49 kB Progress (4): 204/263 kB | 144/232 kB | 100/122 kB | 49 kB Progress (4): 204/263 kB | 144/232 kB | 104/122 kB | 49 kB Progress (4): 208/263 kB | 144/232 kB | 104/122 kB | 49 kB Progress (4): 208/263 kB | 144/232 kB | 108/122 kB | 49 kB Progress (4): 208/263 kB | 148/232 kB | 108/122 kB | 49 kB Progress (4): 208/263 kB | 148/232 kB | 112/122 kB | 49 kB Progress (4): 212/263 kB | 148/232 kB | 112/122 kB | 49 kB Progress (4): 212/263 kB | 148/232 kB | 116/122 kB | 49 kB Progress (4): 212/263 kB | 152/232 kB | 116/122 kB | 49 kB Progress (4): 212/263 kB | 152/232 kB | 120/122 kB | 49 kB Progress (4): 216/263 kB | 152/232 kB | 120/122 kB | 49 kB Progress (4): 216/263 kB | 152/232 kB | 122 kB | 49 kB Progress (4): 216/263 kB | 156/232 kB | 122 kB | 49 kB Progress (4): 220/263 kB | 156/232 kB | 122 kB | 49 kB Progress (4): 220/263 kB | 160/232 kB | 122 kB | 49 kB Progress (4): 224/263 kB | 160/232 kB | 122 kB | 49 kB Progress (4): 224/263 kB | 164/232 kB | 122 kB | 49 kB Progress (4): 228/263 kB | 164/232 kB | 122 kB | 49 kB Progress (4): 228/263 kB | 168/232 kB | 122 kB | 49 kB Progress (4): 229/263 kB | 168/232 kB | 122 kB | 49 kB Progress (4): 229/263 kB | 172/232 kB | 122 kB | 49 kB Progress (4): 233/263 kB | 172/232 kB | 122 kB | 49 kB Progress (4): 233/263 kB | 176/232 kB | 122 kB | 49 kB Progress (4): 237/263 kB | 176/232 kB | 122 kB | 49 kB Progress (4): 237/263 kB | 180/232 kB | 122 kB | 49 kB Progress (4): 241/263 kB | 180/232 kB | 122 kB | 49 kB Progress (4): 241/263 kB | 184/232 kB | 122 kB | 49 kB Progress (4): 245/263 kB | 184/232 kB | 122 kB | 49 kB Progress (4): 245/263 kB | 188/232 kB | 122 kB | 49 kB Progress (4): 249/263 kB | 188/232 kB | 122 kB | 49 kB Progress (4): 249/263 kB | 192/232 kB | 122 kB | 49 kB Progress (4): 253/263 kB | 192/232 kB | 122 kB | 49 kB Progress (4): 253/263 kB | 196/232 kB | 122 kB | 49 kB Progress (4): 257/263 kB | 196/232 kB | 122 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 512 kB/s) Progress (3): 261/263 kB | 196/232 kB | 122 kB Progress (3): 261/263 kB | 200/232 kB | 122 kB Progress (3): 263 kB | 200/232 kB | 122 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.2 MB/s) Progress (3): 263 kB | 200/232 kB | 4.1/35 kB Progress (3): 263 kB | 204/232 kB | 4.1/35 kB Progress (3): 263 kB | 204/232 kB | 7.7/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Progress (3): 263 kB | 204/232 kB | 12/35 kB Progress (3): 263 kB | 208/232 kB | 12/35 kB Progress (3): 263 kB | 208/232 kB | 16/35 kB Progress (3): 263 kB | 212/232 kB | 16/35 kB Progress (3): 263 kB | 212/232 kB | 20/35 kB Progress (3): 263 kB | 216/232 kB | 20/35 kB Progress (3): 263 kB | 216/232 kB | 24/35 kB Progress (3): 263 kB | 220/232 kB | 24/35 kB Progress (3): 263 kB | 220/232 kB | 28/35 kB Progress (3): 263 kB | 224/232 kB | 28/35 kB Progress (3): 263 kB | 224/232 kB | 32/35 kB Progress (3): 263 kB | 228/232 kB | 32/35 kB Progress (3): 263 kB | 228/232 kB | 35 kB Progress (3): 263 kB | 232/232 kB | 35 kB Progress (3): 263 kB | 232 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Progress (2): 35 kB | 4.1/87 kB Progress (2): 35 kB | 7.7/87 kB Progress (2): 35 kB | 12/87 kB Progress (2): 35 kB | 16/87 kB Progress (2): 35 kB | 20/87 kB Progress (2): 35 kB | 24/87 kB Progress (2): 35 kB | 28/87 kB Progress (2): 35 kB | 32/87 kB Progress (2): 35 kB | 36/87 kB Progress (2): 35 kB | 40/87 kB Progress (3): 35 kB | 40/87 kB | 4.1/58 kB Progress (3): 35 kB | 44/87 kB | 4.1/58 kB Progress (3): 35 kB | 44/87 kB | 7.7/58 kB Progress (3): 35 kB | 48/87 kB | 7.7/58 kB Progress (3): 35 kB | 48/87 kB | 12/58 kB Progress (3): 35 kB | 52/87 kB | 12/58 kB Progress (3): 35 kB | 52/87 kB | 16/58 kB Progress (3): 35 kB | 56/87 kB | 16/58 kB Progress (3): 35 kB | 56/87 kB | 20/58 kB Progress (3): 35 kB | 60/87 kB | 20/58 kB Progress (3): 35 kB | 60/87 kB | 24/58 kB Progress (3): 35 kB | 64/87 kB | 24/58 kB Progress (3): 35 kB | 64/87 kB | 28/58 kB Progress (3): 35 kB | 68/87 kB | 28/58 kB Progress (3): 35 kB | 68/87 kB | 32/58 kB Progress (3): 35 kB | 72/87 kB | 32/58 kB Progress (3): 35 kB | 72/87 kB | 36/58 kB Progress (3): 35 kB | 76/87 kB | 36/58 kB Progress (3): 35 kB | 76/87 kB | 40/58 kB Progress (3): 35 kB | 80/87 kB | 40/58 kB Progress (3): 35 kB | 80/87 kB | 44/58 kB Progress (3): 35 kB | 84/87 kB | 44/58 kB Progress (3): 35 kB | 84/87 kB | 48/58 kB Progress (3): 35 kB | 87 kB | 48/58 kB Progress (3): 35 kB | 87 kB | 52/58 kB Progress (3): 35 kB | 87 kB | 56/58 kB Progress (3): 35 kB | 87 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 297 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 710 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar Progress (2): 58 kB | 4.1/29 kB Progress (2): 58 kB | 7.7/29 kB Progress (3): 58 kB | 7.7/29 kB | 4.1/160 kB Progress (3): 58 kB | 12/29 kB | 4.1/160 kB Progress (3): 58 kB | 12/29 kB | 7.7/160 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 463 kB/s) Progress (2): 16/29 kB | 7.7/160 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Progress (2): 16/29 kB | 12/160 kB Progress (2): 20/29 kB | 12/160 kB Progress (2): 20/29 kB | 16/160 kB Progress (2): 24/29 kB | 16/160 kB Progress (2): 24/29 kB | 20/160 kB Progress (3): 24/29 kB | 20/160 kB | 4.1/21 kB Progress (3): 28/29 kB | 20/160 kB | 4.1/21 kB Progress (3): 28/29 kB | 20/160 kB | 7.7/21 kB Progress (3): 28/29 kB | 24/160 kB | 7.7/21 kB Progress (3): 28/29 kB | 24/160 kB | 12/21 kB Progress (3): 29 kB | 24/160 kB | 12/21 kB Progress (3): 29 kB | 24/160 kB | 16/21 kB Progress (3): 29 kB | 28/160 kB | 16/21 kB Progress (3): 29 kB | 28/160 kB | 20/21 kB Progress (3): 29 kB | 32/160 kB | 20/21 kB Progress (3): 29 kB | 32/160 kB | 21 kB Progress (3): 29 kB | 33/160 kB | 21 kB Progress (3): 29 kB | 37/160 kB | 21 kB Progress (3): 29 kB | 41/160 kB | 21 kB Progress (3): 29 kB | 45/160 kB | 21 kB Progress (3): 29 kB | 49/160 kB | 21 kB Progress (3): 29 kB | 53/160 kB | 21 kB Progress (3): 29 kB | 57/160 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 198 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Progress (3): 57/160 kB | 21 kB | 4.1/10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 140 kB/s) Progress (2): 57/160 kB | 7.7/10 kB Progress (3): 57/160 kB | 7.7/10 kB | 4.1/25 kB Progress (3): 61/160 kB | 7.7/10 kB | 4.1/25 kB Progress (3): 61/160 kB | 7.7/10 kB | 7.7/25 kB Progress (3): 61/160 kB | 10 kB | 7.7/25 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Progress (3): 61/160 kB | 10 kB | 12/25 kB Progress (3): 65/160 kB | 10 kB | 12/25 kB Progress (3): 65/160 kB | 10 kB | 16/25 kB Progress (3): 66/160 kB | 10 kB | 16/25 kB Progress (3): 66/160 kB | 10 kB | 20/25 kB Progress (3): 70/160 kB | 10 kB | 20/25 kB Progress (3): 70/160 kB | 10 kB | 24/25 kB Progress (3): 74/160 kB | 10 kB | 24/25 kB Progress (3): 74/160 kB | 10 kB | 25 kB Progress (3): 78/160 kB | 10 kB | 25 kB Progress (3): 82/160 kB | 10 kB | 25 kB Progress (3): 86/160 kB | 10 kB | 25 kB Progress (3): 90/160 kB | 10 kB | 25 kB Progress (3): 94/160 kB | 10 kB | 25 kB Progress (3): 98/160 kB | 10 kB | 25 kB Progress (3): 102/160 kB | 10 kB | 25 kB Progress (3): 106/160 kB | 10 kB | 25 kB Progress (3): 110/160 kB | 10 kB | 25 kB Progress (3): 114/160 kB | 10 kB | 25 kB Progress (3): 118/160 kB | 10 kB | 25 kB Progress (3): 122/160 kB | 10 kB | 25 kB Progress (3): 126/160 kB | 10 kB | 25 kB Progress (3): 130/160 kB | 10 kB | 25 kB Progress (3): 134/160 kB | 10 kB | 25 kB Progress (3): 138/160 kB | 10 kB | 25 kB Progress (3): 142/160 kB | 10 kB | 25 kB Progress (3): 146/160 kB | 10 kB | 25 kB Progress (3): 150/160 kB | 10 kB | 25 kB Progress (3): 154/160 kB | 10 kB | 25 kB Progress (3): 158/160 kB | 10 kB | 25 kB Progress (3): 160 kB | 10 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Progress (3): 160 kB | 25 kB | 4.1/37 kB Progress (3): 160 kB | 25 kB | 7.7/37 kB Progress (3): 160 kB | 25 kB | 12/37 kB Progress (3): 160 kB | 25 kB | 16/37 kB Progress (3): 160 kB | 25 kB | 20/37 kB Progress (3): 160 kB | 25 kB | 24/37 kB Progress (3): 160 kB | 25 kB | 28/37 kB Progress (3): 160 kB | 25 kB | 32/37 kB Progress (3): 160 kB | 25 kB | 36/37 kB Progress (3): 160 kB | 25 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 153 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 985 kB/s) Progress (2): 37 kB | 4.1/14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Progress (2): 37 kB | 7.7/14 kB Progress (2): 37 kB | 12/14 kB Progress (2): 37 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 214 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar Progress (2): 14 kB | 4.1/10 kB Progress (2): 14 kB | 7.7/10 kB Progress (2): 14 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 77 kB/s) Progress (2): 10 kB | 4.1/38 kB Progress (2): 10 kB | 7.7/38 kB Progress (2): 10 kB | 12/38 kB Progress (2): 10 kB | 16/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 56 kB/s) Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/38 kB Progress (2): 38 kB | 7.7/38 kB Progress (3): 38 kB | 7.7/38 kB | 4.1/14 kB Progress (3): 38 kB | 12/38 kB | 4.1/14 kB Progress (3): 38 kB | 12/38 kB | 7.7/14 kB Progress (3): 38 kB | 16/38 kB | 7.7/14 kB Progress (3): 38 kB | 16/38 kB | 12/14 kB Progress (3): 38 kB | 20/38 kB | 12/14 kB Progress (3): 38 kB | 20/38 kB | 14 kB Progress (3): 38 kB | 24/38 kB | 14 kB Progress (3): 38 kB | 28/38 kB | 14 kB Progress (3): 38 kB | 32/38 kB | 14 kB Progress (3): 38 kB | 36/38 kB | 14 kB Progress (3): 38 kB | 38 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 202 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 74 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 197 kB/s) [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- maven-war-plugin:3.2.2:war (default-war) @ org.eclipse.statet.rj.servi.webapp --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 321 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 303 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 891 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 136 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 88 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 643 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.pom (15 kB at 541 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.10/xstream-parent-1.4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.10/xstream-parent-1.4.10.pom Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.10/xstream-parent-1.4.10.pom (35 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom Progress (1): 386 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom (4.1 kB at 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 57 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar Progress (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (2): 20/165 kB | 4.1/85 kB Progress (2): 24/165 kB | 4.1/85 kB Progress (2): 24/165 kB | 7.7/85 kB Progress (2): 28/165 kB | 7.7/85 kB Progress (3): 28/165 kB | 7.7/85 kB | 4.1/109 kB Progress (3): 32/165 kB | 7.7/85 kB | 4.1/109 kB Progress (3): 32/165 kB | 12/85 kB | 4.1/109 kB Progress (3): 36/165 kB | 12/85 kB | 4.1/109 kB Progress (3): 36/165 kB | 12/85 kB | 7.7/109 kB Progress (3): 40/165 kB | 12/85 kB | 7.7/109 kB Progress (3): 40/165 kB | 16/85 kB | 7.7/109 kB Progress (3): 44/165 kB | 16/85 kB | 7.7/109 kB Progress (3): 44/165 kB | 16/85 kB | 12/109 kB Progress (3): 48/165 kB | 16/85 kB | 12/109 kB Progress (3): 48/165 kB | 20/85 kB | 12/109 kB Progress (3): 48/165 kB | 20/85 kB | 16/109 kB Progress (3): 48/165 kB | 24/85 kB | 16/109 kB Progress (3): 52/165 kB | 24/85 kB | 16/109 kB Progress (3): 52/165 kB | 28/85 kB | 16/109 kB Progress (4): 52/165 kB | 28/85 kB | 16/109 kB | 4.1/191 kB Progress (4): 52/165 kB | 28/85 kB | 20/109 kB | 4.1/191 kB Progress (5): 52/165 kB | 28/85 kB | 20/109 kB | 4.1/191 kB | 4.1/74 kB Progress (5): 52/165 kB | 28/85 kB | 24/109 kB | 4.1/191 kB | 4.1/74 kB Progress (5): 52/165 kB | 28/85 kB | 24/109 kB | 7.7/191 kB | 4.1/74 kB Progress (5): 52/165 kB | 32/85 kB | 24/109 kB | 7.7/191 kB | 4.1/74 kB Progress (5): 56/165 kB | 32/85 kB | 24/109 kB | 7.7/191 kB | 4.1/74 kB Progress (5): 56/165 kB | 36/85 kB | 24/109 kB | 7.7/191 kB | 4.1/74 kB Progress (5): 56/165 kB | 36/85 kB | 24/109 kB | 12/191 kB | 4.1/74 kB Progress (5): 56/165 kB | 36/85 kB | 28/109 kB | 12/191 kB | 4.1/74 kB Progress (5): 56/165 kB | 36/85 kB | 28/109 kB | 12/191 kB | 7.7/74 kB Progress (5): 56/165 kB | 36/85 kB | 32/109 kB | 12/191 kB | 7.7/74 kB Progress (5): 56/165 kB | 36/85 kB | 32/109 kB | 16/191 kB | 7.7/74 kB Progress (5): 56/165 kB | 40/85 kB | 32/109 kB | 16/191 kB | 7.7/74 kB Progress (5): 60/165 kB | 40/85 kB | 32/109 kB | 16/191 kB | 7.7/74 kB Progress (5): 60/165 kB | 44/85 kB | 32/109 kB | 16/191 kB | 7.7/74 kB Progress (5): 60/165 kB | 44/85 kB | 32/109 kB | 20/191 kB | 7.7/74 kB Progress (5): 60/165 kB | 44/85 kB | 36/109 kB | 20/191 kB | 7.7/74 kB Progress (5): 60/165 kB | 44/85 kB | 36/109 kB | 20/191 kB | 12/74 kB Progress (5): 60/165 kB | 44/85 kB | 40/109 kB | 20/191 kB | 12/74 kB Progress (5): 60/165 kB | 44/85 kB | 40/109 kB | 24/191 kB | 12/74 kB Progress (5): 60/165 kB | 48/85 kB | 40/109 kB | 24/191 kB | 12/74 kB Progress (5): 64/165 kB | 48/85 kB | 40/109 kB | 24/191 kB | 12/74 kB Progress (5): 64/165 kB | 52/85 kB | 40/109 kB | 24/191 kB | 12/74 kB Progress (5): 64/165 kB | 52/85 kB | 40/109 kB | 28/191 kB | 12/74 kB Progress (5): 64/165 kB | 52/85 kB | 44/109 kB | 28/191 kB | 12/74 kB Progress (5): 64/165 kB | 52/85 kB | 44/109 kB | 28/191 kB | 16/74 kB Progress (5): 64/165 kB | 52/85 kB | 48/109 kB | 28/191 kB | 16/74 kB Progress (5): 64/165 kB | 52/85 kB | 48/109 kB | 32/191 kB | 16/74 kB Progress (5): 64/165 kB | 56/85 kB | 48/109 kB | 32/191 kB | 16/74 kB Progress (5): 68/165 kB | 56/85 kB | 48/109 kB | 32/191 kB | 16/74 kB Progress (5): 68/165 kB | 60/85 kB | 48/109 kB | 32/191 kB | 16/74 kB Progress (5): 68/165 kB | 60/85 kB | 48/109 kB | 33/191 kB | 16/74 kB Progress (5): 68/165 kB | 60/85 kB | 52/109 kB | 33/191 kB | 16/74 kB Progress (5): 68/165 kB | 60/85 kB | 52/109 kB | 33/191 kB | 20/74 kB Progress (5): 68/165 kB | 60/85 kB | 56/109 kB | 33/191 kB | 20/74 kB Progress (5): 68/165 kB | 60/85 kB | 56/109 kB | 37/191 kB | 20/74 kB Progress (5): 68/165 kB | 64/85 kB | 56/109 kB | 37/191 kB | 20/74 kB Progress (5): 72/165 kB | 64/85 kB | 56/109 kB | 37/191 kB | 20/74 kB Progress (5): 72/165 kB | 68/85 kB | 56/109 kB | 37/191 kB | 20/74 kB Progress (5): 72/165 kB | 68/85 kB | 56/109 kB | 41/191 kB | 20/74 kB Progress (5): 72/165 kB | 68/85 kB | 60/109 kB | 41/191 kB | 20/74 kB Progress (5): 72/165 kB | 68/85 kB | 60/109 kB | 41/191 kB | 24/74 kB Progress (5): 72/165 kB | 68/85 kB | 64/109 kB | 41/191 kB | 24/74 kB Progress (5): 72/165 kB | 68/85 kB | 64/109 kB | 45/191 kB | 24/74 kB Progress (5): 72/165 kB | 72/85 kB | 64/109 kB | 45/191 kB | 24/74 kB Progress (5): 76/165 kB | 72/85 kB | 64/109 kB | 45/191 kB | 24/74 kB Progress (5): 76/165 kB | 76/85 kB | 64/109 kB | 45/191 kB | 24/74 kB Progress (5): 76/165 kB | 76/85 kB | 64/109 kB | 49/191 kB | 24/74 kB Progress (5): 76/165 kB | 76/85 kB | 68/109 kB | 49/191 kB | 24/74 kB Progress (5): 76/165 kB | 76/85 kB | 68/109 kB | 49/191 kB | 28/74 kB Progress (5): 76/165 kB | 76/85 kB | 72/109 kB | 49/191 kB | 28/74 kB Progress (5): 76/165 kB | 76/85 kB | 72/109 kB | 53/191 kB | 28/74 kB Progress (5): 76/165 kB | 80/85 kB | 72/109 kB | 53/191 kB | 28/74 kB Progress (5): 80/165 kB | 80/85 kB | 72/109 kB | 53/191 kB | 28/74 kB Progress (5): 80/165 kB | 84/85 kB | 72/109 kB | 53/191 kB | 28/74 kB Progress (5): 80/165 kB | 84/85 kB | 72/109 kB | 57/191 kB | 28/74 kB Progress (5): 80/165 kB | 84/85 kB | 76/109 kB | 57/191 kB | 28/74 kB Progress (5): 80/165 kB | 84/85 kB | 76/109 kB | 57/191 kB | 32/74 kB Progress (5): 80/165 kB | 84/85 kB | 80/109 kB | 57/191 kB | 32/74 kB Progress (5): 80/165 kB | 84/85 kB | 80/109 kB | 61/191 kB | 32/74 kB Progress (5): 80/165 kB | 85 kB | 80/109 kB | 61/191 kB | 32/74 kB Progress (5): 84/165 kB | 85 kB | 80/109 kB | 61/191 kB | 32/74 kB Progress (5): 84/165 kB | 85 kB | 80/109 kB | 65/191 kB | 32/74 kB Progress (5): 84/165 kB | 85 kB | 84/109 kB | 65/191 kB | 32/74 kB Progress (5): 84/165 kB | 85 kB | 84/109 kB | 65/191 kB | 36/74 kB Progress (5): 84/165 kB | 85 kB | 88/109 kB | 65/191 kB | 36/74 kB Progress (5): 84/165 kB | 85 kB | 88/109 kB | 69/191 kB | 36/74 kB Progress (5): 88/165 kB | 85 kB | 88/109 kB | 69/191 kB | 36/74 kB Progress (5): 88/165 kB | 85 kB | 88/109 kB | 73/191 kB | 36/74 kB Progress (5): 88/165 kB | 85 kB | 92/109 kB | 73/191 kB | 36/74 kB Progress (5): 88/165 kB | 85 kB | 92/109 kB | 73/191 kB | 40/74 kB Progress (5): 88/165 kB | 85 kB | 96/109 kB | 73/191 kB | 40/74 kB Progress (5): 88/165 kB | 85 kB | 96/109 kB | 77/191 kB | 40/74 kB Progress (5): 92/165 kB | 85 kB | 96/109 kB | 77/191 kB | 40/74 kB Progress (5): 92/165 kB | 85 kB | 96/109 kB | 81/191 kB | 40/74 kB Progress (5): 92/165 kB | 85 kB | 100/109 kB | 81/191 kB | 40/74 kB Progress (5): 92/165 kB | 85 kB | 100/109 kB | 81/191 kB | 44/74 kB Progress (5): 92/165 kB | 85 kB | 104/109 kB | 81/191 kB | 44/74 kB Progress (5): 92/165 kB | 85 kB | 104/109 kB | 85/191 kB | 44/74 kB Progress (5): 96/165 kB | 85 kB | 104/109 kB | 85/191 kB | 44/74 kB Progress (5): 96/165 kB | 85 kB | 104/109 kB | 89/191 kB | 44/74 kB Progress (5): 96/165 kB | 85 kB | 108/109 kB | 89/191 kB | 44/74 kB Progress (5): 96/165 kB | 85 kB | 108/109 kB | 89/191 kB | 48/74 kB Progress (5): 96/165 kB | 85 kB | 109 kB | 89/191 kB | 48/74 kB Progress (5): 96/165 kB | 85 kB | 109 kB | 93/191 kB | 48/74 kB Progress (5): 100/165 kB | 85 kB | 109 kB | 93/191 kB | 48/74 kB Progress (5): 100/165 kB | 85 kB | 109 kB | 97/191 kB | 48/74 kB Progress (5): 100/165 kB | 85 kB | 109 kB | 97/191 kB | 52/74 kB Progress (5): 100/165 kB | 85 kB | 109 kB | 101/191 kB | 52/74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 1.9 MB/s) Progress (4): 104/165 kB | 109 kB | 101/191 kB | 52/74 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.jar Progress (4): 104/165 kB | 109 kB | 105/191 kB | 52/74 kB Progress (4): 104/165 kB | 109 kB | 105/191 kB | 56/74 kB Progress (4): 104/165 kB | 109 kB | 109/191 kB | 56/74 kB Progress (4): 108/165 kB | 109 kB | 109/191 kB | 56/74 kB Progress (4): 108/165 kB | 109 kB | 113/191 kB | 56/74 kB Progress (4): 108/165 kB | 109 kB | 113/191 kB | 60/74 kB Progress (4): 108/165 kB | 109 kB | 117/191 kB | 60/74 kB Progress (4): 112/165 kB | 109 kB | 117/191 kB | 60/74 kB Progress (4): 112/165 kB | 109 kB | 121/191 kB | 60/74 kB Progress (4): 112/165 kB | 109 kB | 121/191 kB | 64/74 kB Progress (4): 112/165 kB | 109 kB | 125/191 kB | 64/74 kB Progress (4): 116/165 kB | 109 kB | 125/191 kB | 64/74 kB Progress (4): 116/165 kB | 109 kB | 129/191 kB | 64/74 kB Progress (4): 116/165 kB | 109 kB | 129/191 kB | 68/74 kB Progress (4): 116/165 kB | 109 kB | 133/191 kB | 68/74 kB Progress (4): 120/165 kB | 109 kB | 133/191 kB | 68/74 kB Progress (4): 120/165 kB | 109 kB | 137/191 kB | 68/74 kB Progress (4): 120/165 kB | 109 kB | 137/191 kB | 72/74 kB Progress (4): 120/165 kB | 109 kB | 141/191 kB | 72/74 kB Progress (4): 124/165 kB | 109 kB | 141/191 kB | 72/74 kB Progress (4): 124/165 kB | 109 kB | 145/191 kB | 72/74 kB Progress (4): 124/165 kB | 109 kB | 145/191 kB | 74 kB Progress (4): 124/165 kB | 109 kB | 149/191 kB | 74 kB Progress (4): 128/165 kB | 109 kB | 149/191 kB | 74 kB Progress (4): 128/165 kB | 109 kB | 153/191 kB | 74 kB Progress (4): 132/165 kB | 109 kB | 153/191 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar Progress (3): 136/165 kB | 153/191 kB | 74 kB Progress (3): 136/165 kB | 157/191 kB | 74 kB Progress (3): 140/165 kB | 157/191 kB | 74 kB Progress (3): 140/165 kB | 161/191 kB | 74 kB Progress (3): 144/165 kB | 161/191 kB | 74 kB Progress (3): 144/165 kB | 165/191 kB | 74 kB Progress (3): 148/165 kB | 165/191 kB | 74 kB Progress (3): 148/165 kB | 169/191 kB | 74 kB Progress (3): 152/165 kB | 169/191 kB | 74 kB Progress (3): 152/165 kB | 173/191 kB | 74 kB Progress (3): 156/165 kB | 173/191 kB | 74 kB Progress (3): 156/165 kB | 177/191 kB | 74 kB Progress (3): 160/165 kB | 177/191 kB | 74 kB Progress (3): 160/165 kB | 181/191 kB | 74 kB Progress (3): 164/165 kB | 181/191 kB | 74 kB Progress (3): 164/165 kB | 185/191 kB | 74 kB Progress (3): 165 kB | 185/191 kB | 74 kB Progress (3): 165 kB | 189/191 kB | 74 kB Progress (3): 165 kB | 191 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Progress (3): 165 kB | 191 kB | 4.1/590 kB Progress (3): 165 kB | 191 kB | 7.7/590 kB Progress (3): 165 kB | 191 kB | 12/590 kB Progress (3): 165 kB | 191 kB | 16/590 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 2.8 MB/s) Progress (2): 191 kB | 20/590 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar Progress (2): 191 kB | 24/590 kB Progress (3): 191 kB | 24/590 kB | 4.1/7.2 kB Progress (3): 191 kB | 28/590 kB | 4.1/7.2 kB Progress (3): 191 kB | 28/590 kB | 7.2 kB Progress (3): 191 kB | 32/590 kB | 7.2 kB Progress (3): 191 kB | 36/590 kB | 7.2 kB Progress (3): 191 kB | 40/590 kB | 7.2 kB Progress (3): 191 kB | 44/590 kB | 7.2 kB Progress (3): 191 kB | 48/590 kB | 7.2 kB Progress (3): 191 kB | 52/590 kB | 7.2 kB Progress (3): 191 kB | 56/590 kB | 7.2 kB Progress (3): 191 kB | 60/590 kB | 7.2 kB Progress (3): 191 kB | 64/590 kB | 7.2 kB Progress (3): 191 kB | 68/590 kB | 7.2 kB Progress (3): 191 kB | 72/590 kB | 7.2 kB Progress (3): 191 kB | 76/590 kB | 7.2 kB Progress (3): 191 kB | 80/590 kB | 7.2 kB Progress (3): 191 kB | 84/590 kB | 7.2 kB Progress (3): 191 kB | 88/590 kB | 7.2 kB Progress (3): 191 kB | 92/590 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 3.1 MB/s) Progress (2): 96/590 kB | 7.2 kB Progress (2): 100/590 kB | 7.2 kB Progress (2): 104/590 kB | 7.2 kB Progress (2): 108/590 kB | 7.2 kB Progress (2): 112/590 kB | 7.2 kB Progress (2): 116/590 kB | 7.2 kB Progress (2): 120/590 kB | 7.2 kB Progress (2): 124/590 kB | 7.2 kB Progress (2): 128/590 kB | 7.2 kB Progress (2): 132/590 kB | 7.2 kB Progress (2): 136/590 kB | 7.2 kB Progress (2): 140/590 kB | 7.2 kB Progress (2): 144/590 kB | 7.2 kB Progress (2): 148/590 kB | 7.2 kB Progress (2): 152/590 kB | 7.2 kB Progress (2): 156/590 kB | 7.2 kB Progress (2): 160/590 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 109 kB/s) Progress (1): 164/590 kB Progress (1): 168/590 kB Progress (1): 172/590 kB Progress (1): 176/590 kB Progress (1): 180/590 kB Progress (2): 180/590 kB | 4.1/25 kB Progress (2): 184/590 kB | 4.1/25 kB Progress (2): 184/590 kB | 7.7/25 kB Progress (2): 188/590 kB | 7.7/25 kB Progress (2): 188/590 kB | 12/25 kB Progress (2): 192/590 kB | 12/25 kB Progress (2): 192/590 kB | 16/25 kB Progress (2): 196/590 kB | 16/25 kB Progress (2): 196/590 kB | 20/25 kB Progress (2): 200/590 kB | 20/25 kB Progress (2): 200/590 kB | 24/25 kB Progress (2): 204/590 kB | 24/25 kB Progress (2): 204/590 kB | 25 kB Progress (2): 208/590 kB | 25 kB Progress (2): 212/590 kB | 25 kB Progress (2): 216/590 kB | 25 kB Progress (2): 220/590 kB | 25 kB Progress (2): 224/590 kB | 25 kB Progress (2): 228/590 kB | 25 kB Progress (2): 232/590 kB | 25 kB Progress (2): 236/590 kB | 25 kB Progress (2): 240/590 kB | 25 kB Progress (2): 244/590 kB | 25 kB Progress (2): 248/590 kB | 25 kB Progress (2): 252/590 kB | 25 kB Progress (2): 256/590 kB | 25 kB Progress (2): 260/590 kB | 25 kB Progress (2): 264/590 kB | 25 kB Progress (2): 268/590 kB | 25 kB Progress (2): 272/590 kB | 25 kB Progress (2): 276/590 kB | 25 kB Progress (2): 280/590 kB | 25 kB Progress (2): 284/590 kB | 25 kB Progress (2): 288/590 kB | 25 kB Progress (2): 292/590 kB | 25 kB Progress (2): 296/590 kB | 25 kB Progress (2): 300/590 kB | 25 kB Progress (2): 304/590 kB | 25 kB Progress (2): 308/590 kB | 25 kB Progress (2): 312/590 kB | 25 kB Progress (2): 316/590 kB | 25 kB Progress (2): 320/590 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 342 kB/s) Progress (1): 324/590 kB Progress (1): 328/590 kB Progress (1): 332/590 kB Progress (1): 336/590 kB Progress (1): 340/590 kB Progress (1): 344/590 kB Progress (1): 348/590 kB Progress (1): 352/590 kB Progress (1): 356/590 kB Progress (1): 360/590 kB Progress (1): 364/590 kB Progress (1): 368/590 kB Progress (1): 372/590 kB Progress (1): 376/590 kB Progress (1): 380/590 kB Progress (1): 384/590 kB Progress (1): 388/590 kB Progress (1): 392/590 kB Progress (1): 396/590 kB Progress (1): 400/590 kB Progress (1): 404/590 kB Progress (1): 408/590 kB Progress (1): 412/590 kB Progress (1): 416/590 kB Progress (1): 420/590 kB Progress (1): 424/590 kB Progress (1): 428/590 kB Progress (1): 432/590 kB Progress (1): 436/590 kB Progress (1): 440/590 kB Progress (1): 444/590 kB Progress (1): 448/590 kB Progress (1): 452/590 kB Progress (1): 456/590 kB Progress (1): 460/590 kB Progress (2): 460/590 kB | 4.1/11 kB Progress (2): 464/590 kB | 4.1/11 kB Progress (2): 464/590 kB | 7.7/11 kB Progress (2): 468/590 kB | 7.7/11 kB Progress (2): 468/590 kB | 11 kB Progress (2): 472/590 kB | 11 kB Progress (2): 476/590 kB | 11 kB Progress (2): 480/590 kB | 11 kB Progress (2): 484/590 kB | 11 kB Progress (2): 488/590 kB | 11 kB Progress (2): 492/590 kB | 11 kB Progress (2): 496/590 kB | 11 kB Progress (2): 500/590 kB | 11 kB Progress (2): 504/590 kB | 11 kB Progress (2): 508/590 kB | 11 kB Progress (2): 512/590 kB | 11 kB Progress (2): 516/590 kB | 11 kB Progress (2): 520/590 kB | 11 kB Progress (2): 524/590 kB | 11 kB Progress (2): 528/590 kB | 11 kB Progress (2): 532/590 kB | 11 kB Progress (2): 536/590 kB | 11 kB Progress (2): 540/590 kB | 11 kB Progress (2): 544/590 kB | 11 kB Progress (2): 548/590 kB | 11 kB Progress (2): 552/590 kB | 11 kB Progress (2): 556/590 kB | 11 kB Progress (2): 560/590 kB | 11 kB Progress (2): 564/590 kB | 11 kB Progress (2): 568/590 kB | 11 kB Progress (2): 572/590 kB | 11 kB Progress (2): 576/590 kB | 11 kB Progress (2): 580/590 kB | 11 kB Progress (2): 584/590 kB | 11 kB Progress (2): 588/590 kB | 11 kB Progress (2): 590 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.jar (590 kB at 6.6 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar (11 kB at 118 kB/s) [INFO] Packaging webapp [INFO] Assembling webapp [org.eclipse.statet.rj.servi.webapp] in [/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/org.eclipse.statet.rj.servi.webapp-4.0.2.201910101100-r] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/src/main/webapp] [INFO] Webapp assembled in [46 msecs] [INFO] Building war: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/rservi.war [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.webapp --- [INFO] [INFO] -------------< org.eclipse.statet.rj-assemblies:rj.servi >-------------- [INFO] Building rj.servi 4.0.2.201910101100-r [44/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rj.servi --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rj.servi --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rj.servi --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rj.servi --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rj.servi --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rj.servi --- [INFO] [INFO] ------------------< org.eclipse.statet.rj:rj.eclient >------------------ [INFO] Building rj.eclient 4.0.2.201910101100-r [45/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rj.eclient --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rj.eclient --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rj.eclient --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rj.eclient --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rj.eclient --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core >------ [INFO] Building org.eclipse.statet.rj.eclient.core 4.0.2.201910101100-r [46/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.eclient.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.eclient.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.eclient.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.eclient.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.eclient.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient.core --- [INFO] [INFO] --------< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient >--------- [INFO] Building org.eclipse.statet.rj.eclient 4.0.2.201910101100-r [47/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.eclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.eclient --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.eclient --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.eclient --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics >---- [INFO] Building org.eclipse.statet.rj.eclient.graphics 4.0.2.201910101100-r [48/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient.graphics --- [INFO] [INFO] ------------< org.eclipse.statet.rj-assemblies:rj.eclient >------------- [INFO] Building rj.eclient 4.0.2.201910101100-r [49/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rj.eclient --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rj.eclient --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rj.eclient --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rj.eclient --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rj.eclient --- [INFO] [INFO] ---< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient >--- [INFO] Building org.eclipse.statet.rj.eclient 4.0.2.201910101100-r [50/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.eclient --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.eclient --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.eclient --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.eclient --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient --- [INFO] [INFO] ---< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e >--- [INFO] Building org.eclipse.statet.rj.servi.e 4.0.2.201910101100-r [51/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.e --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.servi.e --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi.e --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.servi.e --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.e --- [INFO] [INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository >-- [INFO] Building Eclipse StatET RJ - RServi 4.0.2.201910101100-r [52/140] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.repository --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.rj.servi.repository --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 116 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 7.7/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Progress (2): 13 kB | 33/226 kB Progress (2): 13 kB | 37/226 kB Progress (2): 13 kB | 41/226 kB Progress (2): 13 kB | 45/226 kB Progress (2): 13 kB | 49/226 kB Progress (2): 13 kB | 53/226 kB Progress (2): 13 kB | 57/226 kB Progress (2): 13 kB | 61/226 kB Progress (2): 13 kB | 65/226 kB Progress (2): 13 kB | 69/226 kB Progress (2): 13 kB | 73/226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 714 kB/s) Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 89/226 kB Progress (1): 93/226 kB Progress (1): 97/226 kB Progress (1): 101/226 kB Progress (1): 105/226 kB Progress (1): 109/226 kB Progress (1): 113/226 kB Progress (1): 117/226 kB Progress (1): 121/226 kB Progress (1): 125/226 kB Progress (1): 129/226 kB Progress (1): 133/226 kB Progress (1): 137/226 kB Progress (1): 141/226 kB Progress (1): 145/226 kB Progress (1): 149/226 kB Progress (1): 153/226 kB Progress (1): 157/226 kB Progress (1): 161/226 kB Progress (1): 165/226 kB Progress (1): 169/226 kB Progress (1): 173/226 kB Progress (1): 177/226 kB Progress (1): 181/226 kB Progress (1): 185/226 kB Progress (1): 189/226 kB Progress (1): 193/226 kB Progress (1): 197/226 kB Progress (1): 201/226 kB Progress (1): 205/226 kB Progress (1): 209/226 kB Progress (1): 213/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 6.3 MB/s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.servi.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.rj.servi.repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.statet.rj.servi.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/target/org.eclipse.statet.rj.servi.repository-4.0.2.201910101100-r.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.repository --- [INFO] [INFO] -----------------< org.eclipse.statet.rj:rj.examples >------------------ [INFO] Building rj.examples 4.0.2.201910101100-r [53/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rj.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rj.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rj.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rj.examples --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rj.examples --- [INFO] [INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo >------ [INFO] Building org.eclipse.statet.rj.example.demo 4.0.2.201910101100-r [54/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.demo --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.example.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.example.demo --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.demo --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.example.demo --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.example.demo --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.example.demo --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.demo --- [INFO] [INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1 >---- [INFO] Building org.eclipse.statet.rj.example.rcpdemo1 4.0.2.201910101100-r [55/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo1 --- [INFO] [INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2 >---- [INFO] Building org.eclipse.statet.rj.example.rcpdemo2 4.0.2.201910101100-r [56/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] ------------< org.eclipse.statet.rj-assemblies:rj.examples >------------ [INFO] Building rj.examples 4.0.2.201910101100-r [57/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rj.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rj.examples --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rj.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rj.examples --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rj.examples --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rj.examples --- [INFO] [INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2 >-- [INFO] Building org.eclipse.statet.rj.example.rcpdemo2 4.0.2.201910101100-r [58/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 --- [INFO] [INFO] --------------< org.eclipse.statet.rj-assemblies:rcpdemo >-------------- [INFO] Building rcpdemo 4.0.2.201910101100-r [59/140] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rcpdemo --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ rcpdemo --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rcpdemo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rcpdemo --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ rcpdemo --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ rcpdemo --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/rcpdemo-4.0.2.201910101100-r.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rcpdemo --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rcpdemo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rcpdemo --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rcpdemo --- [INFO] [INFO] --- tycho-p2-director-plugin:1.3.0:materialize-products (materialize-prodcuts) @ rcpdemo --- [INFO] Installing product rcpdemo for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/linux/gtk/x86_64 Installing rcpdemo 4.0.2.201910101100-r. Operation completed in 1511 ms. [INFO] Installing product rcpdemo for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/win32/win32/x86_64 Installing rcpdemo 4.0.2.201910101100-r. Operation completed in 1254 ms. [INFO] Installing product rcpdemo for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo/macosx/cocoa/x86_64/Eclipse.app Installing rcpdemo 4.0.2.201910101100-r. Operation completed in 1189 ms. [INFO] [INFO] --- tycho-p2-director-plugin:1.3.0:archive-products (archive-prodcuts) @ rcpdemo --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/products/rcpdemo-macosx.cocoa.x86_64.zip [INFO] [INFO] --------< org.eclipse.statet-releng:org.eclipse.statet-eutils >--------- [INFO] Building org.eclipse.statet-eutils 4.0.2.201910101100-r [60/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet-eutils --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-eutils --- [INFO] [INFO] ----------------< org.eclipse.statet.eutils:autonature >---------------- [INFO] Building autonature 4.0.2.201910101100-r [61/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ autonature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ autonature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ autonature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ autonature --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ autonature --- [INFO] [INFO] ---< org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature >--- [INFO] Building org.eclipse.statet.eutils.autonature 4.0.2.201910101100-r [62/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autonature --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.eutils.autonature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.eutils.autonature --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.eutils.autonature --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.eutils.autonature --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.eutils.autonature --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.eutils.autonature --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] ----------< org.eclipse.statet.eutils-assemblies:autonature >----------- [INFO] Building autonature 4.0.2.201910101100-r [63/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ autonature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ autonature --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ autonature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ autonature --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ autonature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ autonature --- [INFO] [INFO] --< org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature >-- [INFO] Building org.eclipse.statet.eutils.autonature 4.0.2.201910101100-r [64/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autonature --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.eutils.autonature --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.eutils.autonature --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature --- [INFO] [INFO] -----------------< org.eclipse.statet.eutils:autorun >------------------ [INFO] Building autorun 4.0.2.201910101100-r [65/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ autorun --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ autorun --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ autorun --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ autorun --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ autorun --- [INFO] [INFO] ----< org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun >----- [INFO] Building org.eclipse.statet.eutils.autorun 4.0.2.201910101100-r [66/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autorun --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.eutils.autorun --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.eutils.autorun --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.eutils.autorun --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.eutils.autorun --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.eutils.autorun --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.eutils.autorun --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] ------------< org.eclipse.statet.eutils-assemblies:autorun >------------ [INFO] Building autorun 4.0.2.201910101100-r [67/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ autorun --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ autorun --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ autorun --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ autorun --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ autorun --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ autorun --- [INFO] [INFO] --< org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun >-- [INFO] Building org.eclipse.statet.eutils.autorun 4.0.2.201910101100-r [68/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autorun --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.eutils.autorun --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.eutils.autorun --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun --- [INFO] [INFO] ----------< org.eclipse.statet-releng:org.eclipse.statet-ltk >---------- [INFO] Building org.eclipse.statet-ltk 4.0.2.201910101100-r [69/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet-ltk --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-ltk --- [INFO] [INFO] ---------------------< org.eclipse.statet.ltk:ltk >--------------------- [INFO] Building ltk 4.0.2.201910101100-r [70/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ ltk --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ ltk --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ ltk --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ ltk --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ ltk --- [INFO] [INFO] -----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk >------------ [INFO] Building org.eclipse.statet.ltk 4.0.2.201910101100-r [71/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ltk --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ltk --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk --- [INFO] [INFO] ---------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.core >--------- [INFO] Building org.eclipse.statet.ltk.core 4.0.2.201910101100-r [72/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ltk.core --- [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ltk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ltk.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.core --- [INFO] [INFO] ----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui >---------- [INFO] Building org.eclipse.statet.ltk.ui 4.0.2.201910101100-r [73/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ltk.ui --- [INFO] Compiling 213 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ltk.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ltk.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.ui --- [INFO] [INFO] ---< org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpaths.core >---- [INFO] Building org.eclipse.statet.ltk.buildpaths.core 4.0.2.201910101100-r [74/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/target/org.eclipse.statet.ltk.buildpaths.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/target/org.eclipse.statet.ltk.buildpaths.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/target/org.eclipse.statet.ltk.buildpaths.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/target/org.eclipse.statet.ltk.buildpaths.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/target/org.eclipse.statet.ltk.buildpaths.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.core/target/org.eclipse.statet.ltk.buildpaths.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.buildpaths.core --- [INFO] [INFO] ----< org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpaths.ui >----- [INFO] Building org.eclipse.statet.ltk.buildpaths.ui 4.0.2.201910101100-r [75/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/target/org.eclipse.statet.ltk.buildpaths.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/target/org.eclipse.statet.ltk.buildpaths.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/target/org.eclipse.statet.ltk.buildpaths.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/target/org.eclipse.statet.ltk.buildpaths.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/target/org.eclipse.statet.ltk.buildpaths.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpaths.ui/target/org.eclipse.statet.ltk.buildpaths.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.buildpaths.ui --- [INFO] [INFO] ---------------< org.eclipse.statet.ltk-assemblies:ltk >---------------- [INFO] Building ltk 4.0.2.201910101100-r [76/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ ltk --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ ltk --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ ltk --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ ltk --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ ltk --- [INFO] [INFO] ------< org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk >------ [INFO] Building org.eclipse.statet.ltk 4.0.2.201910101100-r [77/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.ltk --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.ltk --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ltk --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ltk --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ltk --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk --- [INFO] [INFO] --------< org.eclipse.statet-releng:org.eclipse.statet-docmlet >-------- [INFO] Building org.eclipse.statet-docmlet 4.0.2.201910101100-r [78/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet-docmlet --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet-docmlet --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet-docmlet --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet-docmlet --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet-docmlet --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-docmlet --- [INFO] [INFO] -----------------< org.eclipse.statet.docmlet:docmlet >----------------- [INFO] Building docmlet 4.0.2.201910101100-r [79/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ docmlet --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ docmlet --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ docmlet --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ docmlet --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ docmlet --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ docmlet --- [INFO] [INFO] ---< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui >---- [INFO] Building org.eclipse.statet.docmlet.base.ui 4.0.2.201910101100-r [80/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.base.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.base.ui --- [INFO] [INFO] ---< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core >--- [INFO] Building org.eclipse.statet.docmlet.tex.core 4.0.2.201910101100-r [81/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.tex.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Compiling 100 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.tex.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.tex.core --- [INFO] [INFO] ----< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui >---- [INFO] Building org.eclipse.statet.docmlet.tex.ui 4.0.2.201910101100-r [82/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.tex.ui --- [INFO] [INFO] --------------------< org.eclipse.statet.yaml:yaml >-------------------- [INFO] Building yaml 4.0.2.201910101100-r [83/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ yaml --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ yaml --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ yaml --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ yaml --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ yaml --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ yaml --- [INFO] [INFO] --------< org.eclipse.statet.yaml:org.eclipse.statet.yaml.core >-------- [INFO] Building org.eclipse.statet.yaml.core 4.0.2.201910101100-r [84/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.yaml.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.yaml.core --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.yaml.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.yaml.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.yaml.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.yaml.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.yaml.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.core --- [INFO] [INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core >-- [INFO] Building org.eclipse.statet.docmlet.wikitext.core 4.0.2.201910101100-r [85/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Compiling 119 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.core --- [INFO] [INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui >-- [INFO] Building org.eclipse.statet.docmlet.wikitext.ui 4.0.2.201910101100-r [86/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.ui --- [INFO] [INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core >-- [INFO] Building org.eclipse.statet.docmlet.wikitext.commonmark.core 4.0.2.201910101100-r [87/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core --- [INFO] [INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests >-- [INFO] Building org.eclipse.statet.docmlet.wikitext.commonmark.core.tests 4.0.2.201910101100-r [88/140] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest generateHeadingId(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest) Time elapsed: 0.014 s referenceDefinition(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest) Time elapsed: 0.001 s referenceDefinitionDuplicate(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest) Time elapsed: 0 s empty(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest punctuationAndSpecialCharacters(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest) Time elapsed: 0 s simple(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest) Time elapsed: 0.001 s hyphenated(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest) Time elapsed: 0 s allWhitespace(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest) Time elapsed: 0 s whitespace(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest) Time elapsed: 0 s mixedCase(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest replaceHtmlEntities(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest) Time elapsed: 0.014 s unescape(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest toOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest) Time elapsed: 0.019 s toOffset_withIndent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest) Time elapsed: 0 s toTextOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest) Time elapsed: 0 s getText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest) Time elapsed: 0 s getLineAtOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest) Time elapsed: 0 s toStringTest(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest) Time elapsed: 0.002 s toTextOffset_withIndent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest) Time elapsed: 0 s requiresLines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest) Time elapsed: 0.003 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest createRequiresContent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest) Time elapsed: 0 s oneLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest) Time elapsed: 0 s lookAheadFailsFast(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest) Time elapsed: 0.001 s advance(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest) Time elapsed: 0 s empty(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest) Time elapsed: 0 s lookAhead(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest) Time elapsed: 0 s twoLines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest requiresBlocks(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest) Time elapsed: 0.001 s process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest) Time elapsed: 0.006 s requiresBlocksCollection(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest toStringValue(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest Tests run: 624, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest test[0: Tabs - 1, lineNumber= 350](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.016 s test[1: Tabs - 2, lineNumber= 357](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[2: Tabs - 3, lineNumber= 364](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[3: Tabs - 4, lineNumber= 377](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.052 s test[4: Tabs - 5, lineNumber= 390](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.002 s test[5: Tabs - 6, lineNumber= 413](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[6: Tabs - 7, lineNumber= 422](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[7: Tabs - 8, lineNumber= 434](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[8: Tabs - 9, lineNumber= 443](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[9: Tabs - 10, lineNumber= 461](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[10: Tabs - 11, lineNumber= 467](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[11: Precedence - 12, lineNumber= 494](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[12: Thematic breaks - 13, lineNumber= 533](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[13: Thematic breaks - 14, lineNumber= 546](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[14: Thematic breaks - 15, lineNumber= 553](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[15: Thematic breaks - 16, lineNumber= 562](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.002 s test[16: Thematic breaks - 17, lineNumber= 575](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[17: Thematic breaks - 18, lineNumber= 588](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[18: Thematic breaks - 19, lineNumber= 596](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[19: Thematic breaks - 20, lineNumber= 607](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[20: Thematic breaks - 21, lineNumber= 616](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[21: Thematic breaks - 22, lineNumber= 623](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[22: Thematic breaks - 23, lineNumber= 630](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[23: Thematic breaks - 24, lineNumber= 639](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[24: Thematic breaks - 25, lineNumber= 648](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[25: Thematic breaks - 26, lineNumber= 664](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[26: Thematic breaks - 27, lineNumber= 673](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[27: Thematic breaks - 28, lineNumber= 690](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[28: Thematic breaks - 29, lineNumber= 707](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[29: Thematic breaks - 30, lineNumber= 720](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[30: Thematic breaks - 31, lineNumber= 737](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[31: ATX headings - 32, lineNumber= 766](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[32: ATX headings - 33, lineNumber= 785](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[33: ATX headings - 34, lineNumber= 800](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[34: ATX headings - 35, lineNumber= 812](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[35: ATX headings - 36, lineNumber= 821](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[36: ATX headings - 37, lineNumber= 830](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[37: ATX headings - 38, lineNumber= 839](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[38: ATX headings - 39, lineNumber= 852](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[39: ATX headings - 40, lineNumber= 860](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[40: ATX headings - 41, lineNumber= 871](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[41: ATX headings - 42, lineNumber= 882](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[42: ATX headings - 43, lineNumber= 893](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[43: ATX headings - 44, lineNumber= 904](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[44: ATX headings - 45, lineNumber= 913](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[45: ATX headings - 46, lineNumber= 923](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[46: ATX headings - 47, lineNumber= 937](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[47: ATX headings - 48, lineNumber= 948](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[48: ATX headings - 49, lineNumber= 961](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[49: Setext headings - 50, lineNumber= 1,004](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[50: Setext headings - 51, lineNumber= 1,018](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[51: Setext headings - 52, lineNumber= 1,030](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[52: Setext headings - 53, lineNumber= 1,045](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[53: Setext headings - 54, lineNumber= 1,063](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[54: Setext headings - 55, lineNumber= 1,082](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[55: Setext headings - 56, lineNumber= 1,092](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[56: Setext headings - 57, lineNumber= 1,103](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[57: Setext headings - 58, lineNumber= 1,119](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[58: Setext headings - 59, lineNumber= 1,129](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[59: Setext headings - 60, lineNumber= 1,140](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[60: Setext headings - 61, lineNumber= 1,159](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[61: Setext headings - 62, lineNumber= 1,170](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[62: Setext headings - 63, lineNumber= 1,183](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[63: Setext headings - 64, lineNumber= 1,198](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[64: Setext headings - 65, lineNumber= 1,211](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[65: Setext headings - 66, lineNumber= 1,228](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[66: Setext headings - 67, lineNumber= 1,240](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[67: Setext headings - 68, lineNumber= 1,249](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[68: Setext headings - 69, lineNumber= 1,260](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[69: Setext headings - 70, lineNumber= 1,270](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[70: Setext headings - 71, lineNumber= 1,284](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[71: Setext headings - 72, lineNumber= 1,315](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[72: Setext headings - 73, lineNumber= 1,331](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[73: Setext headings - 74, lineNumber= 1,349](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[74: Setext headings - 75, lineNumber= 1,364](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[75: Indented code blocks - 76, lineNumber= 1,392](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[76: Indented code blocks - 77, lineNumber= 1,406](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[77: Indented code blocks - 78, lineNumber= 1,420](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.002 s test[78: Indented code blocks - 79, lineNumber= 1,440](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[79: Indented code blocks - 80, lineNumber= 1,456](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[80: Indented code blocks - 81, lineNumber= 1,479](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[81: Indented code blocks - 82, lineNumber= 1,494](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[82: Indented code blocks - 83, lineNumber= 1,508](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[83: Indented code blocks - 84, lineNumber= 1,521](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[84: Indented code blocks - 85, lineNumber= 1,541](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[85: Indented code blocks - 86, lineNumber= 1,554](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[86: Indented code blocks - 87, lineNumber= 1,568](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[87: Fenced code blocks - 88, lineNumber= 1,623](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.025 s test[88: Fenced code blocks - 89, lineNumber= 1,637](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[89: Fenced code blocks - 90, lineNumber= 1,650](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[90: Fenced code blocks - 91, lineNumber= 1,661](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[91: Fenced code blocks - 92, lineNumber= 1,673](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[92: Fenced code blocks - 93, lineNumber= 1,687](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[93: Fenced code blocks - 94, lineNumber= 1,699](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[94: Fenced code blocks - 95, lineNumber= 1,714](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[95: Fenced code blocks - 96, lineNumber= 1,721](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[96: Fenced code blocks - 97, lineNumber= 1,734](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[97: Fenced code blocks - 98, lineNumber= 1,750](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[98: Fenced code blocks - 99, lineNumber= 1,764](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[99: Fenced code blocks - 100, lineNumber= 1,776](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[100: Fenced code blocks - 101, lineNumber= 1,788](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[101: Fenced code blocks - 102, lineNumber= 1,802](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[102: Fenced code blocks - 103, lineNumber= 1,818](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[103: Fenced code blocks - 104, lineNumber= 1,833](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[104: Fenced code blocks - 105, lineNumber= 1,843](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[105: Fenced code blocks - 106, lineNumber= 1,855](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[106: Fenced code blocks - 107, lineNumber= 1,869](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[107: Fenced code blocks - 108, lineNumber= 1,878](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[108: Fenced code blocks - 109, lineNumber= 1,892](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[109: Fenced code blocks - 110, lineNumber= 1,909](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[110: Fenced code blocks - 111, lineNumber= 1,929](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[111: Fenced code blocks - 112, lineNumber= 1,943](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[112: Fenced code blocks - 113, lineNumber= 1,957](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[113: Fenced code blocks - 114, lineNumber= 1,967](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[114: Fenced code blocks - 115, lineNumber= 1,978](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[115: HTML blocks - 116, lineNumber= 2,055](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.002 s test[116: HTML blocks - 117, lineNumber= 2,084](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[117: HTML blocks - 118, lineNumber= 2,106](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[118: HTML blocks - 119, lineNumber= 2,119](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[119: HTML blocks - 120, lineNumber= 2,130](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[120: HTML blocks - 121, lineNumber= 2,146](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[121: HTML blocks - 122, lineNumber= 2,157](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[122: HTML blocks - 123, lineNumber= 2,169](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[123: HTML blocks - 124, lineNumber= 2,185](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[124: HTML blocks - 125, lineNumber= 2,194](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[125: HTML blocks - 126, lineNumber= 2,206](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[126: HTML blocks - 127, lineNumber= 2,218](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[127: HTML blocks - 128, lineNumber= 2,225](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[128: HTML blocks - 129, lineNumber= 2,242](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[129: HTML blocks - 130, lineNumber= 2,259](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[130: HTML blocks - 131, lineNumber= 2,272](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[131: HTML blocks - 132, lineNumber= 2,283](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[132: HTML blocks - 133, lineNumber= 2,294](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[133: HTML blocks - 134, lineNumber= 2,309](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[134: HTML blocks - 135, lineNumber= 2,324](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.015 s test[135: HTML blocks - 136, lineNumber= 2,342](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[136: HTML blocks - 137, lineNumber= 2,358](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[137: HTML blocks - 138, lineNumber= 2,379](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[138: HTML blocks - 139, lineNumber= 2,398](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[139: HTML blocks - 140, lineNumber= 2,421](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[140: HTML blocks - 141, lineNumber= 2,434](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[141: HTML blocks - 142, lineNumber= 2,448](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[142: HTML blocks - 143, lineNumber= 2,463](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[143: HTML blocks - 144, lineNumber= 2,472](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[144: HTML blocks - 145, lineNumber= 2,484](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[145: HTML blocks - 146, lineNumber= 2,497](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[146: HTML blocks - 147, lineNumber= 2,515](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[147: HTML blocks - 148, lineNumber= 2,534](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[148: HTML blocks - 149, lineNumber= 2,543](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[149: HTML blocks - 150, lineNumber= 2,576](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[150: HTML blocks - 151, lineNumber= 2,587](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[151: HTML blocks - 152, lineNumber= 2,601](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[152: HTML blocks - 153, lineNumber= 2,617](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[153: HTML blocks - 154, lineNumber= 2,632](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[154: HTML blocks - 155, lineNumber= 2,673](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[155: HTML blocks - 156, lineNumber= 2,686](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[156: HTML blocks - 157, lineNumber= 2,708](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[157: HTML blocks - 158, lineNumber= 2,735](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[158: Link reference definitions - 159, lineNumber= 2,783](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.011 s test[159: Link reference definitions - 160, lineNumber= 2,792](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[160: Link reference definitions - 161, lineNumber= 2,803](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[161: Link reference definitions - 162, lineNumber= 2,812](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[162: Link reference definitions - 163, lineNumber= 2,825](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[163: Link reference definitions - 164, lineNumber= 2,844](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[164: Link reference definitions - 165, lineNumber= 2,859](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[165: Link reference definitions - 166, lineNumber= 2,871](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[166: Link reference definitions - 167, lineNumber= 2,884](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[167: Link reference definitions - 168, lineNumber= 2,895](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[168: Link reference definitions - 169, lineNumber= 2,907](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[169: Link reference definitions - 170, lineNumber= 2,920](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[170: Link reference definitions - 171, lineNumber= 2,929](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.002 s test[171: Link reference definitions - 172, lineNumber= 2,941](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[172: Link reference definitions - 173, lineNumber= 2,949](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[173: Link reference definitions - 174, lineNumber= 2,962](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[174: Link reference definitions - 175, lineNumber= 2,971](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[175: Link reference definitions - 176, lineNumber= 2,982](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[176: Link reference definitions - 177, lineNumber= 2,996](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[177: Link reference definitions - 178, lineNumber= 3,011](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[178: Link reference definitions - 179, lineNumber= 3,026](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[179: Link reference definitions - 180, lineNumber= 3,041](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[180: Link reference definitions - 181, lineNumber= 3,062](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[181: Paragraphs - 182, lineNumber= 3,085](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[182: Paragraphs - 183, lineNumber= 3,097](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[183: Paragraphs - 184, lineNumber= 3,113](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[184: Paragraphs - 185, lineNumber= 3,126](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[185: Paragraphs - 186, lineNumber= 3,138](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[186: Paragraphs - 187, lineNumber= 3,152](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[187: Paragraphs - 188, lineNumber= 3,161](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[188: Paragraphs - 189, lineNumber= 3,175](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[189: Blank lines - 190, lineNumber= 3,192](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[190: Block quotes - 191, lineNumber= 3,258](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[191: Block quotes - 192, lineNumber= 3,273](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[192: Block quotes - 193, lineNumber= 3,288](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[193: Block quotes - 194, lineNumber= 3,303](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[194: Block quotes - 195, lineNumber= 3,318](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[195: Block quotes - 196, lineNumber= 3,334](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[196: Block quotes - 197, lineNumber= 3,358](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[197: Block quotes - 198, lineNumber= 3,378](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.032 s test[198: Block quotes - 199, lineNumber= 3,396](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[199: Block quotes - 200, lineNumber= 3,409](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[200: Block quotes - 201, lineNumber= 3,425](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[201: Block quotes - 202, lineNumber= 3,449](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[202: Block quotes - 203, lineNumber= 3,457](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[203: Block quotes - 204, lineNumber= 3,469](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[204: Block quotes - 205, lineNumber= 3,482](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[205: Block quotes - 206, lineNumber= 3,504](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[206: Block quotes - 207, lineNumber= 3,517](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[207: Block quotes - 208, lineNumber= 3,531](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[208: Block quotes - 209, lineNumber= 3,545](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[209: Block quotes - 210, lineNumber= 3,563](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[210: Block quotes - 211, lineNumber= 3,574](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[211: Block quotes - 212, lineNumber= 3,586](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[212: Block quotes - 213, lineNumber= 3,602](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[213: Block quotes - 214, lineNumber= 3,617](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[214: Block quotes - 215, lineNumber= 3,639](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[215: List items - 216, lineNumber= 3,694](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[216: List items - 217, lineNumber= 3,716](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[217: List items - 218, lineNumber= 3,749](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[218: List items - 219, lineNumber= 3,761](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[219: List items - 220, lineNumber= 3,775](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[220: List items - 221, lineNumber= 3,788](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[221: List items - 222, lineNumber= 3,810](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[222: List items - 223, lineNumber= 3,837](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[223: List items - 224, lineNumber= 3,856](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[224: List items - 225, lineNumber= 3,869](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[225: List items - 226, lineNumber= 3,886](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[226: List items - 227, lineNumber= 3,914](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[227: List items - 228, lineNumber= 3,936](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[228: List items - 229, lineNumber= 3,945](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[229: List items - 230, lineNumber= 3,954](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[230: List items - 231, lineNumber= 3,963](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[231: List items - 232, lineNumber= 3,974](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[232: List items - 233, lineNumber= 3,998](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[233: List items - 234, lineNumber= 4,015](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[234: List items - 235, lineNumber= 4,034](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[235: List items - 236, lineNumber= 4,049](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[236: List items - 237, lineNumber= 4,071](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[237: List items - 238, lineNumber= 4,098](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[238: List items - 239, lineNumber= 4,108](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[239: List items - 240, lineNumber= 4,125](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[240: List items - 241, lineNumber= 4,153](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[241: List items - 242, lineNumber= 4,179](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[242: List items - 243, lineNumber= 4,193](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[243: List items - 244, lineNumber= 4,207](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[244: List items - 245, lineNumber= 4,222](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[245: List items - 246, lineNumber= 4,237](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[246: List items - 247, lineNumber= 4,252](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[247: List items - 248, lineNumber= 4,262](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[248: List items - 249, lineNumber= 4,284](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[249: List items - 250, lineNumber= 4,308](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[250: List items - 251, lineNumber= 4,332](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[251: List items - 252, lineNumber= 4,356](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[252: List items - 253, lineNumber= 4,386](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[253: List items - 254, lineNumber= 4,410](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[254: List items - 255, lineNumber= 4,423](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[255: List items - 256, lineNumber= 4,440](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[256: List items - 257, lineNumber= 4,467](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[257: List items - 258, lineNumber= 4,493](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[258: List items - 259, lineNumber= 4,510](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[259: List items - 260, lineNumber= 4,526](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[260: List items - 261, lineNumber= 4,541](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[261: List items - 262, lineNumber= 4,554](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[262: List items - 263, lineNumber= 4,573](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[263: Lists - 264, lineNumber= 4,809](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[264: Lists - 265, lineNumber= 4,824](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[265: Lists - 266, lineNumber= 4,843](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[266: Lists - 267, lineNumber= 4,920](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[267: Lists - 268, lineNumber= 4,930](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[268: Lists - 269, lineNumber= 4,944](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[269: Lists - 270, lineNumber= 4,965](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[270: Lists - 271, lineNumber= 4,995](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[271: Lists - 272, lineNumber= 5,016](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[272: Lists - 273, lineNumber= 5,047](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[273: Lists - 274, lineNumber= 5,072](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[274: Lists - 275, lineNumber= 5,096](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[275: Lists - 276, lineNumber= 5,118](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[276: Lists - 277, lineNumber= 5,140](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[277: Lists - 278, lineNumber= 5,162](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[278: Lists - 279, lineNumber= 5,185](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[279: Lists - 280, lineNumber= 5,211](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[280: Lists - 281, lineNumber= 5,235](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[281: Lists - 282, lineNumber= 5,255](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[282: Lists - 283, lineNumber= 5,278](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[283: Lists - 284, lineNumber= 5,287](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[284: Lists - 285, lineNumber= 5,304](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[285: Lists - 286, lineNumber= 5,323](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[286: Lists - 287, lineNumber= 5,341](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[287: Inlines - 288, lineNumber= 5,375](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[288: Backslash escapes - 289, lineNumber= 5,389](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[289: Backslash escapes - 290, lineNumber= 5,399](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[290: Backslash escapes - 291, lineNumber= 5,409](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[291: Backslash escapes - 292, lineNumber= 5,432](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[292: Backslash escapes - 293, lineNumber= 5,441](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[293: Backslash escapes - 294, lineNumber= 5,453](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[294: Backslash escapes - 295, lineNumber= 5,460](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[295: Backslash escapes - 296, lineNumber= 5,468](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[296: Backslash escapes - 297, lineNumber= 5,478](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[297: Backslash escapes - 298, lineNumber= 5,485](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[298: Backslash escapes - 299, lineNumber= 5,495](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[299: Backslash escapes - 300, lineNumber= 5,502](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[300: Backslash escapes - 301, lineNumber= 5,511](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[301: Entity and numeric character references - 302, lineNumber= 5,538](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[302: Entity and numeric character references - 303, lineNumber= 5,557](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[303: Entity and numeric character references - 304, lineNumber= 5,570](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[304: Entity and numeric character references - 305, lineNumber= 5,579](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[305: Entity and numeric character references - 306, lineNumber= 5,592](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[306: Entity and numeric character references - 307, lineNumber= 5,602](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[307: Entity and numeric character references - 308, lineNumber= 5,613](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[308: Entity and numeric character references - 309, lineNumber= 5,620](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[309: Entity and numeric character references - 310, lineNumber= 5,627](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[310: Entity and numeric character references - 311, lineNumber= 5,636](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[311: Entity and numeric character references - 312, lineNumber= 5,649](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[312: Entity and numeric character references - 313, lineNumber= 5,656](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[313: Code spans - 314, lineNumber= 5,678](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[314: Code spans - 315, lineNumber= 5,688](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[315: Code spans - 316, lineNumber= 5,698](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[316: Code spans - 317, lineNumber= 5,707](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[317: Code spans - 318, lineNumber= 5,719](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[318: Code spans - 319, lineNumber= 5,730](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[319: Code spans - 320, lineNumber= 5,750](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[320: Code spans - 321, lineNumber= 5,760](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[321: Code spans - 322, lineNumber= 5,776](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[322: Code spans - 323, lineNumber= 5,785](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[323: Code spans - 324, lineNumber= 5,795](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[324: Code spans - 325, lineNumber= 5,804](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[325: Code spans - 326, lineNumber= 5,813](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[326: Code spans - 327, lineNumber= 5,822](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[327: Code spans - 328, lineNumber= 5,832](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[328: Code spans - 329, lineNumber= 5,839](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[329: Code spans - 330, lineNumber= 5,848](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[330: Emphasis and strong emphasis - 331, lineNumber= 6,061](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[331: Emphasis and strong emphasis - 332, lineNumber= 6,071](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[332: Emphasis and strong emphasis - 333, lineNumber= 6,082](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[333: Emphasis and strong emphasis - 334, lineNumber= 6,091](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[334: Emphasis and strong emphasis - 335, lineNumber= 6,100](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[335: Emphasis and strong emphasis - 336, lineNumber= 6,107](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[336: Emphasis and strong emphasis - 337, lineNumber= 6,116](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[337: Emphasis and strong emphasis - 338, lineNumber= 6,126](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[338: Emphasis and strong emphasis - 339, lineNumber= 6,136](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[339: Emphasis and strong emphasis - 340, lineNumber= 6,145](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[340: Emphasis and strong emphasis - 341, lineNumber= 6,152](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[341: Emphasis and strong emphasis - 342, lineNumber= 6,159](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[342: Emphasis and strong emphasis - 343, lineNumber= 6,169](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[343: Emphasis and strong emphasis - 344, lineNumber= 6,180](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[344: Emphasis and strong emphasis - 345, lineNumber= 6,192](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[345: Emphasis and strong emphasis - 346, lineNumber= 6,202](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[346: Emphasis and strong emphasis - 347, lineNumber= 6,211](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[347: Emphasis and strong emphasis - 348, lineNumber= 6,224](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[348: Emphasis and strong emphasis - 349, lineNumber= 6,234](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[349: Emphasis and strong emphasis - 350, lineNumber= 6,243](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[350: Emphasis and strong emphasis - 351, lineNumber= 6,256](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[351: Emphasis and strong emphasis - 352, lineNumber= 6,266](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[352: Emphasis and strong emphasis - 353, lineNumber= 6,275](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[353: Emphasis and strong emphasis - 354, lineNumber= 6,284](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[354: Emphasis and strong emphasis - 355, lineNumber= 6,291](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[355: Emphasis and strong emphasis - 356, lineNumber= 6,298](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[356: Emphasis and strong emphasis - 357, lineNumber= 6,309](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[357: Emphasis and strong emphasis - 358, lineNumber= 6,318](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[358: Emphasis and strong emphasis - 359, lineNumber= 6,328](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[359: Emphasis and strong emphasis - 360, lineNumber= 6,339](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[360: Emphasis and strong emphasis - 361, lineNumber= 6,348](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[361: Emphasis and strong emphasis - 362, lineNumber= 6,357](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[362: Emphasis and strong emphasis - 363, lineNumber= 6,367](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[363: Emphasis and strong emphasis - 364, lineNumber= 6,375](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[364: Emphasis and strong emphasis - 365, lineNumber= 6,387](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[365: Emphasis and strong emphasis - 366, lineNumber= 6,396](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[366: Emphasis and strong emphasis - 367, lineNumber= 6,403](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[367: Emphasis and strong emphasis - 368, lineNumber= 6,410](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[368: Emphasis and strong emphasis - 369, lineNumber= 6,417](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[369: Emphasis and strong emphasis - 370, lineNumber= 6,428](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[370: Emphasis and strong emphasis - 371, lineNumber= 6,441](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[371: Emphasis and strong emphasis - 372, lineNumber= 6,454](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[372: Emphasis and strong emphasis - 373, lineNumber= 6,464](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[373: Emphasis and strong emphasis - 374, lineNumber= 6,471](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[374: Emphasis and strong emphasis - 375, lineNumber= 6,480](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[375: Emphasis and strong emphasis - 376, lineNumber= 6,489](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[376: Emphasis and strong emphasis - 377, lineNumber= 6,501](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[377: Emphasis and strong emphasis - 378, lineNumber= 6,511](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[378: Emphasis and strong emphasis - 379, lineNumber= 6,521](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[379: Emphasis and strong emphasis - 380, lineNumber= 6,530](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[380: Emphasis and strong emphasis - 381, lineNumber= 6,537](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[381: Emphasis and strong emphasis - 382, lineNumber= 6,544](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[382: Emphasis and strong emphasis - 383, lineNumber= 6,555](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[383: Emphasis and strong emphasis - 384, lineNumber= 6,567](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[384: Emphasis and strong emphasis - 385, lineNumber= 6,574](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[385: Emphasis and strong emphasis - 386, lineNumber= 6,586](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[386: Emphasis and strong emphasis - 387, lineNumber= 6,593](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[387: Emphasis and strong emphasis - 388, lineNumber= 6,600](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[388: Emphasis and strong emphasis - 389, lineNumber= 6,607](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[389: Emphasis and strong emphasis - 390, lineNumber= 6,614](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[390: Emphasis and strong emphasis - 391, lineNumber= 6,620](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[391: Emphasis and strong emphasis - 392, lineNumber= 6,645](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[392: Emphasis and strong emphasis - 393, lineNumber= 6,652](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[393: Emphasis and strong emphasis - 394, lineNumber= 6,659](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[394: Emphasis and strong emphasis - 395, lineNumber= 6,668](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[395: Emphasis and strong emphasis - 396, lineNumber= 6,675](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[396: Emphasis and strong emphasis - 397, lineNumber= 6,684](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[397: Emphasis and strong emphasis - 398, lineNumber= 6,691](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[398: Emphasis and strong emphasis - 399, lineNumber= 6,704](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[399: Emphasis and strong emphasis - 400, lineNumber= 6,711](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[400: Emphasis and strong emphasis - 401, lineNumber= 6,723](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[401: Emphasis and strong emphasis - 402, lineNumber= 6,730](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[402: Emphasis and strong emphasis - 403, lineNumber= 6,737](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[403: Emphasis and strong emphasis - 404, lineNumber= 6,744](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[404: Emphasis and strong emphasis - 405, lineNumber= 6,751](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[405: Emphasis and strong emphasis - 406, lineNumber= 6,758](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[406: Emphasis and strong emphasis - 407, lineNumber= 6,765](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[407: Emphasis and strong emphasis - 408, lineNumber= 6,772](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[408: Emphasis and strong emphasis - 409, lineNumber= 6,781](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[409: Emphasis and strong emphasis - 410, lineNumber= 6,790](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[410: Emphasis and strong emphasis - 411, lineNumber= 6,799](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[411: Emphasis and strong emphasis - 412, lineNumber= 6,806](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[412: Emphasis and strong emphasis - 413, lineNumber= 6,816](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[413: Emphasis and strong emphasis - 414, lineNumber= 6,823](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[414: Emphasis and strong emphasis - 415, lineNumber= 6,830](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[415: Emphasis and strong emphasis - 416, lineNumber= 6,837](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[416: Emphasis and strong emphasis - 417, lineNumber= 6,844](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[417: Emphasis and strong emphasis - 418, lineNumber= 6,851](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[418: Emphasis and strong emphasis - 419, lineNumber= 6,862](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[419: Emphasis and strong emphasis - 420, lineNumber= 6,869](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[420: Emphasis and strong emphasis - 421, lineNumber= 6,876](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[421: Emphasis and strong emphasis - 422, lineNumber= 6,883](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[422: Emphasis and strong emphasis - 423, lineNumber= 6,890](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[423: Emphasis and strong emphasis - 424, lineNumber= 6,897](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[424: Emphasis and strong emphasis - 425, lineNumber= 6,907](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[425: Emphasis and strong emphasis - 426, lineNumber= 6,914](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[426: Emphasis and strong emphasis - 427, lineNumber= 6,921](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[427: Emphasis and strong emphasis - 428, lineNumber= 6,928](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[428: Emphasis and strong emphasis - 429, lineNumber= 6,935](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[429: Emphasis and strong emphasis - 430, lineNumber= 6,942](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[430: Emphasis and strong emphasis - 431, lineNumber= 6,949](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[431: Emphasis and strong emphasis - 432, lineNumber= 6,960](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[432: Emphasis and strong emphasis - 433, lineNumber= 6,967](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[433: Emphasis and strong emphasis - 434, lineNumber= 6,974](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[434: Emphasis and strong emphasis - 435, lineNumber= 6,981](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[435: Emphasis and strong emphasis - 436, lineNumber= 6,988](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[436: Emphasis and strong emphasis - 437, lineNumber= 6,998](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[437: Emphasis and strong emphasis - 438, lineNumber= 7,005](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[438: Emphasis and strong emphasis - 439, lineNumber= 7,012](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[439: Emphasis and strong emphasis - 440, lineNumber= 7,019](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[440: Emphasis and strong emphasis - 441, lineNumber= 7,029](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[441: Emphasis and strong emphasis - 442, lineNumber= 7,036](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[442: Emphasis and strong emphasis - 443, lineNumber= 7,047](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[443: Emphasis and strong emphasis - 444, lineNumber= 7,056](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[444: Emphasis and strong emphasis - 445, lineNumber= 7,063](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[445: Emphasis and strong emphasis - 446, lineNumber= 7,072](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[446: Emphasis and strong emphasis - 447, lineNumber= 7,079](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[447: Emphasis and strong emphasis - 448, lineNumber= 7,088](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[448: Emphasis and strong emphasis - 449, lineNumber= 7,095](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[449: Emphasis and strong emphasis - 450, lineNumber= 7,104](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[450: Emphasis and strong emphasis - 451, lineNumber= 7,111](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[451: Emphasis and strong emphasis - 452, lineNumber= 7,118](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[452: Emphasis and strong emphasis - 453, lineNumber= 7,125](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[453: Emphasis and strong emphasis - 454, lineNumber= 7,132](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[454: Emphasis and strong emphasis - 455, lineNumber= 7,139](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[455: Emphasis and strong emphasis - 456, lineNumber= 7,146](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[456: Emphasis and strong emphasis - 457, lineNumber= 7,153](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[457: Emphasis and strong emphasis - 458, lineNumber= 7,160](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[458: Links - 459, lineNumber= 7,241](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[459: Links - 460, lineNumber= 7,250](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[460: Links - 461, lineNumber= 7,259](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[461: Links - 462, lineNumber= 7,266](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[462: Links - 463, lineNumber= 7,276](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[463: Links - 464, lineNumber= 7,283](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[464: Links - 465, lineNumber= 7,290](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[465: Links - 466, lineNumber= 7,299](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[466: Links - 467, lineNumber= 7,309](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[467: Links - 468, lineNumber= 7,318](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[468: Links - 469, lineNumber= 7,327](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[469: Links - 470, lineNumber= 7,334](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[470: Links - 471, lineNumber= 7,344](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.032 s test[471: Links - 472, lineNumber= 7,353](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[472: Links - 473, lineNumber= 7,369](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[473: Links - 474, lineNumber= 7,385](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[474: Links - 475, lineNumber= 7,396](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[475: Links - 476, lineNumber= 7,405](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[476: Links - 477, lineNumber= 7,419](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[477: Links - 478, lineNumber= 7,429](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[478: Links - 479, lineNumber= 7,438](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[479: Links - 480, lineNumber= 7,447](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[480: Links - 481, lineNumber= 7,471](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[481: Links - 482, lineNumber= 7,482](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[482: Links - 483, lineNumber= 7,492](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[483: Links - 484, lineNumber= 7,499](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[484: Links - 485, lineNumber= 7,506](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[485: Links - 486, lineNumber= 7,513](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[486: Links - 487, lineNumber= 7,522](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[487: Links - 488, lineNumber= 7,529](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.002 s test[488: Links - 489, lineNumber= 7,538](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[489: Links - 490, lineNumber= 7,545](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[490: Links - 491, lineNumber= 7,552](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[491: Links - 492, lineNumber= 7,562](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[492: Links - 493, lineNumber= 7,569](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[493: Links - 494, lineNumber= 7,579](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[494: Links - 495, lineNumber= 7,589](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[495: Links - 496, lineNumber= 7,596](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[496: Links - 497, lineNumber= 7,603](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[497: Links - 498, lineNumber= 7,641](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[498: Links - 499, lineNumber= 7,656](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[499: Links - 500, lineNumber= 7,665](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[500: Links - 501, lineNumber= 7,676](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[501: Links - 502, lineNumber= 7,685](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[502: Links - 503, lineNumber= 7,696](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[503: Links - 504, lineNumber= 7,705](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[504: Links - 505, lineNumber= 7,720](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[505: Links - 506, lineNumber= 7,729](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[506: Links - 507, lineNumber= 7,741](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[507: Links - 508, lineNumber= 7,750](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[508: Links - 509, lineNumber= 7,759](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[509: Links - 510, lineNumber= 7,770](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[510: Links - 511, lineNumber= 7,781](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[511: Links - 512, lineNumber= 7,793](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[512: Links - 513, lineNumber= 7,806](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[513: Links - 514, lineNumber= 7,815](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[514: Links - 515, lineNumber= 7,856](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[515: Links - 516, lineNumber= 7,871](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[516: Links - 517, lineNumber= 7,883](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[517: Links - 518, lineNumber= 7,893](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[518: Links - 519, lineNumber= 7,903](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[519: Links - 520, lineNumber= 7,913](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[520: Links - 521, lineNumber= 7,924](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[521: Links - 522, lineNumber= 7,935](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[522: Links - 523, lineNumber= 7,945](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[523: Links - 524, lineNumber= 7,968](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[524: Links - 525, lineNumber= 7,977](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[525: Links - 526, lineNumber= 7,988](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[526: Links - 527, lineNumber= 8,001](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[527: Links - 528, lineNumber= 8,021](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[528: Links - 529, lineNumber= 8,030](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[529: Links - 530, lineNumber= 8,039](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[530: Links - 531, lineNumber= 8,048](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[531: Links - 532, lineNumber= 8,059](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[532: Links - 533, lineNumber= 8,070](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[533: Links - 534, lineNumber= 8,082](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[534: Links - 535, lineNumber= 8,094](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[535: Links - 536, lineNumber= 8,106](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[536: Links - 537, lineNumber= 8,115](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[537: Links - 538, lineNumber= 8,125](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[538: Links - 539, lineNumber= 8,133](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[539: Links - 540, lineNumber= 8,144](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[540: Links - 541, lineNumber= 8,156](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[541: Links - 542, lineNumber= 8,169](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[542: Images - 543, lineNumber= 8,192](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[543: Images - 544, lineNumber= 8,199](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[544: Images - 545, lineNumber= 8,208](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[545: Images - 546, lineNumber= 8,215](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[546: Images - 547, lineNumber= 8,229](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[547: Images - 548, lineNumber= 8,238](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[548: Images - 549, lineNumber= 8,247](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[549: Images - 550, lineNumber= 8,254](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[550: Images - 551, lineNumber= 8,261](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[551: Images - 552, lineNumber= 8,268](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[552: Images - 553, lineNumber= 8,277](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[553: Images - 554, lineNumber= 8,286](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[554: Images - 555, lineNumber= 8,297](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[555: Images - 556, lineNumber= 8,306](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[556: Images - 557, lineNumber= 8,317](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[557: Images - 558, lineNumber= 8,329](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[558: Images - 559, lineNumber= 8,342](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[559: Images - 560, lineNumber= 8,351](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[560: Images - 561, lineNumber= 8,362](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[561: Images - 562, lineNumber= 8,374](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[562: Images - 563, lineNumber= 8,386](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[563: Images - 564, lineNumber= 8,398](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[564: Autolinks - 565, lineNumber= 8,431](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[565: Autolinks - 566, lineNumber= 8,438](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[566: Autolinks - 567, lineNumber= 8,445](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[567: Autolinks - 568, lineNumber= 8,454](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[568: Autolinks - 569, lineNumber= 8,466](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[569: Autolinks - 570, lineNumber= 8,473](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[570: Autolinks - 571, lineNumber= 8,480](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[571: Autolinks - 572, lineNumber= 8,487](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[572: Autolinks - 573, lineNumber= 8,496](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[573: Autolinks - 574, lineNumber= 8,505](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[574: Autolinks - 575, lineNumber= 8,527](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[575: Autolinks - 576, lineNumber= 8,534](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[576: Autolinks - 577, lineNumber= 8,543](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[577: Autolinks - 578, lineNumber= 8,552](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[578: Autolinks - 579, lineNumber= 8,559](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[579: Autolinks - 580, lineNumber= 8,566](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[580: Autolinks - 581, lineNumber= 8,573](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[581: Autolinks - 582, lineNumber= 8,580](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[582: Autolinks - 583, lineNumber= 8,587](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[583: Raw HTML - 584, lineNumber= 8,669](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[584: Raw HTML - 585, lineNumber= 8,678](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[585: Raw HTML - 586, lineNumber= 8,687](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[586: Raw HTML - 587, lineNumber= 8,698](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[587: Raw HTML - 588, lineNumber= 8,709](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[588: Raw HTML - 589, lineNumber= 8,718](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[589: Raw HTML - 590, lineNumber= 8,727](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[590: Raw HTML - 591, lineNumber= 8,736](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[591: Raw HTML - 592, lineNumber= 8,745](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[592: Raw HTML - 593, lineNumber= 8,756](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[593: Raw HTML - 594, lineNumber= 8,765](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[594: Raw HTML - 595, lineNumber= 8,774](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[595: Raw HTML - 596, lineNumber= 8,783](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[596: Raw HTML - 597, lineNumber= 8,792](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[597: Raw HTML - 598, lineNumber= 8,801](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[598: Raw HTML - 599, lineNumber= 8,813](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[599: Raw HTML - 600, lineNumber= 8,822](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[600: Raw HTML - 601, lineNumber= 8,831](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[601: Raw HTML - 602, lineNumber= 8,841](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[602: Raw HTML - 603, lineNumber= 8,850](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[603: Raw HTML - 604, lineNumber= 8,857](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[604: Hard line breaks - 605, lineNumber= 8,871](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[605: Hard line breaks - 606, lineNumber= 8,883](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[606: Hard line breaks - 607, lineNumber= 8,894](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[607: Hard line breaks - 608, lineNumber= 8,905](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[608: Hard line breaks - 609, lineNumber= 8,914](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[609: Hard line breaks - 610, lineNumber= 8,926](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[610: Hard line breaks - 611, lineNumber= 8,935](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[611: Hard line breaks - 612, lineNumber= 8,946](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[612: Hard line breaks - 613, lineNumber= 8,954](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[613: Hard line breaks - 614, lineNumber= 8,964](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s test[614: Hard line breaks - 615, lineNumber= 8,973](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[615: Hard line breaks - 616, lineNumber= 8,986](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[616: Hard line breaks - 617, lineNumber= 8,993](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[617: Hard line breaks - 618, lineNumber= 9,000](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[618: Hard line breaks - 619, lineNumber= 9,007](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[619: Soft line breaks - 620, lineNumber= 9,022](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[620: Soft line breaks - 621, lineNumber= 9,034](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[621: Textual content - 622, lineNumber= 9,054](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[622: Textual content - 623, lineNumber= 9,061](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0 s test[623: Textual content - 624, lineNumber= 9,070](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest) Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest withNestedInlines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest) Time elapsed: 0 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest) Time elapsed: 0 s basic(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest) Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest blockQuoteLazyContinuationStopped(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest) Time elapsed: 0 s blockQuoteParagraphNewlines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest) Time elapsed: 0.001 s blockQuoteLazyContinuation(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest) Time elapsed: 0.001 s blockQuoteContainsBlocks(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest) Time elapsed: 0 s blockQuoteLazyContinuationNested(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest) Time elapsed: 0.001 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest) Time elapsed: 0 s blockQuoteSimpleWithLazyContinuation(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest) Time elapsed: 0.001 s blockQuoteSimple(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest) Time elapsed: 0 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest assertParagraph(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest) Time elapsed: 0 s paragraphNewlines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest) Time elapsed: 0 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest) Time elapsed: 0 s trim(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest) Time elapsed: 0 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest blank_before_blockquote(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest) Time elapsed: 0.001 s blank_before_header(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest) Time elapsed: 0.001 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest canStart_Comment(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest) Time elapsed: 0.001 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest) Time elapsed: 0 s canStart_Type1(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest) Time elapsed: 0 s canStartDoesNotAdvanceLineSequencePosition(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest) Time elapsed: 0.001 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest encodedCharacters(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest) Time elapsed: 0.001 s canStartWithInfoText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest) Time elapsed: 0 s infoString(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest) Time elapsed: 0 s canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest) Time elapsed: 0 s basic(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest) Time elapsed: 0.031 s restString(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest start_UnorderedList_beginWithBlankLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s canStartOrdered(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s start_interruptingParagraph_UnorderedList(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0.001 s noStart_OrderedList_interruptingParagraph_beginWithNot1(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s simpleList(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s doubleBlankLineStartingOnListItem(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s listWithNestedBlocks(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0.001 s start_OrderedList_interruptingList_beginWithNot1(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s start_OrderedList_beginWithBlankLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s noStart_UnorderedList_interruptingParagraph_beginWithBlankLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0.001 s orderedListWithStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s start_OrderedList_interruptingParagraph(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s canStartBulleted(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s listWithFencedCodeBlock(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s simpleOrderedList(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s noStart_OrderedList_interruptingParagraph_beginWithBlankLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s tightListWithSublist(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0 s simpleOrderedListWithNestedBlocks(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest) Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest requiresText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s toLocator(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s requiresNonNegativeLineNumber(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s requiresNonNegativeLineOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s getLineNumber(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s requiresDelimiter(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s getText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s getColumn(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s toStringTest(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s getOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s segment(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s isBlank(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest backslashEscapedChar(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest) Time elapsed: 0.001 s backslashEscapedLinebreak(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest create(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest) Time elapsed: 0 s createContext(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest) Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest isRightFlanking(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest) Time elapsed: 0 s parse_Emphasis_Asterisk(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest) Time elapsed: 0.001 s isLeftFlanking(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest) Time elapsed: 0 s underscoreEmphasis(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest) Time elapsed: 0 s underscoreStrongEmphasis(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest) Time elapsed: 0 s parse_StrongEmphasis_Asterisk(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest) Time elapsed: 0 s parse_MultiEmphasis_Asterisk(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest parse(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest) Time elapsed: 0.001 s toStringContent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest) Time elapsed: 0 s requiresSpans(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest advance(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s rewind(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s getNext(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s getText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s empty(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s getOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s getPrevious(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s matcher(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s getTextAtOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s toCursorOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s withContent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s requiresTextSegment(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest subscript_STilde(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest) Time elapsed: 0.001 s together(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest) Time elapsed: 0 s strict(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest) Time elapsed: 0 s strikeout_DTilde(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest) Time elapsed: 0 s superscript_SCircumflex(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest) Time elapsed: 0.001 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest htmlTags(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest titlePart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest) Time elapsed: 0 s eligibleForReferenceDefinitionImage(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest) Time elapsed: 0 s eligibleForReferenceDefinitionLinkIndented(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest) Time elapsed: 0 s referenceDefinitionEndPattern(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest) Time elapsed: 0 s linkEndPattern(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest) Time elapsed: 0 s eligibleForReferenceDefinitionLinkStartOfLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest) Time elapsed: 0 s read_NoBracketUri(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest) Time elapsed: 0 s read_BracketUri(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest bracketsNoMarkup(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest) Time elapsed: 0 s link(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest) Time elapsed: 0.001 s image(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest) Time elapsed: 0 s noDef(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest) Time elapsed: 0 s Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest) Time elapsed: 0 s Running org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest modeStrictlyConforming(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0 s processDocumentFalse(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0.001 s processBlankLines(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0 s cloneTest(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0 s name(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0 s modeCompat(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0.001 s linksWithHash(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0 s processSimple(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0 s linksByDef(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0.019 s processEmpty(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest) Time elapsed: 0 s Running org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest blockQuoteWithBoldSpanMac(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest) Time elapsed: 0.001 s blockQuoteWithBoldSpanUnix(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest) Time elapsed: 0 s blockQuoteWithBoldSpanWindows(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest) Time elapsed: 0 s blockQuoteWithNestedListAndEmphasis(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest) Time elapsed: 0 s Results: Tests run: 784, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui >-- [INFO] Building org.eclipse.statet.docmlet.wikitext.commonmark.ui 4.0.2.201910101100-r [89/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui --- [INFO] [INFO] ---< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user >--- [INFO] Building org.eclipse.statet.docmlet.doc.user 4.0.2.201910101100-r [90/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.doc.user --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.doc.user --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.doc.user --- [INFO] [INFO] -----------< org.eclipse.statet.docmlet-assemblies:docmlet >------------ [INFO] Building docmlet 4.0.2.201910101100-r [91/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ docmlet --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ docmlet --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ docmlet --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ docmlet --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ docmlet --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ docmlet --- [INFO] [INFO] ---------< org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui >--------- [INFO] Building org.eclipse.statet.yaml.ui 4.0.2.201910101100-r [92/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.yaml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.yaml.ui --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.yaml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.yaml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.yaml.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.yaml.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.yaml.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.ui --- [INFO] [INFO] --------------< org.eclipse.statet.yaml-assemblies:yaml >--------------- [INFO] Building yaml 4.0.2.201910101100-r [93/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ yaml --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ yaml --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ yaml --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ yaml --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ yaml --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ yaml --- [INFO] [INFO] -----< org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml >----- [INFO] Building org.eclipse.statet.yaml 4.0.2.201910101100-r [94/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.yaml --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.yaml --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.yaml --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.yaml --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.yaml --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml --- [INFO] [INFO] -----------< org.eclipse.statet-releng:org.eclipse.statet-r >----------- [INFO] Building org.eclipse.statet-r 4.0.2.201910101100-r [95/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet-r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet-r --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet-r --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet-r --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet-r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet-r --- [INFO] [INFO] -------------------< org.eclipse.statet.rhelp:rhelp >------------------- [INFO] Building rhelp 4.0.2.201910101100-r [96/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rhelp --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rhelp --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rhelp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rhelp --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rhelp --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rhelp --- [INFO] [INFO] -------< org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core >------- [INFO] Building org.eclipse.statet.rhelp.core 4.0.2.201910101100-r [97/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.pom (3.0 kB at 51 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/7.5.0/lucene-parent-7.5.0.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/7.5.0/lucene-parent-7.5.0.pom (5.0 kB at 207 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/7.5.0/lucene-solr-grandparent-7.5.0.pom Progress (1): 4.1/372 kB Progress (1): 7.7/372 kB Progress (1): 12/372 kB Progress (1): 16/372 kB Progress (1): 20/372 kB Progress (1): 24/372 kB Progress (1): 28/372 kB Progress (1): 32/372 kB Progress (1): 36/372 kB Progress (1): 40/372 kB Progress (1): 44/372 kB Progress (1): 48/372 kB Progress (1): 52/372 kB Progress (1): 56/372 kB Progress (1): 60/372 kB Progress (1): 64/372 kB Progress (1): 68/372 kB Progress (1): 72/372 kB Progress (1): 76/372 kB Progress (1): 80/372 kB Progress (1): 84/372 kB Progress (1): 88/372 kB Progress (1): 92/372 kB Progress (1): 96/372 kB Progress (1): 100/372 kB Progress (1): 104/372 kB Progress (1): 108/372 kB Progress (1): 112/372 kB Progress (1): 116/372 kB Progress (1): 120/372 kB Progress (1): 124/372 kB Progress (1): 128/372 kB Progress (1): 132/372 kB Progress (1): 136/372 kB Progress (1): 140/372 kB Progress (1): 144/372 kB Progress (1): 148/372 kB Progress (1): 152/372 kB Progress (1): 156/372 kB Progress (1): 160/372 kB Progress (1): 164/372 kB Progress (1): 168/372 kB Progress (1): 172/372 kB Progress (1): 176/372 kB Progress (1): 180/372 kB Progress (1): 184/372 kB Progress (1): 188/372 kB Progress (1): 192/372 kB Progress (1): 196/372 kB Progress (1): 200/372 kB Progress (1): 204/372 kB Progress (1): 208/372 kB Progress (1): 212/372 kB Progress (1): 216/372 kB Progress (1): 220/372 kB Progress (1): 224/372 kB Progress (1): 228/372 kB Progress (1): 232/372 kB Progress (1): 236/372 kB Progress (1): 240/372 kB Progress (1): 244/372 kB Progress (1): 248/372 kB Progress (1): 252/372 kB Progress (1): 256/372 kB Progress (1): 260/372 kB Progress (1): 264/372 kB Progress (1): 268/372 kB Progress (1): 272/372 kB Progress (1): 276/372 kB Progress (1): 280/372 kB Progress (1): 284/372 kB Progress (1): 288/372 kB Progress (1): 292/372 kB Progress (1): 295/372 kB Progress (1): 299/372 kB Progress (1): 303/372 kB Progress (1): 307/372 kB Progress (1): 311/372 kB Progress (1): 315/372 kB Progress (1): 319/372 kB Progress (1): 323/372 kB Progress (1): 327/372 kB Progress (1): 331/372 kB Progress (1): 335/372 kB Progress (1): 339/372 kB Progress (1): 343/372 kB Progress (1): 347/372 kB Progress (1): 351/372 kB Progress (1): 355/372 kB Progress (1): 359/372 kB Progress (1): 363/372 kB Progress (1): 367/372 kB Progress (1): 371/372 kB Progress (1): 372 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/7.5.0/lucene-solr-grandparent-7.5.0.pom (372 kB at 7.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.pom (3.3 kB at 137 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.pom (3.5 kB at 147 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.pom (3.4 kB at 135 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/7.5.0/lucene-highlighter-7.5.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/7.5.0/lucene-highlighter-7.5.0.pom (3.3 kB at 145 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/7.5.0/lucene-join-7.5.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/7.5.0/lucene-join-7.5.0.pom (2.8 kB at 111 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/7.5.0/lucene-highlighter-7.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (1): 0.1/3.1 MB Progress (2): 0.1/3.1 MB | 4.1/382 kB Progress (2): 0.1/3.1 MB | 4.1/382 kB Progress (2): 0.1/3.1 MB | 7.7/382 kB Progress (2): 0.1/3.1 MB | 7.7/382 kB Progress (2): 0.1/3.1 MB | 12/382 kB Progress (2): 0.1/3.1 MB | 12/382 kB Progress (2): 0.1/3.1 MB | 16/382 kB Progress (2): 0.1/3.1 MB | 16/382 kB Progress (2): 0.1/3.1 MB | 20/382 kB Progress (2): 0.1/3.1 MB | 20/382 kB Progress (3): 0.1/3.1 MB | 20/382 kB | 4.1/265 kB Progress (3): 0.1/3.1 MB | 24/382 kB | 4.1/265 kB Progress (3): 0.1/3.1 MB | 24/382 kB | 7.7/265 kB Progress (3): 0.1/3.1 MB | 28/382 kB | 7.7/265 kB Progress (3): 0.1/3.1 MB | 28/382 kB | 7.7/265 kB Progress (3): 0.1/3.1 MB | 32/382 kB | 7.7/265 kB Progress (3): 0.1/3.1 MB | 32/382 kB | 12/265 kB Progress (3): 0.1/3.1 MB | 36/382 kB | 12/265 kB Progress (3): 0.1/3.1 MB | 36/382 kB | 12/265 kB Progress (3): 0.1/3.1 MB | 40/382 kB | 12/265 kB Progress (3): 0.1/3.1 MB | 40/382 kB | 16/265 kB Progress (3): 0.1/3.1 MB | 44/382 kB | 16/265 kB Progress (4): 0.1/3.1 MB | 44/382 kB | 16/265 kB | 4.1/207 kB Progress (4): 0.1/3.1 MB | 44/382 kB | 16/265 kB | 4.1/207 kB Progress (5): 0.1/3.1 MB | 44/382 kB | 16/265 kB | 4.1/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 44/382 kB | 16/265 kB | 7.7/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 48/382 kB | 16/265 kB | 7.7/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 48/382 kB | 20/265 kB | 7.7/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 52/382 kB | 20/265 kB | 7.7/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 52/382 kB | 20/265 kB | 12/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 52/382 kB | 20/265 kB | 12/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 52/382 kB | 20/265 kB | 12/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 52/382 kB | 20/265 kB | 12/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 52/382 kB | 20/265 kB | 16/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 56/382 kB | 20/265 kB | 16/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 56/382 kB | 24/265 kB | 16/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 60/382 kB | 24/265 kB | 16/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 60/382 kB | 24/265 kB | 20/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 60/382 kB | 24/265 kB | 20/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 60/382 kB | 24/265 kB | 20/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 60/382 kB | 24/265 kB | 20/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 60/382 kB | 24/265 kB | 24/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 64/382 kB | 24/265 kB | 24/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 64/382 kB | 28/265 kB | 24/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 68/382 kB | 28/265 kB | 24/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 68/382 kB | 28/265 kB | 28/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 68/382 kB | 28/265 kB | 28/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 68/382 kB | 28/265 kB | 28/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 68/382 kB | 28/265 kB | 28/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 68/382 kB | 28/265 kB | 32/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 72/382 kB | 28/265 kB | 32/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 72/382 kB | 32/265 kB | 32/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 76/382 kB | 32/265 kB | 32/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 76/382 kB | 32/265 kB | 36/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 76/382 kB | 32/265 kB | 36/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 76/382 kB | 32/265 kB | 36/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 76/382 kB | 32/265 kB | 36/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 76/382 kB | 32/265 kB | 40/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 80/382 kB | 32/265 kB | 40/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 80/382 kB | 36/265 kB | 40/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 84/382 kB | 36/265 kB | 40/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 84/382 kB | 36/265 kB | 44/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 84/382 kB | 36/265 kB | 44/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 84/382 kB | 36/265 kB | 44/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 84/382 kB | 36/265 kB | 44/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 84/382 kB | 36/265 kB | 48/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 88/382 kB | 36/265 kB | 48/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 88/382 kB | 40/265 kB | 48/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 92/382 kB | 40/265 kB | 48/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 92/382 kB | 40/265 kB | 52/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 92/382 kB | 40/265 kB | 52/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 92/382 kB | 40/265 kB | 52/207 kB | 0/1.7 MB Progress (5): 0.1/3.1 MB | 92/382 kB | 40/265 kB | 52/207 kB | 0.1/1.7 MB Progress (5): 0.1/3.1 MB | 92/382 kB | 40/265 kB | 56/207 kB | 0.1/1.7 MB Progress (5): 0.1/3.1 MB | 96/382 kB | 40/265 kB | 56/207 kB | 0.1/1.7 MB Progress (5): 0.1/3.1 MB | 96/382 kB | 44/265 kB | 56/207 kB | 0.1/1.7 MB Progress (5): 0.1/3.1 MB | 100/382 kB | 44/265 kB | 56/207 kB | 0.1/1.7 MB Progress (5): 0.1/3.1 MB | 100/382 kB | 44/265 kB | 60/207 kB | 0.1/1.7 MB Progress (5): 0.1/3.1 MB | 100/382 kB | 44/265 kB | 60/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 100/382 kB | 44/265 kB | 60/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 100/382 kB | 44/265 kB | 60/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 100/382 kB | 44/265 kB | 64/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 104/382 kB | 44/265 kB | 64/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 104/382 kB | 48/265 kB | 64/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 108/382 kB | 48/265 kB | 64/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 108/382 kB | 48/265 kB | 68/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 108/382 kB | 48/265 kB | 68/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 108/382 kB | 48/265 kB | 68/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 108/382 kB | 48/265 kB | 68/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 108/382 kB | 48/265 kB | 72/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 112/382 kB | 48/265 kB | 72/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 112/382 kB | 52/265 kB | 72/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 116/382 kB | 52/265 kB | 72/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 116/382 kB | 52/265 kB | 76/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 116/382 kB | 52/265 kB | 76/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 116/382 kB | 52/265 kB | 76/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 116/382 kB | 52/265 kB | 76/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 116/382 kB | 52/265 kB | 80/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 120/382 kB | 52/265 kB | 80/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 120/382 kB | 56/265 kB | 80/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 124/382 kB | 56/265 kB | 80/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 124/382 kB | 56/265 kB | 84/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 124/382 kB | 56/265 kB | 84/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 124/382 kB | 56/265 kB | 84/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 124/382 kB | 56/265 kB | 84/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 124/382 kB | 56/265 kB | 88/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 128/382 kB | 56/265 kB | 88/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 128/382 kB | 60/265 kB | 88/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 132/382 kB | 60/265 kB | 88/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 132/382 kB | 60/265 kB | 92/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 132/382 kB | 60/265 kB | 92/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 132/382 kB | 60/265 kB | 92/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 132/382 kB | 60/265 kB | 92/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 132/382 kB | 60/265 kB | 96/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 136/382 kB | 60/265 kB | 96/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 136/382 kB | 64/265 kB | 96/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 140/382 kB | 64/265 kB | 96/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 140/382 kB | 64/265 kB | 100/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 140/382 kB | 64/265 kB | 100/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 140/382 kB | 64/265 kB | 100/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 140/382 kB | 64/265 kB | 100/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 140/382 kB | 64/265 kB | 104/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 144/382 kB | 64/265 kB | 104/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 144/382 kB | 68/265 kB | 104/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 148/382 kB | 68/265 kB | 104/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 148/382 kB | 68/265 kB | 108/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 148/382 kB | 68/265 kB | 108/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 148/382 kB | 68/265 kB | 108/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 148/382 kB | 68/265 kB | 108/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 148/382 kB | 68/265 kB | 112/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 152/382 kB | 68/265 kB | 112/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 152/382 kB | 72/265 kB | 112/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 156/382 kB | 72/265 kB | 112/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 156/382 kB | 72/265 kB | 116/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 156/382 kB | 72/265 kB | 116/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 156/382 kB | 72/265 kB | 116/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 156/382 kB | 72/265 kB | 116/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 156/382 kB | 72/265 kB | 120/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 160/382 kB | 72/265 kB | 120/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 160/382 kB | 76/265 kB | 120/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 164/382 kB | 76/265 kB | 120/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 164/382 kB | 76/265 kB | 124/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 164/382 kB | 76/265 kB | 124/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 164/382 kB | 76/265 kB | 124/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 164/382 kB | 76/265 kB | 124/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 164/382 kB | 76/265 kB | 128/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 168/382 kB | 76/265 kB | 128/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 168/382 kB | 80/265 kB | 128/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 172/382 kB | 80/265 kB | 128/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 172/382 kB | 80/265 kB | 132/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 172/382 kB | 80/265 kB | 132/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 172/382 kB | 80/265 kB | 132/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 172/382 kB | 80/265 kB | 132/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 172/382 kB | 80/265 kB | 136/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 176/382 kB | 80/265 kB | 136/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 176/382 kB | 84/265 kB | 136/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 180/382 kB | 84/265 kB | 136/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 180/382 kB | 84/265 kB | 140/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 180/382 kB | 84/265 kB | 140/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 180/382 kB | 84/265 kB | 140/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 180/382 kB | 84/265 kB | 140/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 180/382 kB | 84/265 kB | 144/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 184/382 kB | 84/265 kB | 144/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 184/382 kB | 88/265 kB | 144/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 188/382 kB | 88/265 kB | 144/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 188/382 kB | 88/265 kB | 148/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 188/382 kB | 88/265 kB | 148/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 188/382 kB | 88/265 kB | 148/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 188/382 kB | 88/265 kB | 148/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 188/382 kB | 88/265 kB | 152/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 192/382 kB | 88/265 kB | 152/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 192/382 kB | 92/265 kB | 152/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 196/382 kB | 92/265 kB | 152/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 196/382 kB | 92/265 kB | 156/207 kB | 0.1/1.7 MB Progress (5): 0.2/3.1 MB | 196/382 kB | 92/265 kB | 156/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 196/382 kB | 92/265 kB | 156/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 196/382 kB | 92/265 kB | 156/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 196/382 kB | 92/265 kB | 160/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 200/382 kB | 92/265 kB | 160/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 200/382 kB | 96/265 kB | 160/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 204/382 kB | 96/265 kB | 160/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 204/382 kB | 96/265 kB | 164/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 204/382 kB | 96/265 kB | 164/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 204/382 kB | 96/265 kB | 164/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 204/382 kB | 96/265 kB | 164/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 204/382 kB | 96/265 kB | 168/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 208/382 kB | 96/265 kB | 168/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 208/382 kB | 100/265 kB | 168/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 212/382 kB | 100/265 kB | 168/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 212/382 kB | 100/265 kB | 172/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 212/382 kB | 100/265 kB | 172/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 212/382 kB | 100/265 kB | 172/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 212/382 kB | 100/265 kB | 172/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 212/382 kB | 100/265 kB | 176/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 216/382 kB | 100/265 kB | 176/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 216/382 kB | 104/265 kB | 176/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 220/382 kB | 104/265 kB | 176/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 220/382 kB | 104/265 kB | 180/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 220/382 kB | 104/265 kB | 180/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 220/382 kB | 104/265 kB | 180/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 220/382 kB | 104/265 kB | 180/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 220/382 kB | 104/265 kB | 184/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 224/382 kB | 104/265 kB | 184/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 224/382 kB | 108/265 kB | 184/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 228/382 kB | 108/265 kB | 184/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 228/382 kB | 108/265 kB | 188/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 228/382 kB | 108/265 kB | 188/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 228/382 kB | 108/265 kB | 188/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 228/382 kB | 108/265 kB | 188/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 228/382 kB | 108/265 kB | 192/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 232/382 kB | 108/265 kB | 192/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 232/382 kB | 112/265 kB | 192/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 236/382 kB | 112/265 kB | 192/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 236/382 kB | 112/265 kB | 196/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 236/382 kB | 112/265 kB | 196/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 236/382 kB | 112/265 kB | 196/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 236/382 kB | 112/265 kB | 196/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 236/382 kB | 112/265 kB | 200/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 240/382 kB | 112/265 kB | 200/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 240/382 kB | 116/265 kB | 200/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 244/382 kB | 116/265 kB | 200/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 244/382 kB | 116/265 kB | 204/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 244/382 kB | 116/265 kB | 204/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 244/382 kB | 116/265 kB | 204/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 244/382 kB | 116/265 kB | 204/207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 244/382 kB | 116/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 248/382 kB | 116/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 248/382 kB | 120/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 252/382 kB | 120/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 252/382 kB | 120/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 252/382 kB | 120/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 252/382 kB | 120/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 256/382 kB | 120/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 256/382 kB | 124/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 260/382 kB | 124/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 260/382 kB | 124/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 260/382 kB | 124/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 260/382 kB | 124/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 264/382 kB | 124/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 264/382 kB | 128/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 268/382 kB | 128/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 268/382 kB | 128/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 268/382 kB | 128/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 268/382 kB | 128/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 272/382 kB | 128/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 272/382 kB | 132/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 276/382 kB | 132/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 276/382 kB | 132/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 276/382 kB | 132/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 276/382 kB | 132/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 280/382 kB | 132/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 280/382 kB | 136/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 284/382 kB | 136/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 284/382 kB | 136/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 284/382 kB | 136/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 284/382 kB | 136/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 288/382 kB | 136/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 288/382 kB | 140/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 292/382 kB | 140/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 292/382 kB | 140/265 kB | 207 kB | 0.2/1.7 MB Progress (5): 0.2/3.1 MB | 292/382 kB | 140/265 kB | 207 kB | 0.2/1.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/7.5.0/lucene-highlighter-7.5.0.jar (207 kB at 2.0 MB/s) Progress (4): 0.2/3.1 MB | 292/382 kB | 140/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 296/382 kB | 140/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 296/382 kB | 144/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 300/382 kB | 144/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 300/382 kB | 144/265 kB | 0.3/1.7 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/7.5.0/lucene-join-7.5.0.jar Progress (4): 0.2/3.1 MB | 300/382 kB | 144/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 300/382 kB | 144/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 304/382 kB | 144/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 304/382 kB | 148/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 308/382 kB | 148/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 308/382 kB | 148/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 308/382 kB | 148/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 308/382 kB | 148/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 312/382 kB | 148/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 312/382 kB | 152/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 316/382 kB | 152/265 kB | 0.3/1.7 MB Progress (4): 0.2/3.1 MB | 316/382 kB | 152/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 316/382 kB | 152/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 316/382 kB | 152/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 320/382 kB | 152/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 320/382 kB | 156/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 324/382 kB | 156/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 324/382 kB | 156/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 324/382 kB | 156/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 324/382 kB | 156/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 328/382 kB | 156/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 328/382 kB | 160/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 332/382 kB | 160/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 332/382 kB | 160/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 332/382 kB | 160/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 332/382 kB | 160/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 336/382 kB | 160/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 336/382 kB | 164/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 340/382 kB | 164/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 340/382 kB | 164/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 340/382 kB | 164/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 340/382 kB | 164/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 344/382 kB | 164/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 344/382 kB | 168/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 348/382 kB | 168/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 348/382 kB | 168/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 348/382 kB | 168/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 348/382 kB | 168/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 352/382 kB | 168/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 352/382 kB | 172/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 356/382 kB | 172/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 356/382 kB | 172/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 356/382 kB | 172/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 356/382 kB | 172/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 360/382 kB | 172/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 360/382 kB | 176/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 364/382 kB | 176/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 364/382 kB | 176/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 364/382 kB | 176/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 364/382 kB | 176/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 368/382 kB | 176/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 368/382 kB | 180/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 372/382 kB | 180/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 372/382 kB | 180/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 372/382 kB | 180/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 372/382 kB | 180/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 376/382 kB | 180/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 376/382 kB | 184/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 380/382 kB | 184/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 380/382 kB | 184/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 380/382 kB | 184/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 380/382 kB | 184/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 184/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 188/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 188/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 188/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 188/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 192/265 kB | 0.3/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 192/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 192/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 192/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 196/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 196/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 196/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 196/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 200/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 200/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 200/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 200/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 204/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 204/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 204/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 204/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 208/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 208/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 208/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 208/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 212/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 212/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 212/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 212/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 216/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 216/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 216/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 216/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 220/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 220/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 220/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 220/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 224/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 224/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 224/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 224/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 228/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 228/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 228/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 228/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 232/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 382 kB | 232/265 kB | 0.4/1.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar (382 kB at 3.1 MB/s) Progress (3): 0.3/3.1 MB | 232/265 kB | 0.4/1.7 MB Progress (4): 0.3/3.1 MB | 232/265 kB | 0.4/1.7 MB | 4.1/146 kB Progress (4): 0.3/3.1 MB | 232/265 kB | 0.4/1.7 MB | 4.1/146 kB Progress (4): 0.3/3.1 MB | 236/265 kB | 0.4/1.7 MB | 4.1/146 kB Progress (4): 0.3/3.1 MB | 236/265 kB | 0.4/1.7 MB | 4.1/146 kB Progress (4): 0.3/3.1 MB | 236/265 kB | 0.4/1.7 MB | 7.7/146 kB Progress (4): 0.3/3.1 MB | 236/265 kB | 0.4/1.7 MB | 7.7/146 kB Progress (4): 0.3/3.1 MB | 236/265 kB | 0.4/1.7 MB | 12/146 kB Progress (4): 0.3/3.1 MB | 236/265 kB | 0.4/1.7 MB | 12/146 kB Progress (4): 0.3/3.1 MB | 240/265 kB | 0.4/1.7 MB | 12/146 kB Progress (4): 0.3/3.1 MB | 240/265 kB | 0.4/1.7 MB | 12/146 kB Progress (4): 0.3/3.1 MB | 240/265 kB | 0.4/1.7 MB | 16/146 kB Progress (4): 0.3/3.1 MB | 240/265 kB | 0.4/1.7 MB | 16/146 kB Progress (4): 0.3/3.1 MB | 240/265 kB | 0.4/1.7 MB | 20/146 kB Progress (4): 0.3/3.1 MB | 240/265 kB | 0.5/1.7 MB | 20/146 kB Progress (4): 0.3/3.1 MB | 244/265 kB | 0.5/1.7 MB | 20/146 kB Progress (4): 0.3/3.1 MB | 244/265 kB | 0.5/1.7 MB | 20/146 kB Progress (4): 0.3/3.1 MB | 244/265 kB | 0.5/1.7 MB | 24/146 kB Progress (4): 0.3/3.1 MB | 244/265 kB | 0.5/1.7 MB | 24/146 kB Progress (4): 0.3/3.1 MB | 244/265 kB | 0.5/1.7 MB | 28/146 kB Progress (4): 0.3/3.1 MB | 244/265 kB | 0.5/1.7 MB | 28/146 kB Progress (4): 0.3/3.1 MB | 248/265 kB | 0.5/1.7 MB | 28/146 kB Progress (4): 0.3/3.1 MB | 248/265 kB | 0.5/1.7 MB | 28/146 kB Progress (4): 0.3/3.1 MB | 248/265 kB | 0.5/1.7 MB | 32/146 kB Progress (4): 0.3/3.1 MB | 248/265 kB | 0.5/1.7 MB | 32/146 kB Progress (4): 0.3/3.1 MB | 248/265 kB | 0.5/1.7 MB | 33/146 kB Progress (4): 0.3/3.1 MB | 248/265 kB | 0.5/1.7 MB | 33/146 kB Progress (4): 0.3/3.1 MB | 252/265 kB | 0.5/1.7 MB | 33/146 kB Progress (4): 0.3/3.1 MB | 252/265 kB | 0.5/1.7 MB | 33/146 kB Progress (4): 0.3/3.1 MB | 252/265 kB | 0.5/1.7 MB | 33/146 kB Progress (4): 0.3/3.1 MB | 252/265 kB | 0.5/1.7 MB | 33/146 kB Progress (4): 0.3/3.1 MB | 252/265 kB | 0.5/1.7 MB | 33/146 kB Progress (4): 0.3/3.1 MB | 252/265 kB | 0.5/1.7 MB | 33/146 kB Progress (4): 0.3/3.1 MB | 252/265 kB | 0.5/1.7 MB | 37/146 kB Progress (4): 0.4/3.1 MB | 252/265 kB | 0.5/1.7 MB | 37/146 kB Progress (4): 0.4/3.1 MB | 252/265 kB | 0.5/1.7 MB | 41/146 kB Progress (4): 0.4/3.1 MB | 252/265 kB | 0.5/1.7 MB | 41/146 kB Progress (4): 0.4/3.1 MB | 256/265 kB | 0.5/1.7 MB | 41/146 kB Progress (4): 0.4/3.1 MB | 256/265 kB | 0.5/1.7 MB | 41/146 kB Progress (4): 0.4/3.1 MB | 256/265 kB | 0.5/1.7 MB | 45/146 kB Progress (4): 0.4/3.1 MB | 256/265 kB | 0.5/1.7 MB | 45/146 kB Progress (4): 0.4/3.1 MB | 256/265 kB | 0.5/1.7 MB | 49/146 kB Progress (4): 0.4/3.1 MB | 256/265 kB | 0.5/1.7 MB | 49/146 kB Progress (4): 0.4/3.1 MB | 260/265 kB | 0.5/1.7 MB | 49/146 kB Progress (4): 0.4/3.1 MB | 260/265 kB | 0.5/1.7 MB | 49/146 kB Progress (4): 0.4/3.1 MB | 260/265 kB | 0.5/1.7 MB | 53/146 kB Progress (4): 0.4/3.1 MB | 260/265 kB | 0.5/1.7 MB | 53/146 kB Progress (4): 0.4/3.1 MB | 260/265 kB | 0.5/1.7 MB | 57/146 kB Progress (4): 0.4/3.1 MB | 260/265 kB | 0.5/1.7 MB | 57/146 kB Progress (4): 0.4/3.1 MB | 264/265 kB | 0.5/1.7 MB | 57/146 kB Progress (4): 0.4/3.1 MB | 264/265 kB | 0.5/1.7 MB | 57/146 kB Progress (4): 0.4/3.1 MB | 264/265 kB | 0.5/1.7 MB | 61/146 kB Progress (4): 0.4/3.1 MB | 264/265 kB | 0.5/1.7 MB | 61/146 kB Progress (4): 0.4/3.1 MB | 264/265 kB | 0.5/1.7 MB | 65/146 kB Progress (4): 0.4/3.1 MB | 264/265 kB | 0.5/1.7 MB | 65/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 65/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 65/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 66/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 66/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 70/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 70/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 74/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 74/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 78/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 78/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 82/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 82/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 86/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 86/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 90/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 90/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 94/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 94/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 98/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 98/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 98/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 98/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 98/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 98/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 102/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 102/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 106/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 106/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.5/1.7 MB | 110/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 110/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 114/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 114/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 118/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 118/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 122/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 122/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 126/146 kB Progress (4): 0.4/3.1 MB | 265 kB | 0.6/1.7 MB | 126/146 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.jar (265 kB at 1.6 MB/s) Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 126/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 130/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 130/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 134/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 134/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 138/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 138/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 142/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 142/146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.4/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.6/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.5/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Progress (3): 0.6/3.1 MB | 0.7/1.7 MB | 146 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/7.5.0/lucene-join-7.5.0.jar (146 kB at 825 kB/s) Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.6/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.8/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.7/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 0.9/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.8/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.0/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 0.9/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.1/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.0/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.2/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.1/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.3/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.2/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.4/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.3/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.5/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.4/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.6/1.7 MB Progress (2): 1.5/3.1 MB | 1.7/1.7 MB Progress (2): 1.5/3.1 MB | 1.7/1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.5/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.6/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Progress (2): 1.7/3.1 MB | 1.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar (1.7 MB at 6.3 MB/s) Progress (1): 1.7/3.1 MB Progress (1): 1.7/3.1 MB Progress (1): 1.7/3.1 MB Progress (1): 1.7/3.1 MB Progress (1): 1.7/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.8/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 1.9/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.0/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.1/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.2/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.3/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.4/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.5/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.6/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.7/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.8/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 2.9/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.0/3.1 MB Progress (1): 3.1/3.1 MB Progress (1): 3.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar (3.1 MB at 9.8 MB/s) [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rhelp.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rhelp.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rhelp.core --- [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rhelp.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rhelp.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rhelp.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rhelp.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rhelp.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rhelp.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rhelp.core --- [INFO] [INFO] --< org.eclipse.statet.rhelp-assemblies:org.eclipse.statet.rhelp.server >-- [INFO] Building org.eclipse.statet.rhelp.server 4.0.2.201910101100-r [98/140] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.1.9.RELEASE/spring-boot-maven-plugin-2.1.9.RELEASE.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.1.9.RELEASE/spring-boot-maven-plugin-2.1.9.RELEASE.pom (4.6 kB at 140 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-tools/2.1.9.RELEASE/spring-boot-tools-2.1.9.RELEASE.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-tools/2.1.9.RELEASE/spring-boot-tools-2.1.9.RELEASE.pom (1.8 kB at 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-parent/2.1.9.RELEASE/spring-boot-parent-2.1.9.RELEASE.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-parent/2.1.9.RELEASE/spring-boot-parent-2.1.9.RELEASE.pom (1.8 kB at 37 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.1.9.RELEASE/spring-boot-maven-plugin-2.1.9.RELEASE.jar Progress (1): 4.1/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 33/68 kB Progress (1): 37/68 kB Progress (1): 41/68 kB Progress (1): 45/68 kB Progress (1): 49/68 kB Progress (1): 53/68 kB Progress (1): 57/68 kB Progress (1): 61/68 kB Progress (1): 65/68 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-maven-plugin/2.1.9.RELEASE/spring-boot-maven-plugin-2.1.9.RELEASE.jar (68 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 734 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 668 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1/44 kB Progress (1): 7.7/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44/44 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 3.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 185 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom (7.3 kB at 406 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar (28 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.pom (15 kB at 803 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.jar Progress (1): 4.1/236 kB Progress (1): 7.7/236 kB Progress (1): 12/236 kB Progress (1): 16/236 kB Progress (1): 20/236 kB Progress (1): 24/236 kB Progress (1): 28/236 kB Progress (1): 32/236 kB Progress (1): 33/236 kB Progress (1): 37/236 kB Progress (1): 41/236 kB Progress (1): 45/236 kB Progress (1): 49/236 kB Progress (1): 53/236 kB Progress (1): 57/236 kB Progress (1): 61/236 kB Progress (1): 65/236 kB Progress (1): 66/236 kB Progress (1): 70/236 kB Progress (1): 74/236 kB Progress (1): 78/236 kB Progress (1): 82/236 kB Progress (1): 86/236 kB Progress (1): 90/236 kB Progress (1): 94/236 kB Progress (1): 98/236 kB Progress (1): 98/236 kB Progress (1): 102/236 kB Progress (1): 106/236 kB Progress (1): 110/236 kB Progress (1): 114/236 kB Progress (1): 118/236 kB Progress (1): 122/236 kB Progress (1): 126/236 kB Progress (1): 130/236 kB Progress (1): 131/236 kB Progress (1): 135/236 kB Progress (1): 139/236 kB Progress (1): 143/236 kB Progress (1): 147/236 kB Progress (1): 151/236 kB Progress (1): 155/236 kB Progress (1): 159/236 kB Progress (1): 163/236 kB Progress (1): 164/236 kB Progress (1): 168/236 kB Progress (1): 172/236 kB Progress (1): 176/236 kB Progress (1): 180/236 kB Progress (1): 184/236 kB Progress (1): 188/236 kB Progress (1): 192/236 kB Progress (1): 196/236 kB Progress (1): 197/236 kB Progress (1): 201/236 kB Progress (1): 205/236 kB Progress (1): 209/236 kB Progress (1): 213/236 kB Progress (1): 217/236 kB Progress (1): 221/236 kB Progress (1): 225/236 kB Progress (1): 229/236 kB Progress (1): 233/236 kB Progress (1): 236 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.jar (236 kB at 9.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.1.9.RELEASE/spring-boot-starter-2.1.9.RELEASE.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.1.9.RELEASE/spring-boot-starter-2.1.9.RELEASE.pom (3.0 kB at 124 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starters/2.1.9.RELEASE/spring-boot-starters-2.1.9.RELEASE.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starters/2.1.9.RELEASE/spring-boot-starters-2.1.9.RELEASE.pom (1.8 kB at 77 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.1.9.RELEASE/spring-boot-2.1.9.RELEASE.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.1.9.RELEASE/spring-boot-2.1.9.RELEASE.pom (14 kB at 524 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.1.10.RELEASE/spring-core-5.1.10.RELEASE.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.1.10.RELEASE/spring-core-5.1.10.RELEASE.pom (3.6 kB at 150 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.1.10.RELEASE/spring-jcl-5.1.10.RELEASE.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.1.10.RELEASE/spring-jcl-5.1.10.RELEASE.pom (1.9 kB at 69 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.1.10.RELEASE/spring-context-5.1.10.RELEASE.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.1.10.RELEASE/spring-context-5.1.10.RELEASE.pom (5.7 kB at 220 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.1.10.RELEASE/spring-aop-5.1.10.RELEASE.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.1.10.RELEASE/spring-aop-5.1.10.RELEASE.pom (2.5 kB at 58 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.1.10.RELEASE/spring-beans-5.1.10.RELEASE.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.1.10.RELEASE/spring-beans-5.1.10.RELEASE.pom (2.7 kB at 98 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.1.10.RELEASE/spring-expression-5.1.10.RELEASE.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.1.10.RELEASE/spring-expression-5.1.10.RELEASE.pom (1.7 kB at 72 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.1.9.RELEASE/spring-boot-autoconfigure-2.1.9.RELEASE.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.1.9.RELEASE/spring-boot-autoconfigure-2.1.9.RELEASE.pom (33 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.1.9.RELEASE/spring-boot-starter-logging-2.1.9.RELEASE.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.1.9.RELEASE/spring-boot-starter-logging-2.1.9.RELEASE.pom (2.4 kB at 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom (13 kB at 396 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom (18 kB at 847 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom (4.2 kB at 280 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom (3.8 kB at 128 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom (14 kB at 406 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.pom Progress (1): 990 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.pom (990 B at 58 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.23/snakeyaml-1.23.pom Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.23/snakeyaml-1.23.pom (38 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.1.10.RELEASE/spring-web-5.1.10.RELEASE.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.1.10.RELEASE/spring-web-5.1.10.RELEASE.pom (12 kB at 519 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.19.v20190610/jetty-servlets-9.4.19.v20190610.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.19.v20190610/jetty-servlets-9.4.19.v20190610.pom (2.9 kB at 116 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.19.v20190610/jetty-project-9.4.19.v20190610.pom Progress (1): 4.1/70 kB Progress (1): 7.7/70 kB Progress (1): 12/70 kB Progress (1): 16/70 kB Progress (1): 20/70 kB Progress (1): 24/70 kB Progress (1): 28/70 kB Progress (1): 32/70 kB Progress (1): 33/70 kB Progress (1): 37/70 kB Progress (1): 41/70 kB Progress (1): 45/70 kB Progress (1): 49/70 kB Progress (1): 53/70 kB Progress (1): 57/70 kB Progress (1): 61/70 kB Progress (1): 65/70 kB Progress (1): 69/70 kB Progress (1): 70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.19.v20190610/jetty-project-9.4.19.v20190610.pom (70 kB at 2.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.19.v20190610/jetty-continuation-9.4.19.v20190610.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.19.v20190610/jetty-continuation-9.4.19.v20190610.pom (1.2 kB at 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.19.v20190610/jetty-http-9.4.19.v20190610.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.19.v20190610/jetty-http-9.4.19.v20190610.pom (4.3 kB at 171 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.19.v20190610/jetty-util-9.4.19.v20190610.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.19.v20190610/jetty-util-9.4.19.v20190610.pom (4.2 kB at 174 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.19.v20190610/jetty-io-9.4.19.v20190610.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.19.v20190610/jetty-io-9.4.19.v20190610.pom (1.3 kB at 54 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.19.v20190610/jetty-webapp-9.4.19.v20190610.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.19.v20190610/jetty-webapp-9.4.19.v20190610.pom (3.0 kB at 90 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.19.v20190610/jetty-xml-9.4.19.v20190610.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.19.v20190610/jetty-xml-9.4.19.v20190610.pom (1.9 kB at 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.19.v20190610/jetty-servlet-9.4.19.v20190610.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.19.v20190610/jetty-servlet-9.4.19.v20190610.pom (2.3 kB at 84 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.19.v20190610/jetty-security-9.4.19.v20190610.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.19.v20190610/jetty-security-9.4.19.v20190610.pom (1.6 kB at 65 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.19.v20190610/jetty-server-9.4.19.v20190610.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.19.v20190610/jetty-server-9.4.19.v20190610.pom (2.6 kB at 107 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.pom (16 kB at 443 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.1.9.RELEASE/spring-boot-test-2.1.9.RELEASE.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.1.9.RELEASE/spring-boot-test-2.1.9.RELEASE.pom (7.1 kB at 295 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.1.9.RELEASE/spring-boot-test-autoconfigure-2.1.9.RELEASE.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.1.9.RELEASE/spring-boot-test-autoconfigure-2.1.9.RELEASE.pom (9.8 kB at 364 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.1.10.RELEASE/spring-test-5.1.10.RELEASE.pom Progress (1): 4.1/10.0 kB Progress (1): 7.7/10.0 kB Progress (1): 10.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.1.10.RELEASE/spring-test-5.1.10.RELEASE.pom (10.0 kB at 332 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.1.9.RELEASE/spring-boot-starter-2.1.9.RELEASE.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.1.10.RELEASE/spring-expression-5.1.10.RELEASE.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.1.10.RELEASE/spring-aop-5.1.10.RELEASE.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.1.10.RELEASE/spring-context-5.1.10.RELEASE.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.1.9.RELEASE/spring-boot-2.1.9.RELEASE.jar Progress (1): 4.1/281 kB Progress (1): 7.7/281 kB Progress (1): 12/281 kB Progress (1): 16/281 kB Progress (1): 20/281 kB Progress (1): 24/281 kB Progress (1): 28/281 kB Progress (1): 32/281 kB Progress (1): 33/281 kB Progress (1): 37/281 kB Progress (1): 41/281 kB Progress (1): 45/281 kB Progress (1): 49/281 kB Progress (1): 53/281 kB Progress (1): 57/281 kB Progress (1): 61/281 kB Progress (1): 65/281 kB Progress (1): 66/281 kB Progress (1): 70/281 kB Progress (1): 74/281 kB Progress (1): 78/281 kB Progress (1): 82/281 kB Progress (1): 86/281 kB Progress (1): 90/281 kB Progress (1): 94/281 kB Progress (1): 98/281 kB Progress (1): 98/281 kB Progress (1): 102/281 kB Progress (1): 106/281 kB Progress (1): 110/281 kB Progress (1): 114/281 kB Progress (1): 118/281 kB Progress (1): 122/281 kB Progress (1): 126/281 kB Progress (1): 130/281 kB Progress (1): 131/281 kB Progress (1): 135/281 kB Progress (1): 139/281 kB Progress (1): 143/281 kB Progress (1): 147/281 kB Progress (1): 151/281 kB Progress (1): 155/281 kB Progress (1): 159/281 kB Progress (1): 163/281 kB Progress (1): 164/281 kB Progress (1): 168/281 kB Progress (1): 172/281 kB Progress (1): 176/281 kB Progress (1): 180/281 kB Progress (1): 184/281 kB Progress (1): 188/281 kB Progress (1): 192/281 kB Progress (1): 196/281 kB Progress (1): 197/281 kB Progress (1): 201/281 kB Progress (1): 205/281 kB Progress (1): 209/281 kB Progress (1): 213/281 kB Progress (1): 217/281 kB Progress (1): 221/281 kB Progress (1): 225/281 kB Progress (1): 229/281 kB Progress (1): 229/281 kB Progress (1): 233/281 kB Progress (1): 237/281 kB Progress (1): 241/281 kB Progress (1): 245/281 kB Progress (1): 249/281 kB Progress (1): 253/281 kB Progress (1): 257/281 kB Progress (1): 261/281 kB Progress (1): 265/281 kB Progress (1): 269/281 kB Progress (1): 273/281 kB Progress (1): 277/281 kB Progress (1): 281 kB Progress (2): 281 kB | 4.1/372 kB Progress (2): 281 kB | 7.7/372 kB Progress (2): 281 kB | 12/372 kB Progress (2): 281 kB | 16/372 kB Progress (2): 281 kB | 20/372 kB Progress (2): 281 kB | 24/372 kB Progress (2): 281 kB | 28/372 kB Progress (2): 281 kB | 32/372 kB Progress (2): 281 kB | 33/372 kB Progress (2): 281 kB | 37/372 kB Progress (2): 281 kB | 41/372 kB Progress (2): 281 kB | 45/372 kB Progress (3): 281 kB | 45/372 kB | 397 B Progress (3): 281 kB | 49/372 kB | 397 B Progress (3): 281 kB | 53/372 kB | 397 B Progress (3): 281 kB | 57/372 kB | 397 B Progress (3): 281 kB | 61/372 kB | 397 B Progress (3): 281 kB | 65/372 kB | 397 B Progress (4): 281 kB | 65/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 66/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 66/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 70/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 70/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 74/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 74/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 78/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 78/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 82/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 82/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 86/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 86/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 90/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 90/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 94/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 94/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 98/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 98/372 kB | 397 B | 0/1.1 MB Progress (4): 281 kB | 98/372 kB | 397 B | 0/1.1 MB Progress (5): 281 kB | 98/372 kB | 397 B | 0/1.1 MB | 4.1/956 kB Progress (5): 281 kB | 102/372 kB | 397 B | 0/1.1 MB | 4.1/956 kB Progress (5): 281 kB | 102/372 kB | 397 B | 0/1.1 MB | 4.1/956 kB Progress (5): 281 kB | 106/372 kB | 397 B | 0/1.1 MB | 4.1/956 kB Progress (5): 281 kB | 106/372 kB | 397 B | 0/1.1 MB | 7.7/956 kB Progress (5): 281 kB | 110/372 kB | 397 B | 0/1.1 MB | 7.7/956 kB Progress (5): 281 kB | 110/372 kB | 397 B | 0/1.1 MB | 7.7/956 kB Progress (5): 281 kB | 114/372 kB | 397 B | 0/1.1 MB | 7.7/956 kB Progress (5): 281 kB | 114/372 kB | 397 B | 0/1.1 MB | 12/956 kB Progress (5): 281 kB | 118/372 kB | 397 B | 0/1.1 MB | 12/956 kB Progress (5): 281 kB | 118/372 kB | 397 B | 0.1/1.1 MB | 12/956 kB Progress (5): 281 kB | 122/372 kB | 397 B | 0.1/1.1 MB | 12/956 kB Progress (5): 281 kB | 122/372 kB | 397 B | 0.1/1.1 MB | 16/956 kB Progress (5): 281 kB | 126/372 kB | 397 B | 0.1/1.1 MB | 16/956 kB Progress (5): 281 kB | 126/372 kB | 397 B | 0.1/1.1 MB | 16/956 kB Progress (5): 281 kB | 130/372 kB | 397 B | 0.1/1.1 MB | 16/956 kB Progress (5): 281 kB | 130/372 kB | 397 B | 0.1/1.1 MB | 20/956 kB Progress (5): 281 kB | 131/372 kB | 397 B | 0.1/1.1 MB | 20/956 kB Progress (5): 281 kB | 131/372 kB | 397 B | 0.1/1.1 MB | 20/956 kB Progress (5): 281 kB | 135/372 kB | 397 B | 0.1/1.1 MB | 20/956 kB Progress (5): 281 kB | 135/372 kB | 397 B | 0.1/1.1 MB | 24/956 kB Progress (5): 281 kB | 139/372 kB | 397 B | 0.1/1.1 MB | 24/956 kB Progress (5): 281 kB | 139/372 kB | 397 B | 0.1/1.1 MB | 24/956 kB Progress (5): 281 kB | 143/372 kB | 397 B | 0.1/1.1 MB | 24/956 kB Progress (5): 281 kB | 143/372 kB | 397 B | 0.1/1.1 MB | 28/956 kB Progress (5): 281 kB | 147/372 kB | 397 B | 0.1/1.1 MB | 28/956 kB Progress (5): 281 kB | 147/372 kB | 397 B | 0.1/1.1 MB | 28/956 kB Progress (5): 281 kB | 151/372 kB | 397 B | 0.1/1.1 MB | 28/956 kB Progress (5): 281 kB | 151/372 kB | 397 B | 0.1/1.1 MB | 32/956 kB Progress (5): 281 kB | 155/372 kB | 397 B | 0.1/1.1 MB | 32/956 kB Progress (5): 281 kB | 155/372 kB | 397 B | 0.1/1.1 MB | 32/956 kB Progress (5): 281 kB | 159/372 kB | 397 B | 0.1/1.1 MB | 32/956 kB Progress (5): 281 kB | 159/372 kB | 397 B | 0.1/1.1 MB | 36/956 kB Progress (5): 281 kB | 163/372 kB | 397 B | 0.1/1.1 MB | 36/956 kB Progress (5): 281 kB | 163/372 kB | 397 B | 0.1/1.1 MB | 36/956 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.1.10.RELEASE/spring-expression-5.1.10.RELEASE.jar (281 kB at 5.2 MB/s) Progress (4): 164/372 kB | 397 B | 0.1/1.1 MB | 36/956 kB Progress (4): 164/372 kB | 397 B | 0.1/1.1 MB | 40/956 kB Progress (4): 168/372 kB | 397 B | 0.1/1.1 MB | 40/956 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.1.9.RELEASE/spring-boot-autoconfigure-2.1.9.RELEASE.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.1.9.RELEASE/spring-boot-starter-2.1.9.RELEASE.jar (397 B at 7.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.1.9.RELEASE/spring-boot-starter-logging-2.1.9.RELEASE.jar Progress (3): 168/372 kB | 0.1/1.1 MB | 40/956 kB Progress (3): 172/372 kB | 0.1/1.1 MB | 40/956 kB Progress (3): 172/372 kB | 0.1/1.1 MB | 44/956 kB Progress (3): 176/372 kB | 0.1/1.1 MB | 44/956 kB Progress (3): 176/372 kB | 0.1/1.1 MB | 44/956 kB Progress (3): 180/372 kB | 0.1/1.1 MB | 44/956 kB Progress (3): 180/372 kB | 0.1/1.1 MB | 48/956 kB Progress (3): 184/372 kB | 0.1/1.1 MB | 48/956 kB Progress (3): 184/372 kB | 0.1/1.1 MB | 52/956 kB Progress (3): 184/372 kB | 0.1/1.1 MB | 52/956 kB Progress (3): 184/372 kB | 0.1/1.1 MB | 56/956 kB Progress (3): 188/372 kB | 0.1/1.1 MB | 56/956 kB Progress (3): 188/372 kB | 0.1/1.1 MB | 60/956 kB Progress (3): 188/372 kB | 0.1/1.1 MB | 60/956 kB Progress (3): 188/372 kB | 0.1/1.1 MB | 64/956 kB Progress (3): 192/372 kB | 0.1/1.1 MB | 64/956 kB Progress (3): 192/372 kB | 0.1/1.1 MB | 68/956 kB Progress (3): 192/372 kB | 0.1/1.1 MB | 68/956 kB Progress (3): 192/372 kB | 0.1/1.1 MB | 72/956 kB Progress (3): 192/372 kB | 0.1/1.1 MB | 72/956 kB Progress (3): 196/372 kB | 0.1/1.1 MB | 72/956 kB Progress (3): 196/372 kB | 0.1/1.1 MB | 72/956 kB Progress (3): 196/372 kB | 0.1/1.1 MB | 76/956 kB Progress (3): 196/372 kB | 0.1/1.1 MB | 76/956 kB Progress (3): 197/372 kB | 0.1/1.1 MB | 76/956 kB Progress (3): 197/372 kB | 0.1/1.1 MB | 76/956 kB Progress (3): 197/372 kB | 0.1/1.1 MB | 80/956 kB Progress (3): 197/372 kB | 0.1/1.1 MB | 80/956 kB Progress (3): 201/372 kB | 0.1/1.1 MB | 80/956 kB Progress (3): 201/372 kB | 0.1/1.1 MB | 80/956 kB Progress (3): 201/372 kB | 0.1/1.1 MB | 84/956 kB Progress (3): 201/372 kB | 0.1/1.1 MB | 84/956 kB Progress (3): 205/372 kB | 0.1/1.1 MB | 84/956 kB Progress (3): 205/372 kB | 0.1/1.1 MB | 84/956 kB Progress (3): 205/372 kB | 0.1/1.1 MB | 88/956 kB Progress (3): 205/372 kB | 0.1/1.1 MB | 88/956 kB Progress (3): 209/372 kB | 0.1/1.1 MB | 88/956 kB Progress (3): 209/372 kB | 0.1/1.1 MB | 88/956 kB Progress (3): 209/372 kB | 0.1/1.1 MB | 92/956 kB Progress (3): 209/372 kB | 0.1/1.1 MB | 92/956 kB Progress (3): 213/372 kB | 0.1/1.1 MB | 92/956 kB Progress (3): 213/372 kB | 0.1/1.1 MB | 92/956 kB Progress (3): 213/372 kB | 0.1/1.1 MB | 96/956 kB Progress (3): 213/372 kB | 0.1/1.1 MB | 96/956 kB Progress (3): 217/372 kB | 0.1/1.1 MB | 96/956 kB Progress (3): 217/372 kB | 0.2/1.1 MB | 96/956 kB Progress (3): 217/372 kB | 0.2/1.1 MB | 100/956 kB Progress (3): 217/372 kB | 0.2/1.1 MB | 100/956 kB Progress (3): 221/372 kB | 0.2/1.1 MB | 100/956 kB Progress (3): 221/372 kB | 0.2/1.1 MB | 100/956 kB Progress (3): 221/372 kB | 0.2/1.1 MB | 104/956 kB Progress (3): 221/372 kB | 0.2/1.1 MB | 104/956 kB Progress (3): 225/372 kB | 0.2/1.1 MB | 104/956 kB Progress (3): 225/372 kB | 0.2/1.1 MB | 104/956 kB Progress (3): 225/372 kB | 0.2/1.1 MB | 108/956 kB Progress (3): 225/372 kB | 0.2/1.1 MB | 108/956 kB Progress (3): 229/372 kB | 0.2/1.1 MB | 108/956 kB Progress (3): 229/372 kB | 0.2/1.1 MB | 108/956 kB Progress (3): 229/372 kB | 0.2/1.1 MB | 112/956 kB Progress (3): 229/372 kB | 0.2/1.1 MB | 112/956 kB Progress (3): 229/372 kB | 0.2/1.1 MB | 112/956 kB Progress (3): 229/372 kB | 0.2/1.1 MB | 112/956 kB Progress (3): 229/372 kB | 0.2/1.1 MB | 116/956 kB Progress (3): 229/372 kB | 0.2/1.1 MB | 116/956 kB Progress (3): 233/372 kB | 0.2/1.1 MB | 116/956 kB Progress (3): 233/372 kB | 0.2/1.1 MB | 116/956 kB Progress (3): 233/372 kB | 0.2/1.1 MB | 120/956 kB Progress (3): 233/372 kB | 0.2/1.1 MB | 120/956 kB Progress (3): 237/372 kB | 0.2/1.1 MB | 120/956 kB Progress (3): 237/372 kB | 0.2/1.1 MB | 120/956 kB Progress (3): 237/372 kB | 0.2/1.1 MB | 124/956 kB Progress (3): 237/372 kB | 0.2/1.1 MB | 124/956 kB Progress (3): 241/372 kB | 0.2/1.1 MB | 124/956 kB Progress (3): 241/372 kB | 0.2/1.1 MB | 124/956 kB Progress (3): 241/372 kB | 0.2/1.1 MB | 128/956 kB Progress (3): 241/372 kB | 0.2/1.1 MB | 128/956 kB Progress (3): 245/372 kB | 0.2/1.1 MB | 128/956 kB Progress (3): 245/372 kB | 0.2/1.1 MB | 128/956 kB Progress (3): 245/372 kB | 0.2/1.1 MB | 132/956 kB Progress (3): 245/372 kB | 0.2/1.1 MB | 132/956 kB Progress (3): 249/372 kB | 0.2/1.1 MB | 132/956 kB Progress (3): 249/372 kB | 0.2/1.1 MB | 132/956 kB Progress (3): 249/372 kB | 0.2/1.1 MB | 136/956 kB Progress (3): 249/372 kB | 0.2/1.1 MB | 136/956 kB Progress (3): 253/372 kB | 0.2/1.1 MB | 136/956 kB Progress (3): 253/372 kB | 0.2/1.1 MB | 136/956 kB Progress (3): 253/372 kB | 0.2/1.1 MB | 140/956 kB Progress (3): 253/372 kB | 0.2/1.1 MB | 140/956 kB Progress (3): 257/372 kB | 0.2/1.1 MB | 140/956 kB Progress (3): 257/372 kB | 0.2/1.1 MB | 140/956 kB Progress (3): 257/372 kB | 0.2/1.1 MB | 144/956 kB Progress (3): 257/372 kB | 0.2/1.1 MB | 144/956 kB Progress (3): 261/372 kB | 0.2/1.1 MB | 144/956 kB Progress (3): 261/372 kB | 0.2/1.1 MB | 144/956 kB Progress (3): 262/372 kB | 0.2/1.1 MB | 144/956 kB Progress (3): 262/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 266/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 266/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 270/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 270/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 274/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 274/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 278/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 278/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 282/372 kB | 0.3/1.1 MB | 144/956 kB Progress (3): 282/372 kB | 0.3/1.1 MB | 144/956 kB Progress (4): 282/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B Progress (5): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B | 0/1.3 MB Progress (5): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B | 0/1.3 MB Progress (5): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B | 0/1.3 MB Progress (5): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B | 0/1.3 MB Progress (5): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B | 0/1.3 MB Progress (5): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 405 B | 0/1.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.1.9.RELEASE/spring-boot-starter-logging-2.1.9.RELEASE.jar (405 B at 5.3 kB/s) Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.3/1.1 MB | 144/956 kB | 0/1.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB Progress (5): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB | 4.1/290 kB Progress (5): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB | 4.1/290 kB Progress (5): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB | 4.1/290 kB Progress (5): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB | 4.1/290 kB Progress (5): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB | 7.7/290 kB Progress (5): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB | 7.7/290 kB Progress (5): 286/372 kB | 0.4/1.1 MB | 144/956 kB | 0.1/1.3 MB | 7.7/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 7.7/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 12/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 12/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 12/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 12/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 16/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 16/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 16/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 16/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 20/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 20/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 20/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 20/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 24/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 24/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 24/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 24/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 28/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 28/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 28/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 28/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 32/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 32/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 32/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 32/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 33/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 33/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 33/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 33/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 37/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 37/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 37/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 37/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 41/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 41/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 41/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 41/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 45/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 45/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 45/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 45/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 49/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 49/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 49/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 49/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 53/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 53/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 53/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 53/290 kB Progress (5): 286/372 kB | 0.5/1.1 MB | 144/956 kB | 0.1/1.3 MB | 57/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.1/1.3 MB | 57/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.1/1.3 MB | 57/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.1/1.3 MB | 57/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.1/1.3 MB | 61/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.1/1.3 MB | 61/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 61/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 61/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 65/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 65/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 65/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 65/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 66/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 66/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 66/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 66/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 70/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 70/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 70/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 70/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 74/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 74/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 74/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 74/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 78/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 78/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 78/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 78/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 82/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 82/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 82/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 82/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 86/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 86/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 86/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 86/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 90/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 90/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 90/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 90/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 94/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 94/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 94/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 94/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 98/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 98/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 98/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 98/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 98/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 98/290 kB Progress (5): 286/372 kB | 0.6/1.1 MB | 144/956 kB | 0.2/1.3 MB | 98/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 98/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 102/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 102/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 102/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 102/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 106/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 106/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 106/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 106/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 110/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 110/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 110/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 110/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 114/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 114/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 114/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 114/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 118/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 118/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 118/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 118/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 122/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 122/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 122/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 122/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 126/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 126/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 126/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 126/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 130/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 130/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 130/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 130/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 131/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 131/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 131/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 131/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 135/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 135/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 135/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 135/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 139/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 139/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 139/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 139/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 143/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 143/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 143/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 143/290 kB Progress (5): 286/372 kB | 0.7/1.1 MB | 144/956 kB | 0.2/1.3 MB | 147/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 147/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 147/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 147/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 151/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 151/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 151/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 151/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 155/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 155/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 155/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 155/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 159/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 159/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 159/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 159/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 163/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.2/1.3 MB | 163/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 163/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 163/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 164/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 164/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 164/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 164/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 168/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 168/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 168/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 168/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 172/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 172/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 172/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 172/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 176/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 176/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 176/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 176/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 180/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 180/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 180/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 180/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 184/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 184/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 184/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 184/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 188/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 188/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 188/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 188/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 192/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 192/290 kB Progress (5): 286/372 kB | 0.8/1.1 MB | 144/956 kB | 0.3/1.3 MB | 192/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 192/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 196/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 196/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 196/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 196/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 197/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 197/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 197/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 197/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 201/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 201/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 201/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 201/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 205/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 205/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 205/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 205/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 209/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 209/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 209/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 209/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 213/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 213/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 213/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 213/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 217/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 217/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 217/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 217/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 221/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 221/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 221/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 221/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 225/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 225/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 225/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 225/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 229/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 229/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 229/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 229/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 229/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 229/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 229/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 229/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 233/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 233/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 233/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 233/290 kB Progress (5): 286/372 kB | 0.9/1.1 MB | 144/956 kB | 0.3/1.3 MB | 237/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 237/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 237/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 237/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 241/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 241/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 241/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 241/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 245/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 245/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 245/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 245/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 249/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 249/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 249/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 249/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 253/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 253/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 253/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 253/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 257/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 257/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 257/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 257/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 261/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.3/1.3 MB | 261/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 261/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 261/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 265/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 265/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 265/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 265/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 269/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 269/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 269/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 269/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 273/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 273/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 273/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 273/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 277/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 277/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 277/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 277/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 281/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 281/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 281/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 281/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 285/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 285/290 kB Progress (5): 286/372 kB | 1.0/1.1 MB | 144/956 kB | 0.4/1.3 MB | 285/290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 285/290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 289/290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 289/290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 289/290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 289/290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1/1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.4/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Progress (5): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB | 290 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar (290 kB at 1.9 MB/s) Progress (4): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar Progress (4): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB Progress (4): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB Progress (4): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB Progress (4): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB Progress (4): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB Progress (4): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB Progress (4): 286/372 kB | 1.1 MB | 144/956 kB | 0.5/1.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.1.10.RELEASE/spring-context-5.1.10.RELEASE.jar (1.1 MB at 6.9 MB/s) Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.5/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.6/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.7/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.7/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.7/1.3 MB Progress (3): 286/372 kB | 144/956 kB | 0.7/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 4.1/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 4.1/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 7.7/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 7.7/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 12/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 12/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 16/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 16/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 20/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 20/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 24/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 24/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 28/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 28/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 32/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 32/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 36/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 36/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 40/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 40/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 44/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 44/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 48/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 48/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 52/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 52/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 56/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 56/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 60/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 60/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 64/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 64/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 68/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 68/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 72/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 72/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 76/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 76/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 80/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 80/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 84/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 84/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.7/1.3 MB | 88/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 88/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 92/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 92/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 96/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 96/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 100/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 100/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 104/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 104/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 108/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 108/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 112/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 112/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 116/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 116/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 120/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 120/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 124/472 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 124/472 kB | 4.1/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 128/472 kB | 4.1/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 128/472 kB | 4.1/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 132/472 kB | 4.1/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 132/472 kB | 7.7/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 136/472 kB | 7.7/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 136/472 kB | 7.7/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 140/472 kB | 7.7/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 140/472 kB | 12/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 144/472 kB | 12/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 144/472 kB | 12/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 148/472 kB | 12/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 148/472 kB | 16/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 152/472 kB | 16/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 152/472 kB | 16/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 156/472 kB | 16/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 156/472 kB | 20/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 160/472 kB | 20/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 160/472 kB | 20/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 164/472 kB | 20/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 164/472 kB | 24/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 168/472 kB | 24/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 168/472 kB | 24/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 172/472 kB | 24/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 172/472 kB | 28/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 176/472 kB | 28/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 176/472 kB | 28/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 180/472 kB | 28/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 180/472 kB | 32/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 184/472 kB | 32/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 184/472 kB | 32/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 188/472 kB | 32/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 188/472 kB | 33/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 192/472 kB | 33/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 192/472 kB | 33/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 196/472 kB | 33/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 196/472 kB | 37/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 200/472 kB | 37/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 200/472 kB | 37/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 204/472 kB | 37/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 204/472 kB | 41/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 208/472 kB | 41/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 208/472 kB | 41/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 212/472 kB | 41/41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 212/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 216/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 216/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 220/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 220/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 224/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 224/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 228/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 228/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 232/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 232/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.8/1.3 MB | 236/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 236/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 240/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 240/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 244/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 244/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 248/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 248/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 252/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 252/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 256/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 256/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 260/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 260/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 264/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 264/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 268/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 268/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 272/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 272/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 276/472 kB | 41 kB Progress (5): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 276/472 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar (41 kB at 213 kB/s) Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 280/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 280/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 284/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 284/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 288/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 288/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 292/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 292/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 296/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 296/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 300/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 300/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 304/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 304/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 308/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 308/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 312/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 312/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 316/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 316/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 320/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 320/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 324/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 324/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 328/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 328/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 332/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 332/472 kB Progress (4): 286/372 kB | 144/956 kB | 0.9/1.3 MB | 336/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 336/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 340/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 340/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 344/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 344/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 348/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 348/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 352/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 352/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 356/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 356/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 360/472 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 360/472 kB | 4.1/4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 364/472 kB | 4.1/4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 364/472 kB | 4.1/4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 368/472 kB | 4.1/4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 368/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 372/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 372/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 376/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 376/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 380/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 380/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 384/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 384/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 388/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 388/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 392/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 392/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 396/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 396/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 400/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 400/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 404/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 404/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 408/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 408/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 412/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 412/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 416/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 416/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 420/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 420/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 424/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 424/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 428/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 428/472 kB | 4.6 kB Progress (5): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 432/472 kB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar (4.6 kB at 22 kB/s) Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 432/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.1.10.RELEASE/spring-core-5.1.10.RELEASE.jar Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 436/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 436/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 440/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 440/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.0/1.3 MB | 444/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 444/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 448/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 448/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 452/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 452/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 456/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 456/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 460/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 460/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 464/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 464/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 468/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 468/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472/472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.1/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.2/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.3/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.3/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.3/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.3/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.3/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.3/1.3 MB | 472 kB Progress (4): 286/372 kB | 144/956 kB | 1.3 MB | 472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar (472 kB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.1.10.RELEASE/spring-jcl-5.1.10.RELEASE.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.1.9.RELEASE/spring-boot-autoconfigure-2.1.9.RELEASE.jar (1.3 MB at 5.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar Progress (3): 286/372 kB | 144/956 kB | 4.1/301 kB Progress (3): 286/372 kB | 144/956 kB | 7.7/301 kB Progress (3): 286/372 kB | 144/956 kB | 12/301 kB Progress (3): 286/372 kB | 144/956 kB | 16/301 kB Progress (3): 286/372 kB | 144/956 kB | 20/301 kB Progress (3): 286/372 kB | 144/956 kB | 24/301 kB Progress (3): 286/372 kB | 144/956 kB | 28/301 kB Progress (3): 286/372 kB | 144/956 kB | 32/301 kB Progress (3): 286/372 kB | 144/956 kB | 33/301 kB Progress (3): 286/372 kB | 144/956 kB | 37/301 kB Progress (3): 286/372 kB | 144/956 kB | 41/301 kB Progress (3): 286/372 kB | 144/956 kB | 45/301 kB Progress (3): 286/372 kB | 144/956 kB | 49/301 kB Progress (3): 286/372 kB | 144/956 kB | 53/301 kB Progress (3): 286/372 kB | 144/956 kB | 57/301 kB Progress (3): 286/372 kB | 144/956 kB | 61/301 kB Progress (3): 286/372 kB | 144/956 kB | 65/301 kB Progress (3): 286/372 kB | 144/956 kB | 66/301 kB Progress (3): 286/372 kB | 144/956 kB | 70/301 kB Progress (3): 286/372 kB | 144/956 kB | 74/301 kB Progress (3): 286/372 kB | 144/956 kB | 78/301 kB Progress (3): 286/372 kB | 144/956 kB | 82/301 kB Progress (3): 286/372 kB | 144/956 kB | 86/301 kB Progress (3): 286/372 kB | 144/956 kB | 90/301 kB Progress (3): 286/372 kB | 144/956 kB | 94/301 kB Progress (3): 286/372 kB | 144/956 kB | 98/301 kB Progress (3): 286/372 kB | 144/956 kB | 98/301 kB Progress (4): 286/372 kB | 144/956 kB | 98/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 102/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 102/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 106/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 106/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 110/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 110/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 114/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 114/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 118/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 118/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 122/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 122/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 126/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 126/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 130/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 130/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 131/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 131/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 135/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 135/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 139/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 139/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 143/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 143/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 147/301 kB | 0/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 147/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 151/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 151/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 155/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 155/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 159/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 159/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 163/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 163/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 164/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 164/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 168/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 168/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 172/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 172/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 176/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 176/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 180/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 180/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 184/301 kB | 0.1/1.3 MB Progress (4): 286/372 kB | 144/956 kB | 184/301 kB | 0.1/1.3 MB Progress (5): 286/372 kB | 144/956 kB | 184/301 kB | 0.1/1.3 MB | 4.1/24 kB Progress (5): 286/372 kB | 144/956 kB | 188/301 kB | 0.1/1.3 MB | 4.1/24 kB Progress (5): 286/372 kB | 144/956 kB | 188/301 kB | 0.1/1.3 MB | 7.7/24 kB Progress (5): 286/372 kB | 144/956 kB | 188/301 kB | 0.1/1.3 MB | 7.7/24 kB Progress (5): 286/372 kB | 144/956 kB | 188/301 kB | 0.1/1.3 MB | 12/24 kB Progress (5): 286/372 kB | 144/956 kB | 192/301 kB | 0.1/1.3 MB | 12/24 kB Progress (5): 286/372 kB | 144/956 kB | 192/301 kB | 0.1/1.3 MB | 16/24 kB Progress (5): 286/372 kB | 144/956 kB | 192/301 kB | 0.1/1.3 MB | 16/24 kB Progress (5): 286/372 kB | 144/956 kB | 192/301 kB | 0.1/1.3 MB | 20/24 kB Progress (5): 286/372 kB | 144/956 kB | 196/301 kB | 0.1/1.3 MB | 20/24 kB Progress (5): 286/372 kB | 144/956 kB | 196/301 kB | 0.1/1.3 MB | 24/24 kB Progress (5): 286/372 kB | 144/956 kB | 196/301 kB | 0.1/1.3 MB | 24/24 kB Progress (5): 286/372 kB | 144/956 kB | 196/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 197/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 197/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 201/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 201/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 205/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 205/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 209/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 209/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 213/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 213/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 217/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 217/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 221/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 221/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 225/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 225/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 229/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 229/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 229/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 229/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 233/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 233/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 237/301 kB | 0.1/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 237/301 kB | 0.2/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 241/301 kB | 0.2/1.3 MB | 24 kB Progress (5): 286/372 kB | 144/956 kB | 241/301 kB | 0.2/1.3 MB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.1.10.RELEASE/spring-jcl-5.1.10.RELEASE.jar (24 kB at 92 kB/s) Progress (4): 286/372 kB | 148/956 kB | 241/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 148/956 kB | 241/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 148/956 kB | 245/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 148/956 kB | 245/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 152/956 kB | 245/301 kB | 0.2/1.3 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.1.10.RELEASE/spring-web-5.1.10.RELEASE.jar Progress (4): 286/372 kB | 156/956 kB | 245/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 156/956 kB | 245/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 156/956 kB | 249/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 156/956 kB | 249/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 160/956 kB | 249/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 160/956 kB | 249/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 160/956 kB | 253/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 160/956 kB | 253/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 164/956 kB | 253/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 164/956 kB | 253/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 164/956 kB | 257/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 164/956 kB | 257/301 kB | 0.2/1.3 MB Progress (4): 286/372 kB | 168/956 kB | 257/301 kB | 0.2/1.3 MB Progress (4): 290/372 kB | 168/956 kB | 257/301 kB | 0.2/1.3 MB Progress (4): 290/372 kB | 168/956 kB | 257/301 kB | 0.2/1.3 MB Progress (4): 290/372 kB | 168/956 kB | 261/301 kB | 0.2/1.3 MB Progress (4): 290/372 kB | 168/956 kB | 261/301 kB | 0.2/1.3 MB Progress (4): 294/372 kB | 168/956 kB | 261/301 kB | 0.2/1.3 MB Progress (4): 294/372 kB | 172/956 kB | 261/301 kB | 0.2/1.3 MB Progress (4): 295/372 kB | 172/956 kB | 261/301 kB | 0.2/1.3 MB Progress (4): 295/372 kB | 172/956 kB | 261/301 kB | 0.2/1.3 MB Progress (4): 295/372 kB | 172/956 kB | 262/301 kB | 0.2/1.3 MB Progress (4): 295/372 kB | 172/956 kB | 262/301 kB | 0.2/1.3 MB Progress (4): 299/372 kB | 172/956 kB | 262/301 kB | 0.2/1.3 MB Progress (4): 299/372 kB | 176/956 kB | 262/301 kB | 0.2/1.3 MB Progress (4): 303/372 kB | 176/956 kB | 262/301 kB | 0.2/1.3 MB Progress (4): 303/372 kB | 176/956 kB | 262/301 kB | 0.2/1.3 MB Progress (4): 303/372 kB | 176/956 kB | 266/301 kB | 0.2/1.3 MB Progress (4): 303/372 kB | 176/956 kB | 266/301 kB | 0.2/1.3 MB Progress (4): 307/372 kB | 176/956 kB | 266/301 kB | 0.2/1.3 MB Progress (4): 307/372 kB | 180/956 kB | 266/301 kB | 0.2/1.3 MB Progress (4): 311/372 kB | 180/956 kB | 266/301 kB | 0.2/1.3 MB Progress (4): 311/372 kB | 180/956 kB | 266/301 kB | 0.2/1.3 MB Progress (4): 311/372 kB | 180/956 kB | 270/301 kB | 0.2/1.3 MB Progress (4): 311/372 kB | 180/956 kB | 270/301 kB | 0.2/1.3 MB Progress (4): 315/372 kB | 180/956 kB | 270/301 kB | 0.2/1.3 MB Progress (4): 315/372 kB | 184/956 kB | 270/301 kB | 0.2/1.3 MB Progress (4): 319/372 kB | 184/956 kB | 270/301 kB | 0.2/1.3 MB Progress (4): 319/372 kB | 184/956 kB | 270/301 kB | 0.2/1.3 MB Progress (4): 319/372 kB | 184/956 kB | 274/301 kB | 0.2/1.3 MB Progress (4): 319/372 kB | 184/956 kB | 274/301 kB | 0.2/1.3 MB Progress (4): 323/372 kB | 184/956 kB | 274/301 kB | 0.2/1.3 MB Progress (4): 323/372 kB | 188/956 kB | 274/301 kB | 0.2/1.3 MB Progress (4): 327/372 kB | 188/956 kB | 274/301 kB | 0.2/1.3 MB Progress (4): 327/372 kB | 188/956 kB | 274/301 kB | 0.2/1.3 MB Progress (4): 327/372 kB | 188/956 kB | 278/301 kB | 0.2/1.3 MB Progress (4): 327/372 kB | 188/956 kB | 278/301 kB | 0.2/1.3 MB Progress (4): 328/372 kB | 188/956 kB | 278/301 kB | 0.2/1.3 MB Progress (4): 328/372 kB | 192/956 kB | 278/301 kB | 0.2/1.3 MB Progress (4): 332/372 kB | 192/956 kB | 278/301 kB | 0.2/1.3 MB Progress (4): 332/372 kB | 192/956 kB | 278/301 kB | 0.2/1.3 MB Progress (4): 332/372 kB | 192/956 kB | 282/301 kB | 0.2/1.3 MB Progress (4): 332/372 kB | 192/956 kB | 282/301 kB | 0.2/1.3 MB Progress (4): 336/372 kB | 192/956 kB | 282/301 kB | 0.2/1.3 MB Progress (4): 336/372 kB | 196/956 kB | 282/301 kB | 0.2/1.3 MB Progress (4): 340/372 kB | 196/956 kB | 282/301 kB | 0.2/1.3 MB Progress (4): 340/372 kB | 196/956 kB | 282/301 kB | 0.2/1.3 MB Progress (4): 340/372 kB | 196/956 kB | 286/301 kB | 0.2/1.3 MB Progress (4): 340/372 kB | 196/956 kB | 286/301 kB | 0.3/1.3 MB Progress (4): 344/372 kB | 196/956 kB | 286/301 kB | 0.3/1.3 MB Progress (4): 344/372 kB | 200/956 kB | 286/301 kB | 0.3/1.3 MB Progress (4): 348/372 kB | 200/956 kB | 286/301 kB | 0.3/1.3 MB Progress (4): 348/372 kB | 200/956 kB | 286/301 kB | 0.3/1.3 MB Progress (4): 348/372 kB | 200/956 kB | 290/301 kB | 0.3/1.3 MB Progress (4): 348/372 kB | 200/956 kB | 290/301 kB | 0.3/1.3 MB Progress (4): 352/372 kB | 200/956 kB | 290/301 kB | 0.3/1.3 MB Progress (4): 352/372 kB | 204/956 kB | 290/301 kB | 0.3/1.3 MB Progress (4): 356/372 kB | 204/956 kB | 290/301 kB | 0.3/1.3 MB Progress (4): 356/372 kB | 204/956 kB | 290/301 kB | 0.3/1.3 MB Progress (4): 356/372 kB | 204/956 kB | 294/301 kB | 0.3/1.3 MB Progress (4): 356/372 kB | 204/956 kB | 294/301 kB | 0.3/1.3 MB Progress (5): 356/372 kB | 204/956 kB | 294/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 360/372 kB | 204/956 kB | 294/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 360/372 kB | 208/956 kB | 294/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 364/372 kB | 208/956 kB | 294/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 364/372 kB | 208/956 kB | 294/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 364/372 kB | 208/956 kB | 294/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 364/372 kB | 208/956 kB | 298/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 364/372 kB | 208/956 kB | 298/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 364/372 kB | 208/956 kB | 298/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 368/372 kB | 208/956 kB | 298/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 368/372 kB | 212/956 kB | 298/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 212/956 kB | 298/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 212/956 kB | 298/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 212/956 kB | 298/301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 212/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 212/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 212/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 216/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 216/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 216/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 216/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 220/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 220/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 220/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 220/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 224/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 224/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 224/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 224/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 228/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 228/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 228/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 228/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 232/956 kB | 301 kB | 0.3/1.3 MB | 0/1.4 MB Progress (5): 372 kB | 232/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 232/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 232/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 236/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 236/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 236/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 236/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 240/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 240/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 240/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 240/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 244/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 244/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 244/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 244/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 248/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 248/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 248/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 248/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 252/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 252/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 252/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 252/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 256/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 256/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 256/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 256/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 260/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 260/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 260/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 260/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 264/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 264/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 264/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 264/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 268/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 268/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 268/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 268/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 272/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 272/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 272/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 272/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 276/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 276/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 276/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 276/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 280/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 280/956 kB | 301 kB | 0.3/1.3 MB | 0.1/1.4 MB Progress (5): 372 kB | 280/956 kB | 301 kB | 0.4/1.3 MB | 0.1/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar (301 kB at 1.0 MB/s) Progress (4): 372 kB | 280/956 kB | 0.4/1.3 MB | 0.1/1.4 MB Progress (4): 372 kB | 284/956 kB | 0.4/1.3 MB | 0.1/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.1.10.RELEASE/spring-aop-5.1.10.RELEASE.jar (372 kB at 1.3 MB/s) Progress (3): 284/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.1.10.RELEASE/spring-beans-5.1.10.RELEASE.jar Progress (3): 284/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 284/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.19.v20190610/jetty-servlets-9.4.19.v20190610.jar Progress (3): 288/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 288/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 288/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 288/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 292/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 292/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 292/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 292/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 296/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 296/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 296/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 296/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 300/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 300/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 300/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 300/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 304/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 304/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 304/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 304/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 304/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 308/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 308/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 308/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 308/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 312/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 312/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 312/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 316/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 316/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 316/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 316/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 320/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 320/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 320/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 320/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 320/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 324/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 324/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 324/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 324/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 328/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 328/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 328/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 328/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 332/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 332/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 332/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 332/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 336/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 336/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 336/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 336/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 336/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 340/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 340/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 340/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 340/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 344/956 kB | 0.4/1.3 MB | 0.2/1.4 MB Progress (3): 344/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 344/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 344/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 348/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 348/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 348/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 348/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 352/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 352/956 kB | 0.4/1.3 MB | 0.3/1.4 MB Progress (3): 352/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 352/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 356/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 356/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 356/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 356/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 356/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 360/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 360/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 360/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 360/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 364/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 364/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 364/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 364/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 368/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 368/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 372/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 372/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 376/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 376/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 380/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 380/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 384/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 384/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 388/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 388/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 392/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 392/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 392/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 392/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (3): 396/956 kB | 0.5/1.3 MB | 0.3/1.4 MB Progress (4): 396/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 4.1/674 kB Progress (4): 396/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 4.1/674 kB Progress (4): 396/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 4.1/674 kB Progress (4): 396/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 4.1/674 kB Progress (4): 396/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 7.7/674 kB Progress (4): 400/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 7.7/674 kB Progress (4): 400/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 12/674 kB Progress (4): 400/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 12/674 kB Progress (4): 400/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 12/674 kB Progress (4): 400/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 12/674 kB Progress (4): 400/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 16/674 kB Progress (4): 404/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 16/674 kB Progress (4): 404/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 20/674 kB Progress (4): 404/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 20/674 kB Progress (4): 404/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 20/674 kB Progress (4): 404/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 20/674 kB Progress (4): 404/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 24/674 kB Progress (4): 408/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 24/674 kB Progress (4): 408/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 28/674 kB Progress (4): 408/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 28/674 kB Progress (4): 408/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 28/674 kB Progress (4): 408/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 28/674 kB Progress (4): 408/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 32/674 kB Progress (4): 412/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 32/674 kB Progress (4): 412/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 33/674 kB Progress (4): 412/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 33/674 kB Progress (4): 412/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 33/674 kB Progress (4): 412/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 33/674 kB Progress (4): 412/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 37/674 kB Progress (4): 416/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 37/674 kB Progress (4): 416/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 41/674 kB Progress (4): 416/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 41/674 kB Progress (4): 416/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 41/674 kB Progress (4): 416/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 41/674 kB Progress (4): 416/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 45/674 kB Progress (4): 420/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 45/674 kB Progress (4): 420/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 49/674 kB Progress (4): 420/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 49/674 kB Progress (4): 420/956 kB | 0.5/1.3 MB | 0.3/1.4 MB | 49/674 kB Progress (4): 420/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 49/674 kB Progress (4): 420/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 53/674 kB Progress (4): 424/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 53/674 kB Progress (4): 424/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 57/674 kB Progress (4): 424/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 57/674 kB Progress (4): 424/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 57/674 kB Progress (4): 424/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 57/674 kB Progress (4): 424/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 61/674 kB Progress (4): 428/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 61/674 kB Progress (4): 428/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 65/674 kB Progress (4): 428/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 65/674 kB Progress (4): 428/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 65/674 kB Progress (4): 428/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 65/674 kB Progress (4): 428/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 69/674 kB Progress (4): 432/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 69/674 kB Progress (4): 432/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 73/674 kB Progress (4): 432/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 73/674 kB Progress (4): 432/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 73/674 kB Progress (4): 432/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 73/674 kB Progress (5): 432/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 73/674 kB | 4.1/101 kB Progress (5): 432/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 77/674 kB | 4.1/101 kB Progress (5): 436/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 77/674 kB | 4.1/101 kB Progress (5): 436/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 81/674 kB | 4.1/101 kB Progress (5): 436/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 81/674 kB | 7.7/101 kB Progress (5): 436/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 81/674 kB | 7.7/101 kB Progress (5): 436/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 81/674 kB | 7.7/101 kB Progress (5): 436/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 81/674 kB | 7.7/101 kB Progress (5): 436/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 81/674 kB | 12/101 kB Progress (5): 436/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 85/674 kB | 12/101 kB Progress (5): 440/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 85/674 kB | 12/101 kB Progress (5): 440/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 89/674 kB | 12/101 kB Progress (5): 440/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 89/674 kB | 16/101 kB Progress (5): 440/956 kB | 0.6/1.3 MB | 0.3/1.4 MB | 89/674 kB | 16/101 kB Progress (5): 440/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 89/674 kB | 16/101 kB Progress (5): 440/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 89/674 kB | 16/101 kB Progress (5): 440/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 89/674 kB | 20/101 kB Progress (5): 440/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 93/674 kB | 20/101 kB Progress (5): 444/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 93/674 kB | 20/101 kB Progress (5): 444/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 97/674 kB | 20/101 kB Progress (5): 444/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 97/674 kB | 24/101 kB Progress (5): 444/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 97/674 kB | 24/101 kB Progress (5): 444/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 97/674 kB | 24/101 kB Progress (5): 444/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 97/674 kB | 24/101 kB Progress (5): 444/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 97/674 kB | 28/101 kB Progress (5): 444/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 101/674 kB | 28/101 kB Progress (5): 448/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 101/674 kB | 28/101 kB Progress (5): 448/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 105/674 kB | 28/101 kB Progress (5): 448/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 105/674 kB | 32/101 kB Progress (5): 448/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 105/674 kB | 32/101 kB Progress (5): 448/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 105/674 kB | 32/101 kB Progress (5): 448/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 105/674 kB | 32/101 kB Progress (5): 448/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 105/674 kB | 33/101 kB Progress (5): 448/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 109/674 kB | 33/101 kB Progress (5): 452/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 109/674 kB | 33/101 kB Progress (5): 452/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 113/674 kB | 33/101 kB Progress (5): 452/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 113/674 kB | 37/101 kB Progress (5): 452/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 113/674 kB | 37/101 kB Progress (5): 452/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 113/674 kB | 37/101 kB Progress (5): 452/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 113/674 kB | 37/101 kB Progress (5): 452/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 113/674 kB | 41/101 kB Progress (5): 452/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 117/674 kB | 41/101 kB Progress (5): 456/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 117/674 kB | 41/101 kB Progress (5): 456/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 121/674 kB | 41/101 kB Progress (5): 456/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 121/674 kB | 45/101 kB Progress (5): 456/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 121/674 kB | 45/101 kB Progress (5): 456/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 121/674 kB | 45/101 kB Progress (5): 456/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 121/674 kB | 45/101 kB Progress (5): 456/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 121/674 kB | 49/101 kB Progress (5): 456/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 125/674 kB | 49/101 kB Progress (5): 460/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 125/674 kB | 49/101 kB Progress (5): 460/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 129/674 kB | 49/101 kB Progress (5): 460/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 129/674 kB | 53/101 kB Progress (5): 460/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 129/674 kB | 53/101 kB Progress (5): 460/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 129/674 kB | 53/101 kB Progress (5): 460/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 129/674 kB | 53/101 kB Progress (5): 460/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 129/674 kB | 57/101 kB Progress (5): 460/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 133/674 kB | 57/101 kB Progress (5): 464/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 133/674 kB | 57/101 kB Progress (5): 464/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 137/674 kB | 57/101 kB Progress (5): 464/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 137/674 kB | 61/101 kB Progress (5): 464/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 137/674 kB | 61/101 kB Progress (5): 464/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 137/674 kB | 61/101 kB Progress (5): 464/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 137/674 kB | 61/101 kB Progress (5): 464/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 137/674 kB | 65/101 kB Progress (5): 464/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 141/674 kB | 65/101 kB Progress (5): 468/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 141/674 kB | 65/101 kB Progress (5): 468/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 145/674 kB | 65/101 kB Progress (5): 468/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 145/674 kB | 66/101 kB Progress (5): 468/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 145/674 kB | 66/101 kB Progress (5): 468/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 145/674 kB | 66/101 kB Progress (5): 468/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 145/674 kB | 66/101 kB Progress (5): 468/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 145/674 kB | 70/101 kB Progress (5): 468/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 149/674 kB | 70/101 kB Progress (5): 472/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 149/674 kB | 70/101 kB Progress (5): 472/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 153/674 kB | 70/101 kB Progress (5): 472/956 kB | 0.6/1.3 MB | 0.4/1.4 MB | 153/674 kB | 74/101 kB Progress (5): 472/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 153/674 kB | 74/101 kB Progress (5): 472/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 153/674 kB | 74/101 kB Progress (5): 472/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 153/674 kB | 74/101 kB Progress (5): 472/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 153/674 kB | 78/101 kB Progress (5): 472/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 157/674 kB | 78/101 kB Progress (5): 476/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 157/674 kB | 78/101 kB Progress (5): 476/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 161/674 kB | 78/101 kB Progress (5): 476/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 161/674 kB | 82/101 kB Progress (5): 476/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 161/674 kB | 82/101 kB Progress (5): 476/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 161/674 kB | 82/101 kB Progress (5): 476/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 161/674 kB | 82/101 kB Progress (5): 476/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 161/674 kB | 86/101 kB Progress (5): 476/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 165/674 kB | 86/101 kB Progress (5): 480/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 165/674 kB | 86/101 kB Progress (5): 480/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 169/674 kB | 86/101 kB Progress (5): 480/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 169/674 kB | 90/101 kB Progress (5): 480/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 169/674 kB | 90/101 kB Progress (5): 480/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 169/674 kB | 90/101 kB Progress (5): 480/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 169/674 kB | 90/101 kB Progress (5): 480/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 169/674 kB | 94/101 kB Progress (5): 480/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 173/674 kB | 94/101 kB Progress (5): 484/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 173/674 kB | 94/101 kB Progress (5): 484/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 177/674 kB | 94/101 kB Progress (5): 484/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 177/674 kB | 98/101 kB Progress (5): 484/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 177/674 kB | 98/101 kB Progress (5): 484/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 177/674 kB | 98/101 kB Progress (5): 484/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 177/674 kB | 98/101 kB Progress (5): 484/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 177/674 kB | 101 kB Progress (5): 484/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 181/674 kB | 101 kB Progress (5): 488/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 181/674 kB | 101 kB Progress (5): 488/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 185/674 kB | 101 kB Progress (5): 488/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 185/674 kB | 101 kB Progress (5): 488/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 185/674 kB | 101 kB Progress (5): 488/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 185/674 kB | 101 kB Progress (5): 488/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 189/674 kB | 101 kB Progress (5): 492/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 189/674 kB | 101 kB Progress (5): 492/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 193/674 kB | 101 kB Progress (5): 492/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 193/674 kB | 101 kB Progress (5): 492/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 193/674 kB | 101 kB Progress (5): 492/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 193/674 kB | 101 kB Progress (5): 492/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 197/674 kB | 101 kB Progress (5): 496/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 197/674 kB | 101 kB Progress (5): 496/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 201/674 kB | 101 kB Progress (5): 496/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 201/674 kB | 101 kB Progress (5): 496/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 201/674 kB | 101 kB Progress (5): 496/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 201/674 kB | 101 kB Progress (5): 496/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 205/674 kB | 101 kB Progress (5): 500/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 205/674 kB | 101 kB Progress (5): 500/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 209/674 kB | 101 kB Progress (5): 500/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 209/674 kB | 101 kB Progress (5): 500/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 209/674 kB | 101 kB Progress (5): 500/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 209/674 kB | 101 kB Progress (5): 500/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 213/674 kB | 101 kB Progress (5): 504/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 213/674 kB | 101 kB Progress (5): 504/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 217/674 kB | 101 kB Progress (5): 504/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 217/674 kB | 101 kB Progress (5): 504/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 217/674 kB | 101 kB Progress (5): 504/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 217/674 kB | 101 kB Progress (5): 504/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 221/674 kB | 101 kB Progress (5): 508/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 221/674 kB | 101 kB Progress (5): 508/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 225/674 kB | 101 kB Progress (5): 508/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 225/674 kB | 101 kB Progress (5): 508/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 225/674 kB | 101 kB Progress (5): 508/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 225/674 kB | 101 kB Progress (5): 508/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 229/674 kB | 101 kB Progress (5): 512/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 229/674 kB | 101 kB Progress (5): 512/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 233/674 kB | 101 kB Progress (5): 512/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 233/674 kB | 101 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.19.v20190610/jetty-servlets-9.4.19.v20190610.jar (101 kB at 289 kB/s) Progress (4): 512/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 233/674 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.19.v20190610/jetty-continuation-9.4.19.v20190610.jar Progress (4): 512/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 233/674 kB Progress (4): 512/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 237/674 kB Progress (4): 516/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 237/674 kB Progress (4): 516/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 241/674 kB Progress (4): 516/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 241/674 kB Progress (4): 516/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 241/674 kB Progress (4): 516/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 241/674 kB Progress (4): 516/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 245/674 kB Progress (4): 520/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 245/674 kB Progress (4): 520/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 249/674 kB Progress (4): 520/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 249/674 kB Progress (4): 520/956 kB | 0.7/1.3 MB | 0.4/1.4 MB | 249/674 kB Progress (4): 520/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 249/674 kB Progress (4): 520/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 253/674 kB Progress (4): 524/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 253/674 kB Progress (4): 524/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 257/674 kB Progress (4): 524/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 257/674 kB Progress (4): 524/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 257/674 kB Progress (4): 524/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 257/674 kB Progress (4): 524/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 261/674 kB Progress (4): 528/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 261/674 kB Progress (4): 528/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 265/674 kB Progress (4): 528/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 265/674 kB Progress (4): 528/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 265/674 kB Progress (4): 528/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 265/674 kB Progress (4): 528/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 269/674 kB Progress (4): 532/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 269/674 kB Progress (4): 532/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 273/674 kB Progress (4): 532/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 273/674 kB Progress (4): 532/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 273/674 kB Progress (4): 532/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 273/674 kB Progress (4): 532/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 277/674 kB Progress (4): 536/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 277/674 kB Progress (4): 536/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 281/674 kB Progress (4): 536/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 281/674 kB Progress (4): 536/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 281/674 kB Progress (4): 536/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 281/674 kB Progress (4): 536/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 285/674 kB Progress (4): 540/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 285/674 kB Progress (4): 540/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 289/674 kB Progress (4): 540/956 kB | 0.8/1.3 MB | 0.4/1.4 MB | 289/674 kB Progress (4): 540/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 289/674 kB Progress (4): 540/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 289/674 kB Progress (4): 540/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 293/674 kB Progress (4): 544/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 293/674 kB Progress (4): 544/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 297/674 kB Progress (4): 544/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 297/674 kB Progress (4): 544/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 297/674 kB Progress (4): 544/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 297/674 kB Progress (4): 544/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 301/674 kB Progress (4): 548/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 301/674 kB Progress (4): 548/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 305/674 kB Progress (4): 548/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 305/674 kB Progress (4): 548/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 305/674 kB Progress (4): 548/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 305/674 kB Progress (4): 548/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 309/674 kB Progress (4): 552/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 309/674 kB Progress (4): 552/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 313/674 kB Progress (4): 552/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 313/674 kB Progress (4): 552/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 313/674 kB Progress (4): 552/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 313/674 kB Progress (4): 552/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 317/674 kB Progress (4): 556/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 317/674 kB Progress (4): 556/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 321/674 kB Progress (4): 556/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 321/674 kB Progress (4): 556/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 321/674 kB Progress (4): 556/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 321/674 kB Progress (4): 556/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 325/674 kB Progress (4): 560/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 325/674 kB Progress (4): 560/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 329/674 kB Progress (4): 560/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 329/674 kB Progress (4): 560/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 329/674 kB Progress (4): 560/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 329/674 kB Progress (4): 560/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 333/674 kB Progress (4): 564/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 333/674 kB Progress (4): 564/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 337/674 kB Progress (4): 564/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 337/674 kB Progress (4): 564/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 337/674 kB Progress (4): 564/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 337/674 kB Progress (4): 564/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 341/674 kB Progress (4): 568/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 341/674 kB Progress (4): 568/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 345/674 kB Progress (4): 568/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 345/674 kB Progress (4): 568/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 345/674 kB Progress (4): 568/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 345/674 kB Progress (4): 568/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 349/674 kB Progress (4): 572/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 349/674 kB Progress (4): 572/956 kB | 0.8/1.3 MB | 0.5/1.4 MB | 353/674 kB Progress (4): 572/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 353/674 kB Progress (4): 572/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 353/674 kB Progress (4): 572/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 353/674 kB Progress (4): 572/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 357/674 kB Progress (4): 576/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 357/674 kB Progress (4): 576/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 361/674 kB Progress (4): 576/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 361/674 kB Progress (4): 576/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 361/674 kB Progress (4): 576/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 361/674 kB Progress (4): 576/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 365/674 kB Progress (4): 580/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 365/674 kB Progress (4): 580/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 369/674 kB Progress (4): 580/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 369/674 kB Progress (4): 580/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 369/674 kB Progress (4): 580/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 369/674 kB Progress (4): 580/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 373/674 kB Progress (4): 584/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 373/674 kB Progress (4): 584/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 377/674 kB Progress (4): 584/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 377/674 kB Progress (4): 584/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 377/674 kB Progress (4): 584/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 377/674 kB Progress (5): 584/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 377/674 kB | 4.1/25 kB Progress (5): 584/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 381/674 kB | 4.1/25 kB Progress (5): 588/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 381/674 kB | 4.1/25 kB Progress (5): 588/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 385/674 kB | 4.1/25 kB Progress (5): 588/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 385/674 kB | 7.7/25 kB Progress (5): 588/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 385/674 kB | 7.7/25 kB Progress (5): 588/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 385/674 kB | 7.7/25 kB Progress (5): 588/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 385/674 kB | 7.7/25 kB Progress (5): 588/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 385/674 kB | 12/25 kB Progress (5): 588/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 389/674 kB | 12/25 kB Progress (5): 592/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 389/674 kB | 12/25 kB Progress (5): 592/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 393/674 kB | 12/25 kB Progress (5): 592/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 393/674 kB | 16/25 kB Progress (5): 592/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 393/674 kB | 16/25 kB Progress (5): 592/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 393/674 kB | 16/25 kB Progress (5): 592/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 393/674 kB | 16/25 kB Progress (5): 592/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 393/674 kB | 20/25 kB Progress (5): 592/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 397/674 kB | 20/25 kB Progress (5): 596/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 397/674 kB | 20/25 kB Progress (5): 596/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 401/674 kB | 20/25 kB Progress (5): 596/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 401/674 kB | 24/25 kB Progress (5): 596/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 401/674 kB | 24/25 kB Progress (5): 596/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 401/674 kB | 24/25 kB Progress (5): 596/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 401/674 kB | 24/25 kB Progress (5): 596/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 401/674 kB | 25 kB Progress (5): 596/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 405/674 kB | 25 kB Progress (5): 600/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 405/674 kB | 25 kB Progress (5): 600/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 409/674 kB | 25 kB Progress (5): 600/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 409/674 kB | 25 kB Progress (5): 600/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 409/674 kB | 25 kB Progress (5): 600/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 409/674 kB | 25 kB Progress (5): 600/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 413/674 kB | 25 kB Progress (5): 604/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 413/674 kB | 25 kB Progress (5): 604/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 417/674 kB | 25 kB Progress (5): 604/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 417/674 kB | 25 kB Progress (5): 604/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 417/674 kB | 25 kB Progress (5): 604/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 417/674 kB | 25 kB Progress (5): 604/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 421/674 kB | 25 kB Progress (5): 608/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 421/674 kB | 25 kB Progress (5): 608/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 425/674 kB | 25 kB Progress (5): 608/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 425/674 kB | 25 kB Progress (5): 608/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 425/674 kB | 25 kB Progress (5): 608/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 425/674 kB | 25 kB Progress (5): 608/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 429/674 kB | 25 kB Progress (5): 612/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 429/674 kB | 25 kB Progress (5): 612/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 433/674 kB | 25 kB Progress (5): 612/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 433/674 kB | 25 kB Progress (5): 612/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 433/674 kB | 25 kB Progress (5): 612/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 433/674 kB | 25 kB Progress (5): 612/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 437/674 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.19.v20190610/jetty-continuation-9.4.19.v20190610.jar (25 kB at 67 kB/s) Progress (4): 616/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 437/674 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.19.v20190610/jetty-http-9.4.19.v20190610.jar Progress (4): 616/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 441/674 kB Progress (4): 616/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 441/674 kB Progress (4): 616/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 441/674 kB Progress (4): 616/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 441/674 kB Progress (4): 616/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 445/674 kB Progress (4): 620/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 445/674 kB Progress (4): 620/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 449/674 kB Progress (4): 620/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 449/674 kB Progress (4): 620/956 kB | 0.9/1.3 MB | 0.5/1.4 MB | 449/674 kB Progress (4): 620/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 449/674 kB Progress (4): 620/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 453/674 kB Progress (4): 624/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 453/674 kB Progress (4): 624/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 457/674 kB Progress (4): 624/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 457/674 kB Progress (4): 624/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 457/674 kB Progress (4): 624/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 457/674 kB Progress (4): 624/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 461/674 kB Progress (4): 628/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 461/674 kB Progress (4): 628/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 465/674 kB Progress (4): 628/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 465/674 kB Progress (4): 628/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 465/674 kB Progress (4): 628/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 465/674 kB Progress (4): 628/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 469/674 kB Progress (4): 632/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 469/674 kB Progress (4): 632/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 473/674 kB Progress (4): 632/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 473/674 kB Progress (4): 632/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 473/674 kB Progress (4): 632/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 473/674 kB Progress (4): 632/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 477/674 kB Progress (4): 636/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 477/674 kB Progress (4): 636/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 481/674 kB Progress (4): 636/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 481/674 kB Progress (4): 636/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 481/674 kB Progress (4): 636/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 481/674 kB Progress (4): 636/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 485/674 kB Progress (4): 640/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 485/674 kB Progress (4): 640/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 489/674 kB Progress (4): 640/956 kB | 1.0/1.3 MB | 0.5/1.4 MB | 489/674 kB Progress (4): 640/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 489/674 kB Progress (4): 640/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 489/674 kB Progress (4): 640/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 493/674 kB Progress (4): 644/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 493/674 kB Progress (4): 644/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 497/674 kB Progress (4): 644/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 497/674 kB Progress (4): 644/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 497/674 kB Progress (4): 644/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 497/674 kB Progress (4): 644/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 501/674 kB Progress (4): 648/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 501/674 kB Progress (4): 648/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 505/674 kB Progress (4): 648/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 505/674 kB Progress (4): 648/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 505/674 kB Progress (4): 648/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 505/674 kB Progress (4): 648/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 509/674 kB Progress (4): 652/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 509/674 kB Progress (4): 652/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 513/674 kB Progress (4): 652/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 513/674 kB Progress (4): 652/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 513/674 kB Progress (4): 652/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 513/674 kB Progress (4): 652/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 517/674 kB Progress (4): 656/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 517/674 kB Progress (4): 656/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 521/674 kB Progress (4): 656/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 521/674 kB Progress (4): 656/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 521/674 kB Progress (4): 656/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 521/674 kB Progress (4): 656/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 525/674 kB Progress (4): 660/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 525/674 kB Progress (4): 660/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 529/674 kB Progress (4): 660/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 529/674 kB Progress (4): 660/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 529/674 kB Progress (4): 660/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 529/674 kB Progress (4): 660/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 533/674 kB Progress (4): 664/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 533/674 kB Progress (4): 664/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 537/674 kB Progress (4): 664/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 537/674 kB Progress (4): 664/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 537/674 kB Progress (4): 664/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 537/674 kB Progress (4): 664/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 541/674 kB Progress (4): 668/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 541/674 kB Progress (4): 668/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 545/674 kB Progress (4): 668/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 545/674 kB Progress (4): 668/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 545/674 kB Progress (4): 668/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 545/674 kB Progress (4): 668/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 549/674 kB Progress (4): 672/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 549/674 kB Progress (4): 672/956 kB | 1.0/1.3 MB | 0.6/1.4 MB | 553/674 kB Progress (4): 672/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 553/674 kB Progress (4): 672/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 553/674 kB Progress (4): 672/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 553/674 kB Progress (4): 672/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 557/674 kB Progress (4): 676/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 557/674 kB Progress (4): 676/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 561/674 kB Progress (4): 676/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 561/674 kB Progress (4): 676/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 561/674 kB Progress (4): 676/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 561/674 kB Progress (4): 676/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 565/674 kB Progress (5): 676/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 565/674 kB | 4.1/208 kB Progress (5): 680/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 565/674 kB | 4.1/208 kB Progress (5): 680/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 565/674 kB | 7.7/208 kB Progress (5): 680/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 569/674 kB | 7.7/208 kB Progress (5): 680/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 569/674 kB | 7.7/208 kB Progress (5): 680/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 569/674 kB | 7.7/208 kB Progress (5): 680/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 569/674 kB | 7.7/208 kB Progress (5): 680/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 573/674 kB | 7.7/208 kB Progress (5): 680/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 573/674 kB | 12/208 kB Progress (5): 684/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 573/674 kB | 12/208 kB Progress (5): 684/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 573/674 kB | 16/208 kB Progress (5): 684/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 577/674 kB | 16/208 kB Progress (5): 684/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 577/674 kB | 16/208 kB Progress (5): 684/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 577/674 kB | 16/208 kB Progress (5): 684/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 577/674 kB | 16/208 kB Progress (5): 684/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 581/674 kB | 16/208 kB Progress (5): 684/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 581/674 kB | 20/208 kB Progress (5): 688/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 581/674 kB | 20/208 kB Progress (5): 688/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 581/674 kB | 24/208 kB Progress (5): 688/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 585/674 kB | 24/208 kB Progress (5): 688/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 585/674 kB | 24/208 kB Progress (5): 688/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 585/674 kB | 24/208 kB Progress (5): 688/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 585/674 kB | 24/208 kB Progress (5): 688/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 589/674 kB | 24/208 kB Progress (5): 688/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 589/674 kB | 28/208 kB Progress (5): 692/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 589/674 kB | 28/208 kB Progress (5): 692/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 589/674 kB | 32/208 kB Progress (5): 692/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 593/674 kB | 32/208 kB Progress (5): 692/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 593/674 kB | 32/208 kB Progress (5): 692/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 593/674 kB | 32/208 kB Progress (5): 692/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 593/674 kB | 32/208 kB Progress (5): 692/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 597/674 kB | 32/208 kB Progress (5): 692/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 597/674 kB | 33/208 kB Progress (5): 696/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 597/674 kB | 33/208 kB Progress (5): 696/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 597/674 kB | 37/208 kB Progress (5): 696/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 601/674 kB | 37/208 kB Progress (5): 696/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 601/674 kB | 37/208 kB Progress (5): 696/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 601/674 kB | 37/208 kB Progress (5): 696/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 601/674 kB | 37/208 kB Progress (5): 696/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 605/674 kB | 37/208 kB Progress (5): 696/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 605/674 kB | 41/208 kB Progress (5): 700/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 605/674 kB | 41/208 kB Progress (5): 700/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 605/674 kB | 45/208 kB Progress (5): 700/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 609/674 kB | 45/208 kB Progress (5): 700/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 609/674 kB | 45/208 kB Progress (5): 700/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 609/674 kB | 45/208 kB Progress (5): 700/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 609/674 kB | 45/208 kB Progress (5): 700/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 613/674 kB | 45/208 kB Progress (5): 700/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 613/674 kB | 49/208 kB Progress (5): 704/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 613/674 kB | 49/208 kB Progress (5): 704/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 613/674 kB | 53/208 kB Progress (5): 704/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 617/674 kB | 53/208 kB Progress (5): 704/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 617/674 kB | 53/208 kB Progress (5): 704/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 617/674 kB | 53/208 kB Progress (5): 704/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 617/674 kB | 53/208 kB Progress (5): 704/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 621/674 kB | 53/208 kB Progress (5): 704/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 621/674 kB | 57/208 kB Progress (5): 708/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 621/674 kB | 57/208 kB Progress (5): 708/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 621/674 kB | 61/208 kB Progress (5): 708/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 625/674 kB | 61/208 kB Progress (5): 708/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 625/674 kB | 61/208 kB Progress (5): 708/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 625/674 kB | 61/208 kB Progress (5): 708/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 625/674 kB | 61/208 kB Progress (5): 708/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 629/674 kB | 61/208 kB Progress (5): 708/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 629/674 kB | 65/208 kB Progress (5): 712/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 629/674 kB | 65/208 kB Progress (5): 712/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 629/674 kB | 69/208 kB Progress (5): 712/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 633/674 kB | 69/208 kB Progress (5): 712/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 633/674 kB | 69/208 kB Progress (5): 712/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 633/674 kB | 69/208 kB Progress (5): 712/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 633/674 kB | 69/208 kB Progress (5): 712/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 637/674 kB | 69/208 kB Progress (5): 712/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 637/674 kB | 73/208 kB Progress (5): 716/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 637/674 kB | 73/208 kB Progress (5): 716/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 637/674 kB | 77/208 kB Progress (5): 716/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 641/674 kB | 77/208 kB Progress (5): 716/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 641/674 kB | 77/208 kB Progress (5): 716/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 641/674 kB | 77/208 kB Progress (5): 716/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 641/674 kB | 77/208 kB Progress (5): 716/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 645/674 kB | 77/208 kB Progress (5): 716/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 645/674 kB | 81/208 kB Progress (5): 720/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 645/674 kB | 81/208 kB Progress (5): 720/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 645/674 kB | 85/208 kB Progress (5): 720/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 649/674 kB | 85/208 kB Progress (5): 720/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 649/674 kB | 85/208 kB Progress (5): 720/956 kB | 1.1/1.3 MB | 0.6/1.4 MB | 649/674 kB | 85/208 kB Progress (5): 720/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 649/674 kB | 85/208 kB Progress (5): 720/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 653/674 kB | 85/208 kB Progress (5): 720/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 653/674 kB | 89/208 kB Progress (5): 724/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 653/674 kB | 89/208 kB Progress (5): 724/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 653/674 kB | 93/208 kB Progress (5): 724/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 657/674 kB | 93/208 kB Progress (5): 724/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 657/674 kB | 93/208 kB Progress (5): 724/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 657/674 kB | 93/208 kB Progress (5): 724/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 657/674 kB | 93/208 kB Progress (5): 724/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 661/674 kB | 93/208 kB Progress (5): 724/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 661/674 kB | 97/208 kB Progress (5): 728/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 661/674 kB | 97/208 kB Progress (5): 728/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 661/674 kB | 101/208 kB Progress (5): 728/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 665/674 kB | 101/208 kB Progress (5): 728/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 665/674 kB | 101/208 kB Progress (5): 728/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 665/674 kB | 101/208 kB Progress (5): 728/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 665/674 kB | 101/208 kB Progress (5): 728/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 669/674 kB | 101/208 kB Progress (5): 728/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 669/674 kB | 105/208 kB Progress (5): 732/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 669/674 kB | 105/208 kB Progress (5): 732/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 669/674 kB | 109/208 kB Progress (5): 732/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 673/674 kB | 109/208 kB Progress (5): 732/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 673/674 kB | 109/208 kB Progress (5): 732/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 673/674 kB | 109/208 kB Progress (5): 732/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 673/674 kB | 109/208 kB Progress (5): 732/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 109/208 kB Progress (5): 732/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 113/208 kB Progress (5): 736/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 113/208 kB Progress (5): 736/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 117/208 kB Progress (5): 736/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 117/208 kB Progress (5): 736/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 117/208 kB Progress (5): 736/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 117/208 kB Progress (5): 736/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 121/208 kB Progress (5): 740/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 121/208 kB Progress (5): 740/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 125/208 kB Progress (5): 740/956 kB | 1.2/1.3 MB | 0.6/1.4 MB | 674 kB | 125/208 kB Progress (5): 740/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 125/208 kB Progress (5): 740/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 125/208 kB Progress (5): 740/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 129/208 kB Progress (5): 744/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 129/208 kB Progress (5): 744/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 133/208 kB Progress (5): 744/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 133/208 kB Progress (5): 744/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 133/208 kB Progress (5): 744/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 133/208 kB Progress (5): 744/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 137/208 kB Progress (5): 748/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 137/208 kB Progress (5): 748/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 141/208 kB Progress (5): 748/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 141/208 kB Progress (5): 748/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 141/208 kB Progress (5): 748/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 141/208 kB Progress (5): 748/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 145/208 kB Progress (5): 752/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 145/208 kB Progress (5): 752/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 149/208 kB Progress (5): 752/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 149/208 kB Progress (5): 752/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 149/208 kB Progress (5): 752/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 149/208 kB Progress (5): 752/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 153/208 kB Progress (5): 756/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 153/208 kB Progress (5): 756/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 157/208 kB Progress (5): 756/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 157/208 kB Progress (5): 756/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 157/208 kB Progress (5): 756/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 157/208 kB Progress (5): 756/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 161/208 kB Progress (5): 760/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 161/208 kB Progress (5): 760/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 674 kB | 165/208 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.1.10.RELEASE/spring-beans-5.1.10.RELEASE.jar (674 kB at 1.6 MB/s) Progress (4): 760/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 165/208 kB Progress (4): 760/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 165/208 kB Progress (4): 760/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 165/208 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.19.v20190610/jetty-util-9.4.19.v20190610.jar Progress (4): 760/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 169/208 kB Progress (4): 764/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 169/208 kB Progress (4): 764/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 173/208 kB Progress (4): 764/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 173/208 kB Progress (4): 764/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 173/208 kB Progress (4): 764/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 173/208 kB Progress (4): 764/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 177/208 kB Progress (4): 768/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 177/208 kB Progress (4): 768/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 181/208 kB Progress (4): 768/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 181/208 kB Progress (4): 768/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 181/208 kB Progress (4): 768/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 181/208 kB Progress (4): 768/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 185/208 kB Progress (4): 772/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 185/208 kB Progress (4): 772/956 kB | 1.2/1.3 MB | 0.7/1.4 MB | 189/208 kB Progress (4): 772/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 189/208 kB Progress (4): 772/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 189/208 kB Progress (4): 772/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 189/208 kB Progress (4): 772/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 193/208 kB Progress (4): 776/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 193/208 kB Progress (4): 776/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 197/208 kB Progress (4): 776/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 197/208 kB Progress (4): 776/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 197/208 kB Progress (4): 776/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 197/208 kB Progress (4): 776/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 201/208 kB Progress (4): 780/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 201/208 kB Progress (4): 780/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 205/208 kB Progress (4): 780/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 205/208 kB Progress (4): 780/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 205/208 kB Progress (4): 780/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 205/208 kB Progress (4): 780/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 784/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 784/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 784/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 784/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 788/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 788/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 788/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 788/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 792/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 792/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 792/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 792/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 796/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 796/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 796/956 kB | 1.3/1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 796/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 800/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 800/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 804/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 804/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 808/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 808/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 812/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 812/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 816/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 816/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 820/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 820/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 824/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 824/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 828/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 828/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 832/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 832/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 836/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 836/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 840/956 kB | 1.3 MB | 0.7/1.4 MB | 208 kB Progress (4): 840/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 844/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 844/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 848/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 848/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 852/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 852/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 856/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 856/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 860/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 860/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 864/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 864/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 868/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 868/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 872/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 872/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 876/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 876/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 880/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 880/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 884/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 884/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 888/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 888/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 892/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 892/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 896/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 896/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 900/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 900/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 904/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 904/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 908/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 908/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 912/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 912/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 916/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 916/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 920/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 920/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 924/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 924/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 928/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 928/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 932/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 932/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 936/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 936/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 940/956 kB | 1.3 MB | 0.8/1.4 MB | 208 kB Progress (4): 940/956 kB | 1.3 MB | 0.9/1.4 MB | 208 kB Progress (4): 944/956 kB | 1.3 MB | 0.9/1.4 MB | 208 kB Progress (4): 944/956 kB | 1.3 MB | 0.9/1.4 MB | 208 kB Progress (4): 948/956 kB | 1.3 MB | 0.9/1.4 MB | 208 kB Progress (4): 948/956 kB | 1.3 MB | 0.9/1.4 MB | 208 kB Progress (4): 952/956 kB | 1.3 MB | 0.9/1.4 MB | 208 kB Progress (4): 952/956 kB | 1.3 MB | 0.9/1.4 MB | 208 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.1.10.RELEASE/spring-core-5.1.10.RELEASE.jar (1.3 MB at 2.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.19.v20190610/jetty-io-9.4.19.v20190610.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.19.v20190610/jetty-http-9.4.19.v20190610.jar (208 kB at 450 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.19.v20190610/jetty-webapp-9.4.19.v20190610.jar Progress (2): 952/956 kB | 0.9/1.4 MB Progress (2): 956/956 kB | 0.9/1.4 MB Progress (2): 956/956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 0.9/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Progress (2): 956 kB | 1.0/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.1.9.RELEASE/spring-boot-2.1.9.RELEASE.jar (956 kB at 2.0 MB/s) Progress (1): 1.0/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.19.v20190610/jetty-xml-9.4.19.v20190610.jar Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (2): 1.1/1.4 MB | 4.1/527 kB Progress (2): 1.1/1.4 MB | 4.1/527 kB Progress (2): 1.1/1.4 MB | 7.7/527 kB Progress (2): 1.1/1.4 MB | 7.7/527 kB Progress (2): 1.1/1.4 MB | 12/527 kB Progress (2): 1.1/1.4 MB | 12/527 kB Progress (2): 1.1/1.4 MB | 16/527 kB Progress (2): 1.1/1.4 MB | 16/527 kB Progress (2): 1.1/1.4 MB | 16/527 kB Progress (2): 1.1/1.4 MB | 20/527 kB Progress (2): 1.1/1.4 MB | 20/527 kB Progress (2): 1.1/1.4 MB | 24/527 kB Progress (2): 1.1/1.4 MB | 24/527 kB Progress (2): 1.1/1.4 MB | 28/527 kB Progress (2): 1.1/1.4 MB | 28/527 kB Progress (2): 1.1/1.4 MB | 32/527 kB Progress (2): 1.1/1.4 MB | 32/527 kB Progress (2): 1.1/1.4 MB | 33/527 kB Progress (2): 1.1/1.4 MB | 33/527 kB Progress (2): 1.1/1.4 MB | 37/527 kB Progress (2): 1.1/1.4 MB | 37/527 kB Progress (2): 1.1/1.4 MB | 41/527 kB Progress (2): 1.1/1.4 MB | 41/527 kB Progress (2): 1.1/1.4 MB | 41/527 kB Progress (2): 1.1/1.4 MB | 45/527 kB Progress (2): 1.1/1.4 MB | 45/527 kB Progress (2): 1.1/1.4 MB | 49/527 kB Progress (2): 1.1/1.4 MB | 49/527 kB Progress (2): 1.1/1.4 MB | 53/527 kB Progress (2): 1.1/1.4 MB | 53/527 kB Progress (2): 1.1/1.4 MB | 57/527 kB Progress (2): 1.1/1.4 MB | 57/527 kB Progress (2): 1.1/1.4 MB | 61/527 kB Progress (2): 1.1/1.4 MB | 61/527 kB Progress (2): 1.1/1.4 MB | 65/527 kB Progress (2): 1.1/1.4 MB | 65/527 kB Progress (2): 1.1/1.4 MB | 66/527 kB Progress (2): 1.1/1.4 MB | 66/527 kB Progress (2): 1.1/1.4 MB | 66/527 kB Progress (2): 1.1/1.4 MB | 70/527 kB Progress (2): 1.2/1.4 MB | 70/527 kB Progress (2): 1.2/1.4 MB | 74/527 kB Progress (2): 1.2/1.4 MB | 74/527 kB Progress (2): 1.2/1.4 MB | 78/527 kB Progress (2): 1.2/1.4 MB | 78/527 kB Progress (2): 1.2/1.4 MB | 82/527 kB Progress (2): 1.2/1.4 MB | 82/527 kB Progress (2): 1.2/1.4 MB | 86/527 kB Progress (2): 1.2/1.4 MB | 86/527 kB Progress (2): 1.2/1.4 MB | 90/527 kB Progress (2): 1.2/1.4 MB | 90/527 kB Progress (2): 1.2/1.4 MB | 94/527 kB Progress (2): 1.2/1.4 MB | 94/527 kB Progress (2): 1.2/1.4 MB | 98/527 kB Progress (2): 1.2/1.4 MB | 98/527 kB Progress (2): 1.2/1.4 MB | 98/527 kB Progress (2): 1.2/1.4 MB | 98/527 kB Progress (2): 1.2/1.4 MB | 102/527 kB Progress (3): 1.2/1.4 MB | 102/527 kB | 4.1/137 kB Progress (3): 1.2/1.4 MB | 106/527 kB | 4.1/137 kB Progress (3): 1.2/1.4 MB | 106/527 kB | 4.1/137 kB Progress (3): 1.2/1.4 MB | 110/527 kB | 4.1/137 kB Progress (3): 1.2/1.4 MB | 110/527 kB | 7.7/137 kB Progress (3): 1.2/1.4 MB | 114/527 kB | 7.7/137 kB Progress (3): 1.2/1.4 MB | 114/527 kB | 7.7/137 kB Progress (3): 1.2/1.4 MB | 114/527 kB | 12/137 kB Progress (3): 1.2/1.4 MB | 118/527 kB | 12/137 kB Progress (3): 1.2/1.4 MB | 118/527 kB | 12/137 kB Progress (3): 1.2/1.4 MB | 122/527 kB | 12/137 kB Progress (3): 1.2/1.4 MB | 122/527 kB | 16/137 kB Progress (3): 1.2/1.4 MB | 122/527 kB | 16/137 kB Progress (3): 1.2/1.4 MB | 122/527 kB | 20/137 kB Progress (3): 1.2/1.4 MB | 126/527 kB | 20/137 kB Progress (3): 1.2/1.4 MB | 126/527 kB | 24/137 kB Progress (4): 1.2/1.4 MB | 126/527 kB | 24/137 kB | 4.1/156 kB Progress (4): 1.2/1.4 MB | 126/527 kB | 24/137 kB | 4.1/156 kB Progress (4): 1.2/1.4 MB | 126/527 kB | 24/137 kB | 7.7/156 kB Progress (4): 1.2/1.4 MB | 126/527 kB | 28/137 kB | 7.7/156 kB Progress (4): 1.2/1.4 MB | 130/527 kB | 28/137 kB | 7.7/156 kB Progress (4): 1.2/1.4 MB | 130/527 kB | 32/137 kB | 7.7/156 kB Progress (4): 1.2/1.4 MB | 130/527 kB | 32/137 kB | 12/156 kB Progress (4): 1.2/1.4 MB | 130/527 kB | 32/137 kB | 12/156 kB Progress (4): 1.2/1.4 MB | 130/527 kB | 32/137 kB | 16/156 kB Progress (4): 1.2/1.4 MB | 130/527 kB | 33/137 kB | 16/156 kB Progress (4): 1.2/1.4 MB | 131/527 kB | 33/137 kB | 16/156 kB Progress (5): 1.2/1.4 MB | 131/527 kB | 33/137 kB | 16/156 kB | 4.1/62 kB Progress (5): 1.2/1.4 MB | 135/527 kB | 33/137 kB | 16/156 kB | 4.1/62 kB Progress (5): 1.2/1.4 MB | 135/527 kB | 37/137 kB | 16/156 kB | 4.1/62 kB Progress (5): 1.2/1.4 MB | 135/527 kB | 37/137 kB | 20/156 kB | 4.1/62 kB Progress (5): 1.2/1.4 MB | 135/527 kB | 37/137 kB | 20/156 kB | 4.1/62 kB Progress (5): 1.2/1.4 MB | 135/527 kB | 37/137 kB | 24/156 kB | 4.1/62 kB Progress (5): 1.2/1.4 MB | 135/527 kB | 41/137 kB | 24/156 kB | 4.1/62 kB Progress (5): 1.2/1.4 MB | 139/527 kB | 41/137 kB | 24/156 kB | 4.1/62 kB Progress (5): 1.2/1.4 MB | 139/527 kB | 41/137 kB | 24/156 kB | 7.7/62 kB Progress (5): 1.2/1.4 MB | 143/527 kB | 41/137 kB | 24/156 kB | 7.7/62 kB Progress (5): 1.2/1.4 MB | 143/527 kB | 45/137 kB | 24/156 kB | 7.7/62 kB Progress (5): 1.2/1.4 MB | 143/527 kB | 45/137 kB | 28/156 kB | 7.7/62 kB Progress (5): 1.2/1.4 MB | 143/527 kB | 45/137 kB | 28/156 kB | 7.7/62 kB Progress (5): 1.2/1.4 MB | 143/527 kB | 45/137 kB | 32/156 kB | 7.7/62 kB Progress (5): 1.2/1.4 MB | 143/527 kB | 49/137 kB | 32/156 kB | 7.7/62 kB Progress (5): 1.2/1.4 MB | 147/527 kB | 49/137 kB | 32/156 kB | 7.7/62 kB Progress (5): 1.2/1.4 MB | 147/527 kB | 49/137 kB | 32/156 kB | 12/62 kB Progress (5): 1.2/1.4 MB | 151/527 kB | 49/137 kB | 32/156 kB | 12/62 kB Progress (5): 1.2/1.4 MB | 151/527 kB | 53/137 kB | 32/156 kB | 12/62 kB Progress (5): 1.2/1.4 MB | 151/527 kB | 53/137 kB | 33/156 kB | 12/62 kB Progress (5): 1.2/1.4 MB | 151/527 kB | 53/137 kB | 33/156 kB | 12/62 kB Progress (5): 1.2/1.4 MB | 151/527 kB | 53/137 kB | 37/156 kB | 12/62 kB Progress (5): 1.2/1.4 MB | 151/527 kB | 57/137 kB | 37/156 kB | 12/62 kB Progress (5): 1.2/1.4 MB | 155/527 kB | 57/137 kB | 37/156 kB | 12/62 kB Progress (5): 1.2/1.4 MB | 155/527 kB | 57/137 kB | 37/156 kB | 16/62 kB Progress (5): 1.2/1.4 MB | 159/527 kB | 57/137 kB | 37/156 kB | 16/62 kB Progress (5): 1.2/1.4 MB | 159/527 kB | 61/137 kB | 37/156 kB | 16/62 kB Progress (5): 1.2/1.4 MB | 159/527 kB | 61/137 kB | 41/156 kB | 16/62 kB Progress (5): 1.2/1.4 MB | 159/527 kB | 61/137 kB | 41/156 kB | 16/62 kB Progress (5): 1.2/1.4 MB | 159/527 kB | 61/137 kB | 45/156 kB | 16/62 kB Progress (5): 1.2/1.4 MB | 159/527 kB | 65/137 kB | 45/156 kB | 16/62 kB Progress (5): 1.2/1.4 MB | 163/527 kB | 65/137 kB | 45/156 kB | 16/62 kB Progress (5): 1.2/1.4 MB | 163/527 kB | 65/137 kB | 45/156 kB | 20/62 kB Progress (5): 1.2/1.4 MB | 164/527 kB | 65/137 kB | 45/156 kB | 20/62 kB Progress (5): 1.2/1.4 MB | 164/527 kB | 69/137 kB | 45/156 kB | 20/62 kB Progress (5): 1.2/1.4 MB | 164/527 kB | 69/137 kB | 49/156 kB | 20/62 kB Progress (5): 1.2/1.4 MB | 164/527 kB | 69/137 kB | 49/156 kB | 20/62 kB Progress (5): 1.2/1.4 MB | 164/527 kB | 69/137 kB | 53/156 kB | 20/62 kB Progress (5): 1.2/1.4 MB | 164/527 kB | 73/137 kB | 53/156 kB | 20/62 kB Progress (5): 1.2/1.4 MB | 168/527 kB | 73/137 kB | 53/156 kB | 20/62 kB Progress (5): 1.2/1.4 MB | 168/527 kB | 73/137 kB | 53/156 kB | 24/62 kB Progress (5): 1.2/1.4 MB | 172/527 kB | 73/137 kB | 53/156 kB | 24/62 kB Progress (5): 1.2/1.4 MB | 172/527 kB | 77/137 kB | 53/156 kB | 24/62 kB Progress (5): 1.2/1.4 MB | 172/527 kB | 77/137 kB | 57/156 kB | 24/62 kB Progress (5): 1.2/1.4 MB | 172/527 kB | 77/137 kB | 57/156 kB | 24/62 kB Progress (5): 1.2/1.4 MB | 172/527 kB | 77/137 kB | 61/156 kB | 24/62 kB Progress (5): 1.2/1.4 MB | 172/527 kB | 81/137 kB | 61/156 kB | 24/62 kB Progress (5): 1.2/1.4 MB | 176/527 kB | 81/137 kB | 61/156 kB | 24/62 kB Progress (5): 1.2/1.4 MB | 176/527 kB | 81/137 kB | 61/156 kB | 28/62 kB Progress (5): 1.2/1.4 MB | 180/527 kB | 81/137 kB | 61/156 kB | 28/62 kB Progress (5): 1.2/1.4 MB | 180/527 kB | 85/137 kB | 61/156 kB | 28/62 kB Progress (5): 1.2/1.4 MB | 180/527 kB | 85/137 kB | 65/156 kB | 28/62 kB Progress (5): 1.2/1.4 MB | 180/527 kB | 85/137 kB | 65/156 kB | 28/62 kB Progress (5): 1.2/1.4 MB | 180/527 kB | 85/137 kB | 66/156 kB | 28/62 kB Progress (5): 1.2/1.4 MB | 180/527 kB | 89/137 kB | 66/156 kB | 28/62 kB Progress (5): 1.2/1.4 MB | 184/527 kB | 89/137 kB | 66/156 kB | 28/62 kB Progress (5): 1.2/1.4 MB | 184/527 kB | 89/137 kB | 66/156 kB | 32/62 kB Progress (5): 1.2/1.4 MB | 188/527 kB | 89/137 kB | 66/156 kB | 32/62 kB Progress (5): 1.2/1.4 MB | 188/527 kB | 93/137 kB | 66/156 kB | 32/62 kB Progress (5): 1.2/1.4 MB | 188/527 kB | 93/137 kB | 70/156 kB | 32/62 kB Progress (5): 1.2/1.4 MB | 188/527 kB | 93/137 kB | 70/156 kB | 32/62 kB Progress (5): 1.2/1.4 MB | 188/527 kB | 93/137 kB | 74/156 kB | 32/62 kB Progress (5): 1.2/1.4 MB | 188/527 kB | 97/137 kB | 74/156 kB | 32/62 kB Progress (5): 1.2/1.4 MB | 192/527 kB | 97/137 kB | 74/156 kB | 32/62 kB Progress (5): 1.2/1.4 MB | 192/527 kB | 97/137 kB | 74/156 kB | 36/62 kB Progress (5): 1.2/1.4 MB | 196/527 kB | 97/137 kB | 74/156 kB | 36/62 kB Progress (5): 1.2/1.4 MB | 196/527 kB | 101/137 kB | 74/156 kB | 36/62 kB Progress (5): 1.2/1.4 MB | 196/527 kB | 101/137 kB | 78/156 kB | 36/62 kB Progress (5): 1.2/1.4 MB | 196/527 kB | 101/137 kB | 78/156 kB | 36/62 kB Progress (5): 1.2/1.4 MB | 196/527 kB | 101/137 kB | 82/156 kB | 36/62 kB Progress (5): 1.2/1.4 MB | 196/527 kB | 105/137 kB | 82/156 kB | 36/62 kB Progress (5): 1.2/1.4 MB | 197/527 kB | 105/137 kB | 82/156 kB | 36/62 kB Progress (5): 1.2/1.4 MB | 197/527 kB | 105/137 kB | 82/156 kB | 40/62 kB Progress (5): 1.2/1.4 MB | 201/527 kB | 105/137 kB | 82/156 kB | 40/62 kB Progress (5): 1.2/1.4 MB | 201/527 kB | 109/137 kB | 82/156 kB | 40/62 kB Progress (5): 1.2/1.4 MB | 201/527 kB | 109/137 kB | 86/156 kB | 40/62 kB Progress (5): 1.2/1.4 MB | 201/527 kB | 109/137 kB | 86/156 kB | 40/62 kB Progress (5): 1.2/1.4 MB | 201/527 kB | 109/137 kB | 90/156 kB | 40/62 kB Progress (5): 1.2/1.4 MB | 201/527 kB | 113/137 kB | 90/156 kB | 40/62 kB Progress (5): 1.2/1.4 MB | 205/527 kB | 113/137 kB | 90/156 kB | 40/62 kB Progress (5): 1.2/1.4 MB | 205/527 kB | 113/137 kB | 90/156 kB | 44/62 kB Progress (5): 1.2/1.4 MB | 209/527 kB | 113/137 kB | 90/156 kB | 44/62 kB Progress (5): 1.2/1.4 MB | 209/527 kB | 117/137 kB | 90/156 kB | 44/62 kB Progress (5): 1.2/1.4 MB | 209/527 kB | 117/137 kB | 94/156 kB | 44/62 kB Progress (5): 1.3/1.4 MB | 209/527 kB | 117/137 kB | 94/156 kB | 44/62 kB Progress (5): 1.3/1.4 MB | 209/527 kB | 117/137 kB | 98/156 kB | 44/62 kB Progress (5): 1.3/1.4 MB | 209/527 kB | 121/137 kB | 98/156 kB | 44/62 kB Progress (5): 1.3/1.4 MB | 213/527 kB | 121/137 kB | 98/156 kB | 44/62 kB Progress (5): 1.3/1.4 MB | 213/527 kB | 121/137 kB | 98/156 kB | 48/62 kB Progress (5): 1.3/1.4 MB | 217/527 kB | 121/137 kB | 98/156 kB | 48/62 kB Progress (5): 1.3/1.4 MB | 217/527 kB | 125/137 kB | 98/156 kB | 48/62 kB Progress (5): 1.3/1.4 MB | 217/527 kB | 125/137 kB | 98/156 kB | 48/62 kB Progress (5): 1.3/1.4 MB | 217/527 kB | 125/137 kB | 98/156 kB | 48/62 kB Progress (5): 1.3/1.4 MB | 217/527 kB | 125/137 kB | 102/156 kB | 48/62 kB Progress (5): 1.3/1.4 MB | 217/527 kB | 129/137 kB | 102/156 kB | 48/62 kB Progress (5): 1.3/1.4 MB | 221/527 kB | 129/137 kB | 102/156 kB | 48/62 kB Progress (5): 1.3/1.4 MB | 221/527 kB | 129/137 kB | 102/156 kB | 52/62 kB Progress (5): 1.3/1.4 MB | 225/527 kB | 129/137 kB | 102/156 kB | 52/62 kB Progress (5): 1.3/1.4 MB | 225/527 kB | 133/137 kB | 102/156 kB | 52/62 kB Progress (5): 1.3/1.4 MB | 225/527 kB | 133/137 kB | 106/156 kB | 52/62 kB Progress (5): 1.3/1.4 MB | 225/527 kB | 133/137 kB | 106/156 kB | 52/62 kB Progress (5): 1.3/1.4 MB | 225/527 kB | 133/137 kB | 110/156 kB | 52/62 kB Progress (5): 1.3/1.4 MB | 225/527 kB | 137 kB | 110/156 kB | 52/62 kB Progress (5): 1.3/1.4 MB | 229/527 kB | 137 kB | 110/156 kB | 52/62 kB Progress (5): 1.3/1.4 MB | 229/527 kB | 137 kB | 110/156 kB | 56/62 kB Progress (5): 1.3/1.4 MB | 229/527 kB | 137 kB | 110/156 kB | 56/62 kB Progress (5): 1.3/1.4 MB | 229/527 kB | 137 kB | 114/156 kB | 56/62 kB Progress (5): 1.3/1.4 MB | 229/527 kB | 137 kB | 114/156 kB | 56/62 kB Progress (5): 1.3/1.4 MB | 229/527 kB | 137 kB | 118/156 kB | 56/62 kB Progress (5): 1.3/1.4 MB | 233/527 kB | 137 kB | 118/156 kB | 56/62 kB Progress (5): 1.3/1.4 MB | 233/527 kB | 137 kB | 118/156 kB | 60/62 kB Progress (5): 1.3/1.4 MB | 237/527 kB | 137 kB | 118/156 kB | 60/62 kB Progress (5): 1.3/1.4 MB | 237/527 kB | 137 kB | 122/156 kB | 60/62 kB Progress (5): 1.3/1.4 MB | 237/527 kB | 137 kB | 122/156 kB | 60/62 kB Progress (5): 1.3/1.4 MB | 237/527 kB | 137 kB | 126/156 kB | 60/62 kB Progress (5): 1.3/1.4 MB | 241/527 kB | 137 kB | 126/156 kB | 60/62 kB Progress (5): 1.3/1.4 MB | 241/527 kB | 137 kB | 126/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 245/527 kB | 137 kB | 126/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 245/527 kB | 137 kB | 130/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 245/527 kB | 137 kB | 130/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 245/527 kB | 137 kB | 134/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 249/527 kB | 137 kB | 134/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 249/527 kB | 137 kB | 138/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 249/527 kB | 137 kB | 138/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 249/527 kB | 137 kB | 142/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 253/527 kB | 137 kB | 142/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 253/527 kB | 137 kB | 146/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 253/527 kB | 137 kB | 146/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 253/527 kB | 137 kB | 150/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 257/527 kB | 137 kB | 150/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 257/527 kB | 137 kB | 154/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 257/527 kB | 137 kB | 154/156 kB | 62 kB Progress (5): 1.3/1.4 MB | 257/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 261/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 261/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 262/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 262/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 266/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 266/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 270/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 270/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 274/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 274/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 278/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 278/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 282/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 282/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 286/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 286/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 290/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 290/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 294/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 294/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 295/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 295/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 299/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 299/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 303/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 303/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 307/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 307/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 311/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 311/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 315/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 315/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.3/1.4 MB | 319/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.4/1.4 MB | 319/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.4/1.4 MB | 323/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.4/1.4 MB | 323/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.4/1.4 MB | 327/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.4/1.4 MB | 327/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.4/1.4 MB | 328/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.4/1.4 MB | 328/527 kB | 137 kB | 156 kB | 62 kB Progress (5): 1.4/1.4 MB | 332/527 kB | 137 kB | 156 kB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.19.v20190610/jetty-xml-9.4.19.v20190610.jar (62 kB at 106 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.19.v20190610/jetty-servlet-9.4.19.v20190610.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.19.v20190610/jetty-webapp-9.4.19.v20190610.jar (137 kB at 233 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.19.v20190610/jetty-io-9.4.19.v20190610.jar (156 kB at 266 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.19.v20190610/jetty-security-9.4.19.v20190610.jar Progress (2): 1.4/1.4 MB | 336/527 kB Progress (2): 1.4/1.4 MB | 336/527 kB Progress (2): 1.4/1.4 MB | 340/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.19.v20190610/jetty-server-9.4.19.v20190610.jar Progress (2): 1.4/1.4 MB | 344/527 kB Progress (2): 1.4/1.4 MB | 344/527 kB Progress (2): 1.4/1.4 MB | 348/527 kB Progress (2): 1.4/1.4 MB | 348/527 kB Progress (2): 1.4/1.4 MB | 352/527 kB Progress (2): 1.4/1.4 MB | 352/527 kB Progress (2): 1.4/1.4 MB | 356/527 kB Progress (2): 1.4/1.4 MB | 356/527 kB Progress (2): 1.4/1.4 MB | 360/527 kB Progress (2): 1.4/1.4 MB | 360/527 kB Progress (2): 1.4/1.4 MB | 360/527 kB Progress (2): 1.4 MB | 360/527 kB Progress (2): 1.4 MB | 365/527 kB Progress (2): 1.4 MB | 368/527 kB Progress (2): 1.4 MB | 373/527 kB Progress (2): 1.4 MB | 376/527 kB Progress (2): 1.4 MB | 381/527 kB Progress (2): 1.4 MB | 384/527 kB Progress (2): 1.4 MB | 389/527 kB Progress (2): 1.4 MB | 392/527 kB Progress (2): 1.4 MB | 393/527 kB Progress (2): 1.4 MB | 397/527 kB Progress (2): 1.4 MB | 401/527 kB Progress (2): 1.4 MB | 405/527 kB Progress (2): 1.4 MB | 409/527 kB Progress (2): 1.4 MB | 413/527 kB Progress (2): 1.4 MB | 417/527 kB Progress (2): 1.4 MB | 421/527 kB Progress (2): 1.4 MB | 425/527 kB Progress (2): 1.4 MB | 426/527 kB Progress (2): 1.4 MB | 430/527 kB Progress (2): 1.4 MB | 434/527 kB Progress (2): 1.4 MB | 438/527 kB Progress (2): 1.4 MB | 442/527 kB Progress (2): 1.4 MB | 446/527 kB Progress (2): 1.4 MB | 450/527 kB Progress (2): 1.4 MB | 454/527 kB Progress (2): 1.4 MB | 458/527 kB Progress (2): 1.4 MB | 459/527 kB Progress (2): 1.4 MB | 463/527 kB Progress (2): 1.4 MB | 467/527 kB Progress (2): 1.4 MB | 471/527 kB Progress (2): 1.4 MB | 475/527 kB Progress (2): 1.4 MB | 479/527 kB Progress (2): 1.4 MB | 483/527 kB Progress (2): 1.4 MB | 487/527 kB Progress (2): 1.4 MB | 491/527 kB Progress (2): 1.4 MB | 495/527 kB Progress (2): 1.4 MB | 499/527 kB Progress (2): 1.4 MB | 503/527 kB Progress (2): 1.4 MB | 507/527 kB Progress (2): 1.4 MB | 511/527 kB Progress (2): 1.4 MB | 515/527 kB Progress (2): 1.4 MB | 519/527 kB Progress (2): 1.4 MB | 523/527 kB Progress (2): 1.4 MB | 527 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.1.10.RELEASE/spring-web-5.1.10.RELEASE.jar (1.4 MB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.19.v20190610/jetty-util-9.4.19.v20190610.jar (527 kB at 867 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.1.9.RELEASE/spring-boot-test-2.1.9.RELEASE.jar Progress (1): 4.1/121 kB Progress (1): 7.7/121 kB Progress (1): 12/121 kB Progress (1): 16/121 kB Progress (1): 20/121 kB Progress (1): 24/121 kB Progress (2): 24/121 kB | 4.1/649 kB Progress (2): 28/121 kB | 4.1/649 kB Progress (2): 28/121 kB | 7.7/649 kB Progress (2): 32/121 kB | 7.7/649 kB Progress (2): 32/121 kB | 12/649 kB Progress (2): 33/121 kB | 12/649 kB Progress (2): 33/121 kB | 16/649 kB Progress (2): 37/121 kB | 16/649 kB Progress (2): 37/121 kB | 20/649 kB Progress (2): 41/121 kB | 20/649 kB Progress (2): 41/121 kB | 24/649 kB Progress (2): 45/121 kB | 24/649 kB Progress (2): 45/121 kB | 28/649 kB Progress (2): 49/121 kB | 28/649 kB Progress (2): 49/121 kB | 32/649 kB Progress (2): 53/121 kB | 32/649 kB Progress (2): 53/121 kB | 36/649 kB Progress (2): 57/121 kB | 36/649 kB Progress (2): 57/121 kB | 40/649 kB Progress (2): 61/121 kB | 40/649 kB Progress (2): 61/121 kB | 44/649 kB Progress (2): 65/121 kB | 44/649 kB Progress (2): 65/121 kB | 48/649 kB Progress (2): 66/121 kB | 48/649 kB Progress (2): 66/121 kB | 52/649 kB Progress (2): 70/121 kB | 52/649 kB Progress (2): 70/121 kB | 56/649 kB Progress (2): 74/121 kB | 56/649 kB Progress (2): 74/121 kB | 60/649 kB Progress (2): 78/121 kB | 60/649 kB Progress (2): 78/121 kB | 64/649 kB Progress (2): 82/121 kB | 64/649 kB Progress (2): 82/121 kB | 68/649 kB Progress (2): 86/121 kB | 68/649 kB Progress (2): 86/121 kB | 72/649 kB Progress (2): 90/121 kB | 72/649 kB Progress (2): 90/121 kB | 76/649 kB Progress (2): 94/121 kB | 76/649 kB Progress (2): 94/121 kB | 80/649 kB Progress (2): 98/121 kB | 80/649 kB Progress (2): 98/121 kB | 84/649 kB Progress (2): 102/121 kB | 84/649 kB Progress (2): 102/121 kB | 88/649 kB Progress (2): 106/121 kB | 88/649 kB Progress (2): 106/121 kB | 92/649 kB Progress (2): 110/121 kB | 92/649 kB Progress (2): 110/121 kB | 96/649 kB Progress (2): 114/121 kB | 96/649 kB Progress (2): 114/121 kB | 100/649 kB Progress (2): 118/121 kB | 100/649 kB Progress (2): 118/121 kB | 104/649 kB Progress (2): 121 kB | 104/649 kB Progress (2): 121 kB | 108/649 kB Progress (2): 121 kB | 112/649 kB Progress (2): 121 kB | 116/649 kB Progress (2): 121 kB | 120/649 kB Progress (2): 121 kB | 124/649 kB Progress (2): 121 kB | 128/649 kB Progress (2): 121 kB | 132/649 kB Progress (2): 121 kB | 136/649 kB Progress (2): 121 kB | 140/649 kB Progress (2): 121 kB | 144/649 kB Progress (2): 121 kB | 148/649 kB Progress (2): 121 kB | 152/649 kB Progress (2): 121 kB | 156/649 kB Progress (2): 121 kB | 160/649 kB Progress (2): 121 kB | 164/649 kB Progress (2): 121 kB | 168/649 kB Progress (2): 121 kB | 172/649 kB Progress (2): 121 kB | 176/649 kB Progress (2): 121 kB | 180/649 kB Progress (2): 121 kB | 184/649 kB Progress (2): 121 kB | 188/649 kB Progress (2): 121 kB | 192/649 kB Progress (2): 121 kB | 196/649 kB Progress (2): 121 kB | 200/649 kB Progress (3): 121 kB | 200/649 kB | 4.1/117 kB Progress (3): 121 kB | 204/649 kB | 4.1/117 kB Progress (3): 121 kB | 204/649 kB | 7.7/117 kB Progress (3): 121 kB | 208/649 kB | 7.7/117 kB Progress (3): 121 kB | 208/649 kB | 12/117 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.19.v20190610/jetty-servlet-9.4.19.v20190610.jar (121 kB at 194 kB/s) Progress (2): 208/649 kB | 16/117 kB Progress (2): 212/649 kB | 16/117 kB Progress (2): 212/649 kB | 20/117 kB Progress (3): 212/649 kB | 20/117 kB | 4.1/96 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.1.9.RELEASE/spring-boot-test-autoconfigure-2.1.9.RELEASE.jar Progress (3): 212/649 kB | 20/117 kB | 7.7/96 kB Progress (3): 212/649 kB | 24/117 kB | 7.7/96 kB Progress (3): 216/649 kB | 24/117 kB | 7.7/96 kB Progress (3): 216/649 kB | 28/117 kB | 7.7/96 kB Progress (4): 216/649 kB | 28/117 kB | 7.7/96 kB | 4.1/198 kB Progress (4): 216/649 kB | 28/117 kB | 12/96 kB | 4.1/198 kB Progress (4): 216/649 kB | 28/117 kB | 12/96 kB | 7.7/198 kB Progress (4): 216/649 kB | 32/117 kB | 12/96 kB | 7.7/198 kB Progress (4): 220/649 kB | 32/117 kB | 12/96 kB | 7.7/198 kB Progress (4): 220/649 kB | 33/117 kB | 12/96 kB | 7.7/198 kB Progress (4): 220/649 kB | 33/117 kB | 12/96 kB | 12/198 kB Progress (4): 220/649 kB | 33/117 kB | 16/96 kB | 12/198 kB Progress (4): 220/649 kB | 33/117 kB | 16/96 kB | 16/198 kB Progress (4): 220/649 kB | 33/117 kB | 20/96 kB | 16/198 kB Progress (4): 220/649 kB | 37/117 kB | 20/96 kB | 16/198 kB Progress (4): 224/649 kB | 37/117 kB | 20/96 kB | 16/198 kB Progress (4): 224/649 kB | 41/117 kB | 20/96 kB | 16/198 kB Progress (4): 228/649 kB | 41/117 kB | 20/96 kB | 16/198 kB Progress (4): 228/649 kB | 41/117 kB | 24/96 kB | 16/198 kB Progress (4): 228/649 kB | 41/117 kB | 24/96 kB | 20/198 kB Progress (4): 228/649 kB | 41/117 kB | 28/96 kB | 20/198 kB Progress (4): 232/649 kB | 41/117 kB | 28/96 kB | 20/198 kB Progress (4): 232/649 kB | 45/117 kB | 28/96 kB | 20/198 kB Progress (4): 236/649 kB | 45/117 kB | 28/96 kB | 20/198 kB Progress (4): 236/649 kB | 45/117 kB | 32/96 kB | 20/198 kB Progress (4): 236/649 kB | 45/117 kB | 32/96 kB | 24/198 kB Progress (4): 236/649 kB | 45/117 kB | 33/96 kB | 24/198 kB Progress (4): 240/649 kB | 45/117 kB | 33/96 kB | 24/198 kB Progress (4): 240/649 kB | 49/117 kB | 33/96 kB | 24/198 kB Progress (4): 244/649 kB | 49/117 kB | 33/96 kB | 24/198 kB Progress (4): 244/649 kB | 49/117 kB | 37/96 kB | 24/198 kB Progress (4): 244/649 kB | 49/117 kB | 37/96 kB | 28/198 kB Progress (4): 244/649 kB | 49/117 kB | 41/96 kB | 28/198 kB Progress (4): 248/649 kB | 49/117 kB | 41/96 kB | 28/198 kB Progress (4): 248/649 kB | 53/117 kB | 41/96 kB | 28/198 kB Progress (4): 252/649 kB | 53/117 kB | 41/96 kB | 28/198 kB Progress (4): 252/649 kB | 53/117 kB | 45/96 kB | 28/198 kB Progress (4): 252/649 kB | 53/117 kB | 45/96 kB | 32/198 kB Progress (4): 252/649 kB | 53/117 kB | 49/96 kB | 32/198 kB Progress (4): 256/649 kB | 53/117 kB | 49/96 kB | 32/198 kB Progress (4): 256/649 kB | 57/117 kB | 49/96 kB | 32/198 kB Progress (4): 260/649 kB | 57/117 kB | 49/96 kB | 32/198 kB Progress (4): 260/649 kB | 57/117 kB | 53/96 kB | 32/198 kB Progress (4): 260/649 kB | 57/117 kB | 53/96 kB | 36/198 kB Progress (4): 260/649 kB | 57/117 kB | 57/96 kB | 36/198 kB Progress (4): 264/649 kB | 57/117 kB | 57/96 kB | 36/198 kB Progress (4): 264/649 kB | 61/117 kB | 57/96 kB | 36/198 kB Progress (4): 268/649 kB | 61/117 kB | 57/96 kB | 36/198 kB Progress (4): 268/649 kB | 61/117 kB | 61/96 kB | 36/198 kB Progress (4): 268/649 kB | 61/117 kB | 61/96 kB | 40/198 kB Progress (4): 268/649 kB | 61/117 kB | 65/96 kB | 40/198 kB Progress (4): 272/649 kB | 61/117 kB | 65/96 kB | 40/198 kB Progress (4): 272/649 kB | 65/117 kB | 65/96 kB | 40/198 kB Progress (4): 276/649 kB | 65/117 kB | 65/96 kB | 40/198 kB Progress (4): 276/649 kB | 65/117 kB | 69/96 kB | 40/198 kB Progress (4): 276/649 kB | 65/117 kB | 69/96 kB | 44/198 kB Progress (4): 276/649 kB | 65/117 kB | 73/96 kB | 44/198 kB Progress (4): 280/649 kB | 65/117 kB | 73/96 kB | 44/198 kB Progress (4): 280/649 kB | 66/117 kB | 73/96 kB | 44/198 kB Progress (4): 284/649 kB | 66/117 kB | 73/96 kB | 44/198 kB Progress (4): 284/649 kB | 66/117 kB | 77/96 kB | 44/198 kB Progress (4): 284/649 kB | 66/117 kB | 77/96 kB | 48/198 kB Progress (4): 284/649 kB | 66/117 kB | 81/96 kB | 48/198 kB Progress (4): 288/649 kB | 66/117 kB | 81/96 kB | 48/198 kB Progress (4): 288/649 kB | 70/117 kB | 81/96 kB | 48/198 kB Progress (4): 292/649 kB | 70/117 kB | 81/96 kB | 48/198 kB Progress (4): 292/649 kB | 70/117 kB | 85/96 kB | 48/198 kB Progress (4): 292/649 kB | 70/117 kB | 85/96 kB | 52/198 kB Progress (4): 292/649 kB | 70/117 kB | 89/96 kB | 52/198 kB Progress (4): 296/649 kB | 70/117 kB | 89/96 kB | 52/198 kB Progress (4): 296/649 kB | 74/117 kB | 89/96 kB | 52/198 kB Progress (4): 300/649 kB | 74/117 kB | 89/96 kB | 52/198 kB Progress (4): 300/649 kB | 74/117 kB | 93/96 kB | 52/198 kB Progress (4): 300/649 kB | 74/117 kB | 93/96 kB | 56/198 kB Progress (4): 300/649 kB | 74/117 kB | 96 kB | 56/198 kB Progress (4): 304/649 kB | 74/117 kB | 96 kB | 56/198 kB Progress (4): 304/649 kB | 78/117 kB | 96 kB | 56/198 kB Progress (4): 308/649 kB | 78/117 kB | 96 kB | 56/198 kB Progress (4): 308/649 kB | 78/117 kB | 96 kB | 60/198 kB Progress (4): 312/649 kB | 78/117 kB | 96 kB | 60/198 kB Progress (4): 312/649 kB | 82/117 kB | 96 kB | 60/198 kB Progress (4): 316/649 kB | 82/117 kB | 96 kB | 60/198 kB Progress (4): 316/649 kB | 82/117 kB | 96 kB | 64/198 kB Progress (4): 320/649 kB | 82/117 kB | 96 kB | 64/198 kB Progress (4): 320/649 kB | 86/117 kB | 96 kB | 64/198 kB Progress (4): 324/649 kB | 86/117 kB | 96 kB | 64/198 kB Progress (4): 324/649 kB | 86/117 kB | 96 kB | 66/198 kB Progress (4): 328/649 kB | 86/117 kB | 96 kB | 66/198 kB Progress (4): 328/649 kB | 90/117 kB | 96 kB | 66/198 kB Progress (4): 332/649 kB | 90/117 kB | 96 kB | 66/198 kB Progress (4): 332/649 kB | 90/117 kB | 96 kB | 70/198 kB Progress (4): 336/649 kB | 90/117 kB | 96 kB | 70/198 kB Progress (4): 336/649 kB | 94/117 kB | 96 kB | 70/198 kB Progress (4): 340/649 kB | 94/117 kB | 96 kB | 70/198 kB Progress (4): 340/649 kB | 94/117 kB | 96 kB | 74/198 kB Progress (4): 344/649 kB | 94/117 kB | 96 kB | 74/198 kB Progress (4): 344/649 kB | 98/117 kB | 96 kB | 74/198 kB Progress (4): 348/649 kB | 98/117 kB | 96 kB | 74/198 kB Progress (4): 348/649 kB | 98/117 kB | 96 kB | 78/198 kB Progress (4): 352/649 kB | 98/117 kB | 96 kB | 78/198 kB Progress (4): 352/649 kB | 102/117 kB | 96 kB | 78/198 kB Progress (4): 356/649 kB | 102/117 kB | 96 kB | 78/198 kB Progress (4): 356/649 kB | 102/117 kB | 96 kB | 82/198 kB Progress (4): 360/649 kB | 102/117 kB | 96 kB | 82/198 kB Progress (4): 360/649 kB | 106/117 kB | 96 kB | 82/198 kB Progress (4): 364/649 kB | 106/117 kB | 96 kB | 82/198 kB Progress (5): 364/649 kB | 106/117 kB | 96 kB | 82/198 kB | 4.1/172 kB Progress (5): 364/649 kB | 106/117 kB | 96 kB | 86/198 kB | 4.1/172 kB Progress (5): 364/649 kB | 106/117 kB | 96 kB | 86/198 kB | 7.7/172 kB Progress (5): 368/649 kB | 106/117 kB | 96 kB | 86/198 kB | 7.7/172 kB Progress (5): 368/649 kB | 110/117 kB | 96 kB | 86/198 kB | 7.7/172 kB Progress (5): 372/649 kB | 110/117 kB | 96 kB | 86/198 kB | 7.7/172 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar (96 kB at 148 kB/s) Progress (4): 372/649 kB | 110/117 kB | 86/198 kB | 12/172 kB Progress (4): 372/649 kB | 110/117 kB | 90/198 kB | 12/172 kB Progress (4): 372/649 kB | 110/117 kB | 90/198 kB | 16/172 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.1.10.RELEASE/spring-test-5.1.10.RELEASE.jar Progress (4): 376/649 kB | 110/117 kB | 90/198 kB | 16/172 kB Progress (4): 376/649 kB | 114/117 kB | 90/198 kB | 16/172 kB Progress (4): 380/649 kB | 114/117 kB | 90/198 kB | 16/172 kB Progress (4): 380/649 kB | 114/117 kB | 90/198 kB | 20/172 kB Progress (4): 380/649 kB | 114/117 kB | 94/198 kB | 20/172 kB Progress (4): 380/649 kB | 114/117 kB | 94/198 kB | 24/172 kB Progress (4): 384/649 kB | 114/117 kB | 94/198 kB | 24/172 kB Progress (4): 384/649 kB | 117 kB | 94/198 kB | 24/172 kB Progress (4): 388/649 kB | 117 kB | 94/198 kB | 24/172 kB Progress (4): 388/649 kB | 117 kB | 94/198 kB | 28/172 kB Progress (4): 388/649 kB | 117 kB | 98/198 kB | 28/172 kB Progress (4): 388/649 kB | 117 kB | 98/198 kB | 32/172 kB Progress (4): 392/649 kB | 117 kB | 98/198 kB | 32/172 kB Progress (4): 392/649 kB | 117 kB | 98/198 kB | 33/172 kB Progress (4): 392/649 kB | 117 kB | 102/198 kB | 33/172 kB Progress (4): 392/649 kB | 117 kB | 102/198 kB | 37/172 kB Progress (4): 396/649 kB | 117 kB | 102/198 kB | 37/172 kB Progress (4): 396/649 kB | 117 kB | 102/198 kB | 41/172 kB Progress (4): 396/649 kB | 117 kB | 106/198 kB | 41/172 kB Progress (4): 396/649 kB | 117 kB | 106/198 kB | 45/172 kB Progress (4): 400/649 kB | 117 kB | 106/198 kB | 45/172 kB Progress (4): 400/649 kB | 117 kB | 106/198 kB | 49/172 kB Progress (4): 400/649 kB | 117 kB | 110/198 kB | 49/172 kB Progress (4): 400/649 kB | 117 kB | 110/198 kB | 53/172 kB Progress (4): 404/649 kB | 117 kB | 110/198 kB | 53/172 kB Progress (4): 404/649 kB | 117 kB | 110/198 kB | 57/172 kB Progress (4): 404/649 kB | 117 kB | 114/198 kB | 57/172 kB Progress (4): 404/649 kB | 117 kB | 114/198 kB | 61/172 kB Progress (4): 408/649 kB | 117 kB | 114/198 kB | 61/172 kB Progress (4): 408/649 kB | 117 kB | 114/198 kB | 65/172 kB Progress (4): 408/649 kB | 117 kB | 118/198 kB | 65/172 kB Progress (4): 408/649 kB | 117 kB | 118/198 kB | 66/172 kB Progress (4): 412/649 kB | 117 kB | 118/198 kB | 66/172 kB Progress (4): 412/649 kB | 117 kB | 118/198 kB | 70/172 kB Progress (4): 412/649 kB | 117 kB | 122/198 kB | 70/172 kB Progress (4): 412/649 kB | 117 kB | 122/198 kB | 74/172 kB Progress (4): 416/649 kB | 117 kB | 122/198 kB | 74/172 kB Progress (4): 416/649 kB | 117 kB | 122/198 kB | 78/172 kB Progress (4): 416/649 kB | 117 kB | 126/198 kB | 78/172 kB Progress (4): 416/649 kB | 117 kB | 126/198 kB | 82/172 kB Progress (4): 420/649 kB | 117 kB | 126/198 kB | 82/172 kB Progress (4): 420/649 kB | 117 kB | 126/198 kB | 86/172 kB Progress (4): 420/649 kB | 117 kB | 130/198 kB | 86/172 kB Progress (4): 420/649 kB | 117 kB | 130/198 kB | 90/172 kB Progress (4): 424/649 kB | 117 kB | 130/198 kB | 90/172 kB Progress (4): 424/649 kB | 117 kB | 130/198 kB | 94/172 kB Progress (4): 424/649 kB | 117 kB | 134/198 kB | 94/172 kB Progress (4): 424/649 kB | 117 kB | 134/198 kB | 98/172 kB Progress (4): 428/649 kB | 117 kB | 134/198 kB | 98/172 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.19.v20190610/jetty-security-9.4.19.v20190610.jar (117 kB at 178 kB/s) Progress (3): 428/649 kB | 134/198 kB | 98/172 kB Progress (3): 428/649 kB | 138/198 kB | 98/172 kB Progress (3): 428/649 kB | 138/198 kB | 102/172 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar Progress (3): 432/649 kB | 138/198 kB | 102/172 kB Progress (3): 432/649 kB | 138/198 kB | 106/172 kB Progress (3): 432/649 kB | 142/198 kB | 106/172 kB Progress (3): 432/649 kB | 142/198 kB | 110/172 kB Progress (3): 436/649 kB | 142/198 kB | 110/172 kB Progress (3): 436/649 kB | 142/198 kB | 114/172 kB Progress (3): 436/649 kB | 146/198 kB | 114/172 kB Progress (3): 436/649 kB | 146/198 kB | 118/172 kB Progress (3): 440/649 kB | 146/198 kB | 118/172 kB Progress (3): 440/649 kB | 146/198 kB | 122/172 kB Progress (3): 440/649 kB | 150/198 kB | 122/172 kB Progress (3): 440/649 kB | 150/198 kB | 126/172 kB Progress (3): 444/649 kB | 150/198 kB | 126/172 kB Progress (3): 444/649 kB | 150/198 kB | 130/172 kB Progress (3): 444/649 kB | 154/198 kB | 130/172 kB Progress (3): 444/649 kB | 154/198 kB | 131/172 kB Progress (3): 448/649 kB | 154/198 kB | 131/172 kB Progress (3): 448/649 kB | 154/198 kB | 135/172 kB Progress (3): 448/649 kB | 158/198 kB | 135/172 kB Progress (3): 448/649 kB | 158/198 kB | 139/172 kB Progress (3): 452/649 kB | 158/198 kB | 139/172 kB Progress (3): 452/649 kB | 158/198 kB | 143/172 kB Progress (3): 452/649 kB | 162/198 kB | 143/172 kB Progress (3): 452/649 kB | 162/198 kB | 147/172 kB Progress (3): 456/649 kB | 162/198 kB | 147/172 kB Progress (3): 456/649 kB | 162/198 kB | 151/172 kB Progress (3): 456/649 kB | 166/198 kB | 151/172 kB Progress (3): 456/649 kB | 166/198 kB | 155/172 kB Progress (3): 460/649 kB | 166/198 kB | 155/172 kB Progress (3): 460/649 kB | 166/198 kB | 159/172 kB Progress (3): 460/649 kB | 170/198 kB | 159/172 kB Progress (3): 460/649 kB | 170/198 kB | 163/172 kB Progress (3): 464/649 kB | 170/198 kB | 163/172 kB Progress (3): 464/649 kB | 170/198 kB | 167/172 kB Progress (3): 468/649 kB | 170/198 kB | 167/172 kB Progress (3): 468/649 kB | 174/198 kB | 167/172 kB Progress (4): 468/649 kB | 174/198 kB | 167/172 kB | 4.1/620 kB Progress (4): 472/649 kB | 174/198 kB | 167/172 kB | 4.1/620 kB Progress (4): 472/649 kB | 174/198 kB | 171/172 kB | 4.1/620 kB Progress (4): 476/649 kB | 174/198 kB | 171/172 kB | 4.1/620 kB Progress (4): 476/649 kB | 174/198 kB | 171/172 kB | 7.7/620 kB Progress (4): 476/649 kB | 178/198 kB | 171/172 kB | 7.7/620 kB Progress (4): 476/649 kB | 178/198 kB | 171/172 kB | 12/620 kB Progress (4): 480/649 kB | 178/198 kB | 171/172 kB | 12/620 kB Progress (4): 480/649 kB | 178/198 kB | 172 kB | 12/620 kB Progress (4): 484/649 kB | 178/198 kB | 172 kB | 12/620 kB Progress (4): 484/649 kB | 178/198 kB | 172 kB | 16/620 kB Progress (4): 484/649 kB | 182/198 kB | 172 kB | 16/620 kB Progress (4): 488/649 kB | 182/198 kB | 172 kB | 16/620 kB Progress (4): 488/649 kB | 186/198 kB | 172 kB | 16/620 kB Progress (4): 488/649 kB | 186/198 kB | 172 kB | 20/620 kB Progress (4): 488/649 kB | 190/198 kB | 172 kB | 20/620 kB Progress (4): 492/649 kB | 190/198 kB | 172 kB | 20/620 kB Progress (4): 492/649 kB | 194/198 kB | 172 kB | 20/620 kB Progress (4): 492/649 kB | 194/198 kB | 172 kB | 24/620 kB Progress (4): 492/649 kB | 198/198 kB | 172 kB | 24/620 kB Progress (4): 496/649 kB | 198/198 kB | 172 kB | 24/620 kB Progress (4): 496/649 kB | 198 kB | 172 kB | 24/620 kB Progress (4): 496/649 kB | 198 kB | 172 kB | 28/620 kB Progress (4): 500/649 kB | 198 kB | 172 kB | 28/620 kB Progress (4): 500/649 kB | 198 kB | 172 kB | 32/620 kB Progress (4): 504/649 kB | 198 kB | 172 kB | 32/620 kB Progress (4): 504/649 kB | 198 kB | 172 kB | 33/620 kB Progress (4): 508/649 kB | 198 kB | 172 kB | 33/620 kB Progress (4): 508/649 kB | 198 kB | 172 kB | 37/620 kB Progress (4): 512/649 kB | 198 kB | 172 kB | 37/620 kB Progress (4): 512/649 kB | 198 kB | 172 kB | 41/620 kB Progress (4): 516/649 kB | 198 kB | 172 kB | 41/620 kB Progress (4): 516/649 kB | 198 kB | 172 kB | 45/620 kB Progress (4): 520/649 kB | 198 kB | 172 kB | 45/620 kB Progress (4): 520/649 kB | 198 kB | 172 kB | 49/620 kB Progress (4): 524/649 kB | 198 kB | 172 kB | 49/620 kB Progress (4): 524/649 kB | 198 kB | 172 kB | 53/620 kB Progress (4): 528/649 kB | 198 kB | 172 kB | 53/620 kB Progress (4): 528/649 kB | 198 kB | 172 kB | 57/620 kB Progress (4): 532/649 kB | 198 kB | 172 kB | 57/620 kB Progress (4): 532/649 kB | 198 kB | 172 kB | 61/620 kB Progress (4): 536/649 kB | 198 kB | 172 kB | 61/620 kB Progress (4): 536/649 kB | 198 kB | 172 kB | 65/620 kB Progress (4): 540/649 kB | 198 kB | 172 kB | 65/620 kB Progress (4): 540/649 kB | 198 kB | 172 kB | 66/620 kB Progress (4): 544/649 kB | 198 kB | 172 kB | 66/620 kB Progress (4): 544/649 kB | 198 kB | 172 kB | 70/620 kB Progress (4): 548/649 kB | 198 kB | 172 kB | 70/620 kB Progress (4): 548/649 kB | 198 kB | 172 kB | 74/620 kB Progress (4): 552/649 kB | 198 kB | 172 kB | 74/620 kB Progress (4): 552/649 kB | 198 kB | 172 kB | 78/620 kB Progress (4): 556/649 kB | 198 kB | 172 kB | 78/620 kB Progress (4): 556/649 kB | 198 kB | 172 kB | 82/620 kB Progress (4): 560/649 kB | 198 kB | 172 kB | 82/620 kB Progress (4): 560/649 kB | 198 kB | 172 kB | 86/620 kB Progress (4): 564/649 kB | 198 kB | 172 kB | 86/620 kB Progress (4): 564/649 kB | 198 kB | 172 kB | 90/620 kB Progress (4): 568/649 kB | 198 kB | 172 kB | 90/620 kB Progress (4): 568/649 kB | 198 kB | 172 kB | 94/620 kB Progress (4): 572/649 kB | 198 kB | 172 kB | 94/620 kB Progress (4): 572/649 kB | 198 kB | 172 kB | 98/620 kB Progress (4): 576/649 kB | 198 kB | 172 kB | 98/620 kB Progress (4): 576/649 kB | 198 kB | 172 kB | 98/620 kB Progress (4): 580/649 kB | 198 kB | 172 kB | 98/620 kB Progress (4): 580/649 kB | 198 kB | 172 kB | 102/620 kB Progress (4): 584/649 kB | 198 kB | 172 kB | 102/620 kB Progress (4): 584/649 kB | 198 kB | 172 kB | 106/620 kB Progress (4): 588/649 kB | 198 kB | 172 kB | 106/620 kB Progress (4): 588/649 kB | 198 kB | 172 kB | 110/620 kB Progress (4): 592/649 kB | 198 kB | 172 kB | 110/620 kB Progress (4): 592/649 kB | 198 kB | 172 kB | 114/620 kB Progress (4): 596/649 kB | 198 kB | 172 kB | 114/620 kB Progress (4): 596/649 kB | 198 kB | 172 kB | 118/620 kB Progress (4): 600/649 kB | 198 kB | 172 kB | 118/620 kB Progress (4): 600/649 kB | 198 kB | 172 kB | 122/620 kB Progress (4): 604/649 kB | 198 kB | 172 kB | 122/620 kB Progress (4): 604/649 kB | 198 kB | 172 kB | 126/620 kB Progress (4): 608/649 kB | 198 kB | 172 kB | 126/620 kB Progress (4): 608/649 kB | 198 kB | 172 kB | 130/620 kB Progress (4): 612/649 kB | 198 kB | 172 kB | 130/620 kB Progress (4): 612/649 kB | 198 kB | 172 kB | 131/620 kB Progress (4): 616/649 kB | 198 kB | 172 kB | 131/620 kB Progress (4): 616/649 kB | 198 kB | 172 kB | 135/620 kB Progress (4): 620/649 kB | 198 kB | 172 kB | 135/620 kB Progress (4): 620/649 kB | 198 kB | 172 kB | 139/620 kB Progress (4): 624/649 kB | 198 kB | 172 kB | 139/620 kB Progress (4): 624/649 kB | 198 kB | 172 kB | 143/620 kB Progress (4): 628/649 kB | 198 kB | 172 kB | 143/620 kB Progress (4): 628/649 kB | 198 kB | 172 kB | 147/620 kB Progress (4): 632/649 kB | 198 kB | 172 kB | 147/620 kB Progress (4): 632/649 kB | 198 kB | 172 kB | 151/620 kB Progress (4): 636/649 kB | 198 kB | 172 kB | 151/620 kB Progress (4): 636/649 kB | 198 kB | 172 kB | 155/620 kB Progress (4): 640/649 kB | 198 kB | 172 kB | 155/620 kB Progress (4): 640/649 kB | 198 kB | 172 kB | 159/620 kB Progress (4): 644/649 kB | 198 kB | 172 kB | 159/620 kB Progress (4): 644/649 kB | 198 kB | 172 kB | 163/620 kB Progress (4): 648/649 kB | 198 kB | 172 kB | 163/620 kB Progress (4): 648/649 kB | 198 kB | 172 kB | 164/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 164/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 168/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 172/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 176/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 180/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 184/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 188/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 192/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 196/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 197/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 201/620 kB Progress (4): 649 kB | 198 kB | 172 kB | 205/620 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.1.9.RELEASE/spring-boot-test-autoconfigure-2.1.9.RELEASE.jar (172 kB at 253 kB/s) Progress (3): 649 kB | 198 kB | 209/620 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Progress (3): 649 kB | 198 kB | 213/620 kB Progress (3): 649 kB | 198 kB | 217/620 kB Progress (3): 649 kB | 198 kB | 221/620 kB Progress (3): 649 kB | 198 kB | 225/620 kB Progress (3): 649 kB | 198 kB | 229/620 kB Progress (3): 649 kB | 198 kB | 233/620 kB Progress (3): 649 kB | 198 kB | 237/620 kB Progress (3): 649 kB | 198 kB | 241/620 kB Progress (3): 649 kB | 198 kB | 245/620 kB Progress (3): 649 kB | 198 kB | 249/620 kB Progress (3): 649 kB | 198 kB | 253/620 kB Progress (3): 649 kB | 198 kB | 257/620 kB Progress (3): 649 kB | 198 kB | 261/620 kB Progress (4): 649 kB | 198 kB | 261/620 kB | 4.1/315 kB Progress (4): 649 kB | 198 kB | 265/620 kB | 4.1/315 kB Progress (4): 649 kB | 198 kB | 265/620 kB | 7.7/315 kB Progress (4): 649 kB | 198 kB | 269/620 kB | 7.7/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.1.9.RELEASE/spring-boot-test-2.1.9.RELEASE.jar (198 kB at 289 kB/s) Progress (3): 649 kB | 273/620 kB | 7.7/315 kB Progress (3): 649 kB | 273/620 kB | 12/315 kB Progress (3): 649 kB | 277/620 kB | 12/315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.19.v20190610/jetty-server-9.4.19.v20190610.jar (649 kB at 946 kB/s) Progress (2): 281/620 kB | 12/315 kB Progress (2): 281/620 kB | 16/315 kB Progress (2): 285/620 kB | 16/315 kB Progress (2): 285/620 kB | 20/315 kB Progress (2): 289/620 kB | 20/315 kB Progress (2): 289/620 kB | 24/315 kB Progress (2): 293/620 kB | 24/315 kB Progress (2): 293/620 kB | 28/315 kB Progress (2): 295/620 kB | 28/315 kB Progress (2): 295/620 kB | 32/315 kB Progress (2): 299/620 kB | 32/315 kB Progress (2): 299/620 kB | 33/315 kB Progress (2): 303/620 kB | 33/315 kB Progress (2): 303/620 kB | 37/315 kB Progress (2): 307/620 kB | 37/315 kB Progress (2): 307/620 kB | 41/315 kB Progress (2): 311/620 kB | 41/315 kB Progress (2): 311/620 kB | 45/315 kB Progress (2): 315/620 kB | 45/315 kB Progress (2): 315/620 kB | 49/315 kB Progress (2): 319/620 kB | 49/315 kB Progress (2): 319/620 kB | 53/315 kB Progress (2): 323/620 kB | 53/315 kB Progress (2): 323/620 kB | 57/315 kB Progress (2): 327/620 kB | 57/315 kB Progress (2): 327/620 kB | 61/315 kB Progress (2): 331/620 kB | 61/315 kB Progress (2): 331/620 kB | 65/315 kB Progress (2): 335/620 kB | 65/315 kB Progress (2): 335/620 kB | 66/315 kB Progress (2): 339/620 kB | 66/315 kB Progress (2): 339/620 kB | 70/315 kB Progress (2): 343/620 kB | 70/315 kB Progress (2): 343/620 kB | 74/315 kB Progress (2): 347/620 kB | 74/315 kB Progress (2): 351/620 kB | 74/315 kB Progress (2): 351/620 kB | 78/315 kB Progress (2): 355/620 kB | 78/315 kB Progress (2): 355/620 kB | 82/315 kB Progress (2): 359/620 kB | 82/315 kB Progress (2): 359/620 kB | 86/315 kB Progress (2): 363/620 kB | 86/315 kB Progress (2): 363/620 kB | 90/315 kB Progress (2): 367/620 kB | 90/315 kB Progress (2): 367/620 kB | 94/315 kB Progress (2): 371/620 kB | 94/315 kB Progress (2): 371/620 kB | 98/315 kB Progress (2): 375/620 kB | 98/315 kB Progress (2): 375/620 kB | 98/315 kB Progress (2): 379/620 kB | 98/315 kB Progress (2): 379/620 kB | 102/315 kB Progress (2): 383/620 kB | 102/315 kB Progress (2): 383/620 kB | 106/315 kB Progress (2): 387/620 kB | 106/315 kB Progress (2): 391/620 kB | 106/315 kB Progress (2): 391/620 kB | 110/315 kB Progress (2): 395/620 kB | 110/315 kB Progress (2): 395/620 kB | 114/315 kB Progress (2): 399/620 kB | 114/315 kB Progress (2): 399/620 kB | 118/315 kB Progress (2): 403/620 kB | 118/315 kB Progress (2): 403/620 kB | 122/315 kB Progress (2): 407/620 kB | 122/315 kB Progress (3): 407/620 kB | 122/315 kB | 4.1/45 kB Progress (3): 411/620 kB | 122/315 kB | 4.1/45 kB Progress (3): 411/620 kB | 126/315 kB | 4.1/45 kB Progress (3): 415/620 kB | 126/315 kB | 4.1/45 kB Progress (3): 415/620 kB | 126/315 kB | 7.7/45 kB Progress (3): 419/620 kB | 126/315 kB | 7.7/45 kB Progress (3): 419/620 kB | 130/315 kB | 7.7/45 kB Progress (3): 423/620 kB | 130/315 kB | 7.7/45 kB Progress (3): 423/620 kB | 130/315 kB | 12/45 kB Progress (3): 427/620 kB | 130/315 kB | 12/45 kB Progress (3): 427/620 kB | 131/315 kB | 12/45 kB Progress (3): 431/620 kB | 131/315 kB | 12/45 kB Progress (3): 431/620 kB | 131/315 kB | 16/45 kB Progress (3): 435/620 kB | 131/315 kB | 16/45 kB Progress (3): 435/620 kB | 135/315 kB | 16/45 kB Progress (3): 439/620 kB | 135/315 kB | 16/45 kB Progress (3): 439/620 kB | 135/315 kB | 20/45 kB Progress (3): 443/620 kB | 135/315 kB | 20/45 kB Progress (3): 443/620 kB | 139/315 kB | 20/45 kB Progress (3): 447/620 kB | 139/315 kB | 20/45 kB Progress (3): 447/620 kB | 139/315 kB | 24/45 kB Progress (3): 447/620 kB | 143/315 kB | 24/45 kB Progress (3): 447/620 kB | 143/315 kB | 28/45 kB Progress (3): 451/620 kB | 143/315 kB | 28/45 kB Progress (3): 451/620 kB | 143/315 kB | 32/45 kB Progress (3): 451/620 kB | 147/315 kB | 32/45 kB Progress (3): 451/620 kB | 147/315 kB | 36/45 kB Progress (3): 455/620 kB | 147/315 kB | 36/45 kB Progress (3): 455/620 kB | 147/315 kB | 40/45 kB Progress (3): 455/620 kB | 151/315 kB | 40/45 kB Progress (3): 455/620 kB | 151/315 kB | 44/45 kB Progress (3): 459/620 kB | 151/315 kB | 44/45 kB Progress (3): 459/620 kB | 151/315 kB | 45 kB Progress (3): 459/620 kB | 155/315 kB | 45 kB Progress (3): 463/620 kB | 155/315 kB | 45 kB Progress (3): 463/620 kB | 159/315 kB | 45 kB Progress (3): 467/620 kB | 159/315 kB | 45 kB Progress (3): 467/620 kB | 163/315 kB | 45 kB Progress (3): 471/620 kB | 163/315 kB | 45 kB Progress (3): 471/620 kB | 164/315 kB | 45 kB Progress (3): 475/620 kB | 164/315 kB | 45 kB Progress (3): 475/620 kB | 168/315 kB | 45 kB Progress (3): 479/620 kB | 168/315 kB | 45 kB Progress (3): 479/620 kB | 172/315 kB | 45 kB Progress (3): 483/620 kB | 172/315 kB | 45 kB Progress (3): 483/620 kB | 176/315 kB | 45 kB Progress (3): 487/620 kB | 176/315 kB | 45 kB Progress (3): 487/620 kB | 180/315 kB | 45 kB Progress (3): 491/620 kB | 180/315 kB | 45 kB Progress (3): 491/620 kB | 184/315 kB | 45 kB Progress (3): 495/620 kB | 184/315 kB | 45 kB Progress (3): 495/620 kB | 188/315 kB | 45 kB Progress (3): 499/620 kB | 188/315 kB | 45 kB Progress (3): 499/620 kB | 192/315 kB | 45 kB Progress (3): 503/620 kB | 192/315 kB | 45 kB Progress (3): 503/620 kB | 196/315 kB | 45 kB Progress (3): 507/620 kB | 196/315 kB | 45 kB Progress (3): 507/620 kB | 197/315 kB | 45 kB Progress (3): 511/620 kB | 197/315 kB | 45 kB Progress (3): 511/620 kB | 201/315 kB | 45 kB Progress (3): 515/620 kB | 201/315 kB | 45 kB Progress (3): 515/620 kB | 205/315 kB | 45 kB Progress (3): 519/620 kB | 205/315 kB | 45 kB Progress (3): 519/620 kB | 209/315 kB | 45 kB Progress (3): 523/620 kB | 209/315 kB | 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 64 kB/s) Progress (2): 527/620 kB | 209/315 kB Progress (2): 527/620 kB | 213/315 kB Progress (2): 531/620 kB | 213/315 kB Progress (2): 531/620 kB | 217/315 kB Progress (2): 535/620 kB | 217/315 kB Progress (2): 535/620 kB | 221/315 kB Progress (2): 539/620 kB | 221/315 kB Progress (2): 539/620 kB | 225/315 kB Progress (2): 543/620 kB | 225/315 kB Progress (2): 543/620 kB | 229/315 kB Progress (2): 547/620 kB | 229/315 kB Progress (2): 547/620 kB | 229/315 kB Progress (2): 551/620 kB | 229/315 kB Progress (2): 551/620 kB | 233/315 kB Progress (2): 555/620 kB | 233/315 kB Progress (2): 555/620 kB | 237/315 kB Progress (2): 559/620 kB | 237/315 kB Progress (2): 559/620 kB | 241/315 kB Progress (2): 563/620 kB | 241/315 kB Progress (2): 563/620 kB | 245/315 kB Progress (2): 567/620 kB | 245/315 kB Progress (2): 567/620 kB | 249/315 kB Progress (2): 571/620 kB | 249/315 kB Progress (2): 571/620 kB | 253/315 kB Progress (2): 575/620 kB | 253/315 kB Progress (2): 575/620 kB | 257/315 kB Progress (2): 579/620 kB | 257/315 kB Progress (2): 579/620 kB | 261/315 kB Progress (2): 583/620 kB | 261/315 kB Progress (2): 583/620 kB | 262/315 kB Progress (2): 587/620 kB | 262/315 kB Progress (2): 587/620 kB | 266/315 kB Progress (2): 591/620 kB | 266/315 kB Progress (2): 591/620 kB | 270/315 kB Progress (2): 595/620 kB | 270/315 kB Progress (2): 595/620 kB | 274/315 kB Progress (2): 599/620 kB | 274/315 kB Progress (2): 599/620 kB | 278/315 kB Progress (2): 603/620 kB | 278/315 kB Progress (2): 603/620 kB | 282/315 kB Progress (2): 607/620 kB | 282/315 kB Progress (2): 607/620 kB | 286/315 kB Progress (2): 611/620 kB | 286/315 kB Progress (2): 611/620 kB | 290/315 kB Progress (2): 615/620 kB | 290/315 kB Progress (2): 615/620 kB | 294/315 kB Progress (2): 619/620 kB | 294/315 kB Progress (2): 619/620 kB | 298/315 kB Progress (2): 620 kB | 298/315 kB Progress (2): 620 kB | 302/315 kB Progress (2): 620 kB | 306/315 kB Progress (2): 620 kB | 310/315 kB Progress (2): 620 kB | 314/315 kB Progress (2): 620 kB | 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 441 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.1.10.RELEASE/spring-test-5.1.10.RELEASE.jar (620 kB at 868 kB/s) [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rhelp.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.statet.rhelp.server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/classes [INFO] /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/src/main/java/org/eclipse/statet/internal/rhelp/server/update/REnvIndexController.java: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/src/main/java/org/eclipse/statet/internal/rhelp/server/update/REnvIndexController.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/src/main/java/org/eclipse/statet/internal/rhelp/server/update/REnvIndexController.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rhelp.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.statet.rhelp.server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rhelp.server --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 395 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 136 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 73 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 257 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 148 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 584 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 990 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 594 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (2): 7.7/13 kB | 4.1/228 kB Progress (2): 12/13 kB | 4.1/228 kB Progress (2): 12/13 kB | 7.7/228 kB Progress (3): 12/13 kB | 7.7/228 kB | 4.1/186 kB Progress (3): 13 kB | 7.7/228 kB | 4.1/186 kB Progress (3): 13 kB | 7.7/228 kB | 7.7/186 kB Progress (3): 13 kB | 12/228 kB | 7.7/186 kB Progress (3): 13 kB | 12/228 kB | 12/186 kB Progress (3): 13 kB | 16/228 kB | 12/186 kB Progress (3): 13 kB | 16/228 kB | 16/186 kB Progress (3): 13 kB | 20/228 kB | 16/186 kB Progress (3): 13 kB | 20/228 kB | 20/186 kB Progress (3): 13 kB | 24/228 kB | 20/186 kB Progress (3): 13 kB | 24/228 kB | 24/186 kB Progress (3): 13 kB | 28/228 kB | 24/186 kB Progress (3): 13 kB | 28/228 kB | 28/186 kB Progress (3): 13 kB | 32/228 kB | 28/186 kB Progress (3): 13 kB | 32/228 kB | 32/186 kB Progress (3): 13 kB | 36/228 kB | 32/186 kB Progress (3): 13 kB | 36/228 kB | 33/186 kB Progress (3): 13 kB | 40/228 kB | 33/186 kB Progress (3): 13 kB | 40/228 kB | 37/186 kB Progress (3): 13 kB | 44/228 kB | 37/186 kB Progress (3): 13 kB | 44/228 kB | 41/186 kB Progress (3): 13 kB | 48/228 kB | 41/186 kB Progress (3): 13 kB | 48/228 kB | 45/186 kB Progress (3): 13 kB | 52/228 kB | 45/186 kB Progress (3): 13 kB | 52/228 kB | 49/186 kB Progress (3): 13 kB | 56/228 kB | 49/186 kB Progress (3): 13 kB | 56/228 kB | 53/186 kB Progress (3): 13 kB | 60/228 kB | 53/186 kB Progress (3): 13 kB | 60/228 kB | 57/186 kB Progress (3): 13 kB | 64/228 kB | 57/186 kB Progress (3): 13 kB | 64/228 kB | 61/186 kB Progress (4): 13 kB | 64/228 kB | 61/186 kB | 4.1/274 kB Progress (4): 13 kB | 64/228 kB | 65/186 kB | 4.1/274 kB Progress (4): 13 kB | 68/228 kB | 65/186 kB | 4.1/274 kB Progress (4): 13 kB | 68/228 kB | 66/186 kB | 4.1/274 kB Progress (4): 13 kB | 68/228 kB | 66/186 kB | 7.7/274 kB Progress (4): 13 kB | 68/228 kB | 70/186 kB | 7.7/274 kB Progress (4): 13 kB | 68/228 kB | 70/186 kB | 12/274 kB Progress (4): 13 kB | 72/228 kB | 70/186 kB | 12/274 kB Progress (4): 13 kB | 72/228 kB | 70/186 kB | 16/274 kB Progress (4): 13 kB | 72/228 kB | 74/186 kB | 16/274 kB Progress (4): 13 kB | 72/228 kB | 74/186 kB | 20/274 kB Progress (4): 13 kB | 76/228 kB | 74/186 kB | 20/274 kB Progress (4): 13 kB | 76/228 kB | 74/186 kB | 24/274 kB Progress (4): 13 kB | 76/228 kB | 78/186 kB | 24/274 kB Progress (4): 13 kB | 76/228 kB | 78/186 kB | 28/274 kB Progress (4): 13 kB | 80/228 kB | 78/186 kB | 28/274 kB Progress (4): 13 kB | 80/228 kB | 78/186 kB | 32/274 kB Progress (4): 13 kB | 84/228 kB | 78/186 kB | 32/274 kB Progress (4): 13 kB | 84/228 kB | 82/186 kB | 32/274 kB Progress (4): 13 kB | 88/228 kB | 82/186 kB | 32/274 kB Progress (4): 13 kB | 88/228 kB | 82/186 kB | 33/274 kB Progress (4): 13 kB | 92/228 kB | 82/186 kB | 33/274 kB Progress (4): 13 kB | 92/228 kB | 86/186 kB | 33/274 kB Progress (4): 13 kB | 96/228 kB | 86/186 kB | 33/274 kB Progress (4): 13 kB | 96/228 kB | 86/186 kB | 37/274 kB Progress (4): 13 kB | 100/228 kB | 86/186 kB | 37/274 kB Progress (4): 13 kB | 100/228 kB | 86/186 kB | 41/274 kB Progress (4): 13 kB | 100/228 kB | 90/186 kB | 41/274 kB Progress (4): 13 kB | 100/228 kB | 90/186 kB | 45/274 kB Progress (4): 13 kB | 104/228 kB | 90/186 kB | 45/274 kB Progress (4): 13 kB | 104/228 kB | 90/186 kB | 49/274 kB Progress (4): 13 kB | 104/228 kB | 94/186 kB | 49/274 kB Progress (4): 13 kB | 104/228 kB | 94/186 kB | 53/274 kB Progress (4): 13 kB | 108/228 kB | 94/186 kB | 53/274 kB Progress (4): 13 kB | 108/228 kB | 94/186 kB | 57/274 kB Progress (4): 13 kB | 108/228 kB | 98/186 kB | 57/274 kB Progress (4): 13 kB | 108/228 kB | 98/186 kB | 61/274 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 297 kB/s) Progress (3): 112/228 kB | 98/186 kB | 61/274 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Progress (3): 112/228 kB | 98/186 kB | 65/274 kB Progress (3): 112/228 kB | 98/186 kB | 65/274 kB Progress (3): 112/228 kB | 98/186 kB | 66/274 kB Progress (3): 116/228 kB | 98/186 kB | 66/274 kB Progress (3): 116/228 kB | 98/186 kB | 70/274 kB Progress (3): 116/228 kB | 102/186 kB | 70/274 kB Progress (3): 116/228 kB | 102/186 kB | 74/274 kB Progress (4): 116/228 kB | 102/186 kB | 74/274 kB | 4.1/528 kB Progress (4): 120/228 kB | 102/186 kB | 74/274 kB | 4.1/528 kB Progress (4): 120/228 kB | 102/186 kB | 74/274 kB | 7.7/528 kB Progress (4): 120/228 kB | 102/186 kB | 78/274 kB | 7.7/528 kB Progress (4): 120/228 kB | 106/186 kB | 78/274 kB | 7.7/528 kB Progress (4): 120/228 kB | 106/186 kB | 82/274 kB | 7.7/528 kB Progress (4): 120/228 kB | 106/186 kB | 82/274 kB | 12/528 kB Progress (4): 124/228 kB | 106/186 kB | 82/274 kB | 12/528 kB Progress (4): 124/228 kB | 106/186 kB | 82/274 kB | 16/528 kB Progress (4): 124/228 kB | 106/186 kB | 86/274 kB | 16/528 kB Progress (4): 124/228 kB | 110/186 kB | 86/274 kB | 16/528 kB Progress (4): 124/228 kB | 110/186 kB | 90/274 kB | 16/528 kB Progress (4): 124/228 kB | 110/186 kB | 90/274 kB | 20/528 kB Progress (4): 128/228 kB | 110/186 kB | 90/274 kB | 20/528 kB Progress (4): 128/228 kB | 110/186 kB | 90/274 kB | 24/528 kB Progress (4): 128/228 kB | 110/186 kB | 94/274 kB | 24/528 kB Progress (4): 128/228 kB | 114/186 kB | 94/274 kB | 24/528 kB Progress (4): 128/228 kB | 114/186 kB | 98/274 kB | 24/528 kB Progress (4): 128/228 kB | 114/186 kB | 98/274 kB | 28/528 kB Progress (4): 132/228 kB | 114/186 kB | 98/274 kB | 28/528 kB Progress (4): 132/228 kB | 114/186 kB | 98/274 kB | 32/528 kB Progress (4): 132/228 kB | 114/186 kB | 98/274 kB | 32/528 kB Progress (4): 132/228 kB | 118/186 kB | 98/274 kB | 32/528 kB Progress (4): 132/228 kB | 118/186 kB | 102/274 kB | 32/528 kB Progress (4): 132/228 kB | 118/186 kB | 102/274 kB | 36/528 kB Progress (4): 136/228 kB | 118/186 kB | 102/274 kB | 36/528 kB Progress (4): 136/228 kB | 118/186 kB | 102/274 kB | 40/528 kB Progress (4): 136/228 kB | 118/186 kB | 106/274 kB | 40/528 kB Progress (4): 136/228 kB | 122/186 kB | 106/274 kB | 40/528 kB Progress (4): 136/228 kB | 122/186 kB | 110/274 kB | 40/528 kB Progress (4): 136/228 kB | 122/186 kB | 110/274 kB | 44/528 kB Progress (4): 140/228 kB | 122/186 kB | 110/274 kB | 44/528 kB Progress (4): 140/228 kB | 122/186 kB | 110/274 kB | 48/528 kB Progress (4): 140/228 kB | 122/186 kB | 114/274 kB | 48/528 kB Progress (4): 140/228 kB | 126/186 kB | 114/274 kB | 48/528 kB Progress (4): 140/228 kB | 126/186 kB | 118/274 kB | 48/528 kB Progress (4): 140/228 kB | 126/186 kB | 118/274 kB | 52/528 kB Progress (4): 144/228 kB | 126/186 kB | 118/274 kB | 52/528 kB Progress (4): 144/228 kB | 126/186 kB | 118/274 kB | 56/528 kB Progress (4): 144/228 kB | 126/186 kB | 122/274 kB | 56/528 kB Progress (4): 144/228 kB | 126/186 kB | 122/274 kB | 60/528 kB Progress (4): 144/228 kB | 130/186 kB | 122/274 kB | 60/528 kB Progress (4): 144/228 kB | 130/186 kB | 122/274 kB | 64/528 kB Progress (4): 144/228 kB | 130/186 kB | 126/274 kB | 64/528 kB Progress (4): 148/228 kB | 130/186 kB | 126/274 kB | 64/528 kB Progress (4): 148/228 kB | 130/186 kB | 130/274 kB | 64/528 kB Progress (4): 148/228 kB | 130/186 kB | 130/274 kB | 66/528 kB Progress (4): 148/228 kB | 131/186 kB | 130/274 kB | 66/528 kB Progress (4): 148/228 kB | 131/186 kB | 130/274 kB | 70/528 kB Progress (4): 148/228 kB | 131/186 kB | 131/274 kB | 70/528 kB Progress (4): 152/228 kB | 131/186 kB | 131/274 kB | 70/528 kB Progress (4): 152/228 kB | 131/186 kB | 135/274 kB | 70/528 kB Progress (4): 152/228 kB | 131/186 kB | 135/274 kB | 74/528 kB Progress (4): 152/228 kB | 135/186 kB | 135/274 kB | 74/528 kB Progress (4): 152/228 kB | 135/186 kB | 135/274 kB | 78/528 kB Progress (4): 152/228 kB | 135/186 kB | 139/274 kB | 78/528 kB Progress (4): 156/228 kB | 135/186 kB | 139/274 kB | 78/528 kB Progress (4): 156/228 kB | 135/186 kB | 143/274 kB | 78/528 kB Progress (4): 156/228 kB | 135/186 kB | 143/274 kB | 82/528 kB Progress (4): 156/228 kB | 139/186 kB | 143/274 kB | 82/528 kB Progress (4): 156/228 kB | 139/186 kB | 143/274 kB | 86/528 kB Progress (4): 156/228 kB | 139/186 kB | 147/274 kB | 86/528 kB Progress (4): 160/228 kB | 139/186 kB | 147/274 kB | 86/528 kB Progress (4): 160/228 kB | 139/186 kB | 151/274 kB | 86/528 kB Progress (4): 164/228 kB | 139/186 kB | 151/274 kB | 86/528 kB Progress (4): 164/228 kB | 139/186 kB | 151/274 kB | 90/528 kB Progress (4): 164/228 kB | 143/186 kB | 151/274 kB | 90/528 kB Progress (4): 164/228 kB | 143/186 kB | 151/274 kB | 94/528 kB Progress (4): 164/228 kB | 147/186 kB | 151/274 kB | 94/528 kB Progress (5): 164/228 kB | 147/186 kB | 151/274 kB | 94/528 kB | 4.1/178 kB Progress (5): 168/228 kB | 147/186 kB | 151/274 kB | 94/528 kB | 4.1/178 kB Progress (5): 168/228 kB | 147/186 kB | 155/274 kB | 94/528 kB | 4.1/178 kB Progress (5): 172/228 kB | 147/186 kB | 155/274 kB | 94/528 kB | 4.1/178 kB Progress (5): 172/228 kB | 147/186 kB | 155/274 kB | 94/528 kB | 7.7/178 kB Progress (5): 172/228 kB | 151/186 kB | 155/274 kB | 94/528 kB | 7.7/178 kB Progress (5): 172/228 kB | 151/186 kB | 155/274 kB | 98/528 kB | 7.7/178 kB Progress (5): 172/228 kB | 155/186 kB | 155/274 kB | 98/528 kB | 7.7/178 kB Progress (5): 172/228 kB | 155/186 kB | 155/274 kB | 98/528 kB | 12/178 kB Progress (5): 176/228 kB | 155/186 kB | 155/274 kB | 98/528 kB | 12/178 kB Progress (5): 176/228 kB | 155/186 kB | 159/274 kB | 98/528 kB | 12/178 kB Progress (5): 180/228 kB | 155/186 kB | 159/274 kB | 98/528 kB | 12/178 kB Progress (5): 180/228 kB | 155/186 kB | 159/274 kB | 98/528 kB | 16/178 kB Progress (5): 180/228 kB | 159/186 kB | 159/274 kB | 98/528 kB | 16/178 kB Progress (5): 180/228 kB | 159/186 kB | 159/274 kB | 98/528 kB | 16/178 kB Progress (5): 180/228 kB | 163/186 kB | 159/274 kB | 98/528 kB | 16/178 kB Progress (5): 180/228 kB | 163/186 kB | 159/274 kB | 98/528 kB | 20/178 kB Progress (5): 184/228 kB | 163/186 kB | 159/274 kB | 98/528 kB | 20/178 kB Progress (5): 184/228 kB | 163/186 kB | 163/274 kB | 98/528 kB | 20/178 kB Progress (5): 188/228 kB | 163/186 kB | 163/274 kB | 98/528 kB | 20/178 kB Progress (5): 188/228 kB | 163/186 kB | 163/274 kB | 98/528 kB | 24/178 kB Progress (5): 188/228 kB | 167/186 kB | 163/274 kB | 98/528 kB | 24/178 kB Progress (5): 188/228 kB | 167/186 kB | 163/274 kB | 102/528 kB | 24/178 kB Progress (5): 188/228 kB | 171/186 kB | 163/274 kB | 102/528 kB | 24/178 kB Progress (5): 188/228 kB | 171/186 kB | 163/274 kB | 102/528 kB | 28/178 kB Progress (5): 192/228 kB | 171/186 kB | 163/274 kB | 102/528 kB | 28/178 kB Progress (5): 192/228 kB | 171/186 kB | 164/274 kB | 102/528 kB | 28/178 kB Progress (5): 196/228 kB | 171/186 kB | 164/274 kB | 102/528 kB | 28/178 kB Progress (5): 196/228 kB | 171/186 kB | 164/274 kB | 102/528 kB | 32/178 kB Progress (5): 196/228 kB | 175/186 kB | 164/274 kB | 102/528 kB | 32/178 kB Progress (5): 196/228 kB | 175/186 kB | 164/274 kB | 106/528 kB | 32/178 kB Progress (5): 196/228 kB | 179/186 kB | 164/274 kB | 106/528 kB | 32/178 kB Progress (5): 196/228 kB | 179/186 kB | 164/274 kB | 106/528 kB | 33/178 kB Progress (5): 200/228 kB | 179/186 kB | 164/274 kB | 106/528 kB | 33/178 kB Progress (5): 200/228 kB | 179/186 kB | 168/274 kB | 106/528 kB | 33/178 kB Progress (5): 204/228 kB | 179/186 kB | 168/274 kB | 106/528 kB | 33/178 kB Progress (5): 204/228 kB | 179/186 kB | 168/274 kB | 106/528 kB | 37/178 kB Progress (5): 204/228 kB | 183/186 kB | 168/274 kB | 106/528 kB | 37/178 kB Progress (5): 204/228 kB | 183/186 kB | 168/274 kB | 110/528 kB | 37/178 kB Progress (5): 204/228 kB | 186 kB | 168/274 kB | 110/528 kB | 37/178 kB Progress (5): 204/228 kB | 186 kB | 168/274 kB | 110/528 kB | 41/178 kB Progress (5): 208/228 kB | 186 kB | 168/274 kB | 110/528 kB | 41/178 kB Progress (5): 208/228 kB | 186 kB | 172/274 kB | 110/528 kB | 41/178 kB Progress (5): 212/228 kB | 186 kB | 172/274 kB | 110/528 kB | 41/178 kB Progress (5): 212/228 kB | 186 kB | 172/274 kB | 110/528 kB | 45/178 kB Progress (5): 212/228 kB | 186 kB | 172/274 kB | 114/528 kB | 45/178 kB Progress (5): 212/228 kB | 186 kB | 172/274 kB | 114/528 kB | 49/178 kB Progress (5): 216/228 kB | 186 kB | 172/274 kB | 114/528 kB | 49/178 kB Progress (5): 216/228 kB | 186 kB | 176/274 kB | 114/528 kB | 49/178 kB Progress (5): 220/228 kB | 186 kB | 176/274 kB | 114/528 kB | 49/178 kB Progress (5): 220/228 kB | 186 kB | 176/274 kB | 114/528 kB | 53/178 kB Progress (5): 220/228 kB | 186 kB | 176/274 kB | 118/528 kB | 53/178 kB Progress (5): 220/228 kB | 186 kB | 176/274 kB | 118/528 kB | 57/178 kB Progress (5): 224/228 kB | 186 kB | 176/274 kB | 118/528 kB | 57/178 kB Progress (5): 224/228 kB | 186 kB | 180/274 kB | 118/528 kB | 57/178 kB Progress (5): 228/228 kB | 186 kB | 180/274 kB | 118/528 kB | 57/178 kB Progress (5): 228/228 kB | 186 kB | 180/274 kB | 118/528 kB | 61/178 kB Progress (5): 228/228 kB | 186 kB | 180/274 kB | 122/528 kB | 61/178 kB Progress (5): 228/228 kB | 186 kB | 180/274 kB | 122/528 kB | 65/178 kB Progress (5): 228 kB | 186 kB | 180/274 kB | 122/528 kB | 65/178 kB Progress (5): 228 kB | 186 kB | 184/274 kB | 122/528 kB | 65/178 kB Progress (5): 228 kB | 186 kB | 184/274 kB | 122/528 kB | 66/178 kB Progress (5): 228 kB | 186 kB | 184/274 kB | 126/528 kB | 66/178 kB Progress (5): 228 kB | 186 kB | 184/274 kB | 126/528 kB | 70/178 kB Progress (5): 228 kB | 186 kB | 188/274 kB | 126/528 kB | 70/178 kB Progress (5): 228 kB | 186 kB | 188/274 kB | 126/528 kB | 74/178 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 2.5 MB/s) Progress (4): 228 kB | 188/274 kB | 130/528 kB | 74/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Progress (4): 228 kB | 188/274 kB | 130/528 kB | 78/178 kB Progress (4): 228 kB | 192/274 kB | 130/528 kB | 78/178 kB Progress (4): 228 kB | 192/274 kB | 130/528 kB | 82/178 kB Progress (4): 228 kB | 192/274 kB | 131/528 kB | 82/178 kB Progress (4): 228 kB | 192/274 kB | 131/528 kB | 86/178 kB Progress (4): 228 kB | 196/274 kB | 131/528 kB | 86/178 kB Progress (4): 228 kB | 196/274 kB | 131/528 kB | 90/178 kB Progress (4): 228 kB | 196/274 kB | 135/528 kB | 90/178 kB Progress (4): 228 kB | 196/274 kB | 135/528 kB | 94/178 kB Progress (4): 228 kB | 197/274 kB | 135/528 kB | 94/178 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 3.0 MB/s) Progress (3): 197/274 kB | 135/528 kB | 98/178 kB Progress (3): 197/274 kB | 139/528 kB | 98/178 kB Progress (3): 197/274 kB | 139/528 kB | 98/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Progress (3): 201/274 kB | 139/528 kB | 98/178 kB Progress (3): 201/274 kB | 139/528 kB | 102/178 kB Progress (3): 201/274 kB | 143/528 kB | 102/178 kB Progress (3): 201/274 kB | 143/528 kB | 106/178 kB Progress (3): 205/274 kB | 143/528 kB | 106/178 kB Progress (3): 205/274 kB | 143/528 kB | 110/178 kB Progress (3): 205/274 kB | 147/528 kB | 110/178 kB Progress (3): 205/274 kB | 147/528 kB | 114/178 kB Progress (3): 209/274 kB | 147/528 kB | 114/178 kB Progress (3): 209/274 kB | 147/528 kB | 118/178 kB Progress (3): 209/274 kB | 151/528 kB | 118/178 kB Progress (3): 209/274 kB | 151/528 kB | 122/178 kB Progress (3): 213/274 kB | 151/528 kB | 122/178 kB Progress (3): 213/274 kB | 151/528 kB | 126/178 kB Progress (3): 213/274 kB | 155/528 kB | 126/178 kB Progress (3): 213/274 kB | 155/528 kB | 130/178 kB Progress (3): 217/274 kB | 155/528 kB | 130/178 kB Progress (3): 217/274 kB | 155/528 kB | 131/178 kB Progress (3): 217/274 kB | 159/528 kB | 131/178 kB Progress (3): 217/274 kB | 159/528 kB | 135/178 kB Progress (3): 221/274 kB | 159/528 kB | 135/178 kB Progress (3): 221/274 kB | 159/528 kB | 139/178 kB Progress (3): 221/274 kB | 163/528 kB | 139/178 kB Progress (3): 221/274 kB | 163/528 kB | 143/178 kB Progress (3): 225/274 kB | 163/528 kB | 143/178 kB Progress (3): 225/274 kB | 163/528 kB | 147/178 kB Progress (3): 225/274 kB | 167/528 kB | 147/178 kB Progress (3): 225/274 kB | 167/528 kB | 151/178 kB Progress (3): 229/274 kB | 167/528 kB | 151/178 kB Progress (3): 229/274 kB | 167/528 kB | 155/178 kB Progress (3): 229/274 kB | 171/528 kB | 155/178 kB Progress (3): 229/274 kB | 171/528 kB | 159/178 kB Progress (3): 229/274 kB | 171/528 kB | 159/178 kB Progress (3): 229/274 kB | 171/528 kB | 163/178 kB Progress (3): 229/274 kB | 175/528 kB | 163/178 kB Progress (3): 229/274 kB | 175/528 kB | 167/178 kB Progress (3): 233/274 kB | 175/528 kB | 167/178 kB Progress (3): 233/274 kB | 175/528 kB | 171/178 kB Progress (3): 233/274 kB | 179/528 kB | 171/178 kB Progress (3): 233/274 kB | 179/528 kB | 175/178 kB Progress (3): 237/274 kB | 179/528 kB | 175/178 kB Progress (3): 237/274 kB | 179/528 kB | 178 kB Progress (3): 237/274 kB | 183/528 kB | 178 kB Progress (3): 241/274 kB | 183/528 kB | 178 kB Progress (3): 241/274 kB | 187/528 kB | 178 kB Progress (3): 245/274 kB | 187/528 kB | 178 kB Progress (3): 245/274 kB | 191/528 kB | 178 kB Progress (3): 249/274 kB | 191/528 kB | 178 kB Progress (3): 249/274 kB | 195/528 kB | 178 kB Progress (3): 253/274 kB | 195/528 kB | 178 kB Progress (3): 253/274 kB | 199/528 kB | 178 kB Progress (3): 257/274 kB | 199/528 kB | 178 kB Progress (3): 257/274 kB | 203/528 kB | 178 kB Progress (3): 261/274 kB | 203/528 kB | 178 kB Progress (3): 261/274 kB | 207/528 kB | 178 kB Progress (3): 265/274 kB | 207/528 kB | 178 kB Progress (3): 265/274 kB | 211/528 kB | 178 kB Progress (3): 269/274 kB | 211/528 kB | 178 kB Progress (3): 269/274 kB | 215/528 kB | 178 kB Progress (3): 273/274 kB | 215/528 kB | 178 kB Progress (3): 273/274 kB | 219/528 kB | 178 kB Progress (3): 274 kB | 219/528 kB | 178 kB Progress (3): 274 kB | 223/528 kB | 178 kB Progress (3): 274 kB | 227/528 kB | 178 kB Progress (4): 274 kB | 227/528 kB | 178 kB | 4.1/22 kB Progress (4): 274 kB | 231/528 kB | 178 kB | 4.1/22 kB Progress (4): 274 kB | 231/528 kB | 178 kB | 7.7/22 kB Progress (4): 274 kB | 235/528 kB | 178 kB | 7.7/22 kB Progress (4): 274 kB | 235/528 kB | 178 kB | 12/22 kB Progress (4): 274 kB | 235/528 kB | 178 kB | 16/22 kB Progress (5): 274 kB | 235/528 kB | 178 kB | 16/22 kB | 4.1/8.8 kB Progress (5): 274 kB | 239/528 kB | 178 kB | 16/22 kB | 4.1/8.8 kB Progress (5): 274 kB | 239/528 kB | 178 kB | 16/22 kB | 7.7/8.8 kB Progress (5): 274 kB | 239/528 kB | 178 kB | 20/22 kB | 7.7/8.8 kB Progress (5): 274 kB | 239/528 kB | 178 kB | 20/22 kB | 8.8 kB Progress (5): 274 kB | 243/528 kB | 178 kB | 20/22 kB | 8.8 kB Progress (5): 274 kB | 243/528 kB | 178 kB | 22 kB | 8.8 kB Progress (5): 274 kB | 247/528 kB | 178 kB | 22 kB | 8.8 kB Progress (5): 274 kB | 251/528 kB | 178 kB | 22 kB | 8.8 kB Progress (5): 274 kB | 255/528 kB | 178 kB | 22 kB | 8.8 kB Progress (5): 274 kB | 259/528 kB | 178 kB | 22 kB | 8.8 kB Progress (5): 274 kB | 263/528 kB | 178 kB | 22 kB | 8.8 kB Progress (5): 274 kB | 267/528 kB | 178 kB | 22 kB | 8.8 kB Progress (5): 274 kB | 271/528 kB | 178 kB | 22 kB | 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.0 MB/s) Progress (4): 274 kB | 275/528 kB | 22 kB | 8.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Progress (4): 274 kB | 279/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 283/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 287/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 291/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 295/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 299/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 303/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 307/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 311/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 315/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 319/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 323/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 327/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 331/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 335/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 339/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 343/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 347/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 351/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 355/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 359/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 363/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 367/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 371/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 375/528 kB | 22 kB | 8.8 kB Progress (4): 274 kB | 379/528 kB | 22 kB | 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 93 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 2.8 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 229 kB/s) Progress (1): 383/528 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Progress (1): 387/528 kB Progress (1): 391/528 kB Progress (1): 395/528 kB Progress (1): 399/528 kB Progress (1): 403/528 kB Progress (1): 407/528 kB Progress (1): 411/528 kB Progress (1): 415/528 kB Progress (1): 419/528 kB Progress (1): 423/528 kB Progress (1): 427/528 kB Progress (1): 431/528 kB Progress (1): 435/528 kB Progress (1): 439/528 kB Progress (1): 443/528 kB Progress (1): 447/528 kB Progress (1): 451/528 kB Progress (1): 455/528 kB Progress (1): 459/528 kB Progress (1): 463/528 kB Progress (1): 467/528 kB Progress (1): 471/528 kB Progress (1): 475/528 kB Progress (1): 479/528 kB Progress (1): 483/528 kB Progress (1): 487/528 kB Progress (1): 491/528 kB Progress (1): 495/528 kB Progress (1): 499/528 kB Progress (1): 503/528 kB Progress (1): 507/528 kB Progress (1): 511/528 kB Progress (1): 515/528 kB Progress (1): 519/528 kB Progress (1): 523/528 kB Progress (1): 527/528 kB Progress (1): 528 kB Progress (2): 528 kB | 4.1/17 kB Progress (2): 528 kB | 7.7/17 kB Progress (2): 528 kB | 12/17 kB Progress (2): 528 kB | 16/17 kB Progress (2): 528 kB | 17 kB Progress (3): 528 kB | 17 kB | 4.1/11 kB Progress (3): 528 kB | 17 kB | 7.7/11 kB Progress (3): 528 kB | 17 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 4.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Progress (3): 17 kB | 11 kB | 4.1/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 134 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 88 kB/s) Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/316 kB Progress (2): 13 kB | 7.7/316 kB Progress (2): 13 kB | 12/316 kB Progress (2): 13 kB | 16/316 kB Progress (2): 13 kB | 20/316 kB Progress (2): 13 kB | 24/316 kB Progress (2): 13 kB | 28/316 kB Progress (2): 13 kB | 32/316 kB Progress (2): 13 kB | 33/316 kB Progress (2): 13 kB | 37/316 kB Progress (2): 13 kB | 41/316 kB Progress (2): 13 kB | 45/316 kB Progress (2): 13 kB | 49/316 kB Progress (2): 13 kB | 53/316 kB Progress (2): 13 kB | 57/316 kB Progress (2): 13 kB | 61/316 kB Progress (2): 13 kB | 65/316 kB Progress (2): 13 kB | 66/316 kB Progress (2): 13 kB | 70/316 kB Progress (2): 13 kB | 74/316 kB Progress (2): 13 kB | 78/316 kB Progress (2): 13 kB | 82/316 kB Progress (2): 13 kB | 86/316 kB Progress (2): 13 kB | 90/316 kB Progress (2): 13 kB | 94/316 kB Progress (2): 13 kB | 98/316 kB Progress (2): 13 kB | 98/316 kB Progress (2): 13 kB | 102/316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 92 kB/s) Progress (2): 102/316 kB | 4.1/10 kB Progress (2): 106/316 kB | 4.1/10 kB Progress (2): 106/316 kB | 7.7/10 kB Progress (2): 110/316 kB | 7.7/10 kB Progress (2): 110/316 kB | 10 kB Progress (2): 114/316 kB | 10 kB Progress (2): 118/316 kB | 10 kB Progress (2): 122/316 kB | 10 kB Progress (2): 126/316 kB | 10 kB Progress (2): 130/316 kB | 10 kB Progress (2): 131/316 kB | 10 kB Progress (2): 135/316 kB | 10 kB Progress (2): 139/316 kB | 10 kB Progress (2): 143/316 kB | 10 kB Progress (2): 147/316 kB | 10 kB Progress (2): 151/316 kB | 10 kB Progress (2): 155/316 kB | 10 kB Progress (2): 159/316 kB | 10 kB Progress (2): 163/316 kB | 10 kB Progress (2): 164/316 kB | 10 kB Progress (2): 168/316 kB | 10 kB Progress (2): 172/316 kB | 10 kB Progress (2): 176/316 kB | 10 kB Progress (2): 180/316 kB | 10 kB Progress (2): 184/316 kB | 10 kB Progress (2): 188/316 kB | 10 kB Progress (2): 192/316 kB | 10 kB Progress (2): 196/316 kB | 10 kB Progress (2): 197/316 kB | 10 kB Progress (2): 201/316 kB | 10 kB Progress (2): 205/316 kB | 10 kB Progress (2): 209/316 kB | 10 kB Progress (2): 213/316 kB | 10 kB Progress (2): 217/316 kB | 10 kB Progress (2): 221/316 kB | 10 kB Progress (2): 225/316 kB | 10 kB Progress (2): 229/316 kB | 10 kB Progress (2): 229/316 kB | 10 kB Progress (2): 233/316 kB | 10 kB Progress (2): 237/316 kB | 10 kB Progress (2): 241/316 kB | 10 kB Progress (2): 245/316 kB | 10 kB Progress (2): 249/316 kB | 10 kB Progress (2): 253/316 kB | 10 kB Progress (2): 257/316 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 71 kB/s) Progress (1): 261/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 278/316 kB Progress (1): 282/316 kB Progress (1): 286/316 kB Progress (1): 290/316 kB Progress (1): 294/316 kB Progress (1): 298/316 kB Progress (1): 302/316 kB Progress (1): 306/316 kB Progress (1): 310/316 kB Progress (1): 314/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 2.0 MB/s) Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 68 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.pom (3.1 kB at 77 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom (2.5 kB at 96 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar Progress (1): 4.1/85 kB Progress (1): 7.7/85 kB Progress (1): 12/85 kB Progress (1): 16/85 kB Progress (1): 20/85 kB Progress (1): 24/85 kB Progress (1): 28/85 kB Progress (1): 32/85 kB Progress (1): 33/85 kB Progress (1): 37/85 kB Progress (1): 41/85 kB Progress (1): 45/85 kB Progress (1): 49/85 kB Progress (1): 53/85 kB Progress (1): 57/85 kB Progress (1): 61/85 kB Progress (1): 65/85 kB Progress (1): 69/85 kB Progress (1): 73/85 kB Progress (1): 77/85 kB Progress (1): 81/85 kB Progress (1): 85 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar (85 kB at 2.4 MB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.statet.rhelp.server.ApplicationTests 13:08:49.324 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.329 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 13:08:49.335 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 13:08:49.352 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.eclipse.statet.rhelp.server.ApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] 13:08:49.362 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.eclipse.statet.rhelp.server.ApplicationTests], using SpringBootContextLoader 13:08:49.365 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: class path resource [org/eclipse/statet/rhelp/server/ApplicationTests-context.xml] does not exist 13:08:49.365 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: class path resource [org/eclipse/statet/rhelp/server/ApplicationTestsContext.groovy] does not exist 13:08:49.365 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. 13:08:49.366 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: ApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 13:08:49.422 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.581 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/classes/org/eclipse/statet/rhelp/server/Application.class] 13:08:49.584 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.eclipse.statet.rhelp.server.Application for test class org.eclipse.statet.rhelp.server.ApplicationTests 13:08:49.708 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.eclipse.statet.rhelp.server.ApplicationTests]: using defaults. 13:08:49.708 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 13:08:49.719 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/TransactionDefinition] 13:08:49.720 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute] 13:08:49.720 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@393671df, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@56620197, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6eda5c9, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@55b7a4e0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5f058f00, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@192d43ce, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@72057ecf, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1afd44cb, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6973b51b, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@1ab3a8c8] 13:08:49.721 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.722 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.723 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.723 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.723 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.724 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.727 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@47af7f3d testClass = ApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7c729a55 testClass = ApplicationTests, locations = '{}', classes = '{class org.eclipse.statet.rhelp.server.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@76707e36, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@694e1548, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@15d0c81b, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@7a1ebcd8], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null]. 13:08:49.727 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.728 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.eclipse.statet.rhelp.server.ApplicationTests] 13:08:49.745 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1} . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.9.RELEASE) 2019-10-10 13:08:49.993 INFO 2087 --- [ main] o.e.s.rhelp.server.ApplicationTests : Starting ApplicationTests on default-agent-pl0dx with PID 2087 (started by default in /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server) 2019-10-10 13:08:49.995 INFO 2087 --- [ main] o.e.s.rhelp.server.ApplicationTests : No active profile set, falling back to default profiles: default 2019-10-10 13:08:50.583 INFO 2087 --- [ main] org.eclipse.statet.rhelp.server : INFO [0] Application started. 2019-10-10 13:08:50.831 ERROR 2087 --- [ main] org.eclipse.statet.rj.services : ERROR [0] Issues detected in R environment configuration 'Default'. children= Status: (1) ERROR [org.eclipse.statet.rj.services:0] R home directory: the specification of the resource path is missing. 2019-10-10 13:08:50.957 INFO 2087 --- [Pool [Thread-1]] org.eclipse.statet.rhelp.server : INFO [0] REnv 'default': R environment index update started (EXPLICITE). 2019-10-10 13:08:50.968 ERROR 2087 --- [Pool [Thread-1]] org.eclipse.statet.rhelp.server : ERROR [0] REnv 'default': R environment index did not complete normally. java.lang.NullPointerException: null at org.eclipse.statet.rj.servi.node.RServiNodeConfig.load(RServiNodeConfig.java:138) ~[org.eclipse.statet.rj.servi-4.0.2.201910101100-r.jar:na] at org.eclipse.statet.internal.rhelp.server.update.REnvServiController.configure(REnvServiController.java:84) ~[classes/:na] at org.eclipse.statet.internal.rhelp.server.update.REnvIndexer.run(REnvIndexer.java:203) ~[classes/:na] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_202] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_202] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_202] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.8.0_202] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_202] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_202] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_202] 2019-10-10 13:08:51.149 INFO 2087 --- [ main] o.e.s.rhelp.server.ApplicationTests : Started ApplicationTests in 1.396 seconds (JVM running for 2.225) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s - in org.eclipse.statet.rhelp.server.ApplicationTests 2019-10-10 13:08:51.210 INFO 2087 --- [ Thread-2] org.eclipse.statet.rhelp.server : INFO [0] Application stopped. [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.statet.rhelp.server --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom (4.6 kB at 218 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 243 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 210 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 338 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 303 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 1.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom Progress (1): 4.1/78 kB Progress (1): 7.7/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 24/78 kB Progress (1): 28/78 kB Progress (1): 32/78 kB Progress (1): 33/78 kB Progress (1): 37/78 kB Progress (1): 41/78 kB Progress (1): 45/78 kB Progress (1): 49/78 kB Progress (1): 53/78 kB Progress (1): 57/78 kB Progress (1): 61/78 kB Progress (1): 65/78 kB Progress (1): 69/78 kB Progress (1): 73/78 kB Progress (1): 77/78 kB Progress (1): 78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 301 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar Progress (1): 4.1/592 kB Progress (1): 7.7/592 kB Progress (1): 12/592 kB Progress (1): 16/592 kB Progress (1): 20/592 kB Progress (1): 24/592 kB Progress (2): 24/592 kB | 4.1/192 kB Progress (2): 28/592 kB | 4.1/192 kB Progress (2): 28/592 kB | 7.7/192 kB Progress (2): 32/592 kB | 7.7/192 kB Progress (2): 32/592 kB | 12/192 kB Progress (2): 33/592 kB | 12/192 kB Progress (2): 33/592 kB | 16/192 kB Progress (2): 37/592 kB | 16/192 kB Progress (2): 37/592 kB | 20/192 kB Progress (2): 41/592 kB | 20/192 kB Progress (2): 41/592 kB | 24/192 kB Progress (2): 45/592 kB | 24/192 kB Progress (2): 45/592 kB | 28/192 kB Progress (2): 49/592 kB | 28/192 kB Progress (2): 49/592 kB | 32/192 kB Progress (2): 53/592 kB | 32/192 kB Progress (2): 53/592 kB | 33/192 kB Progress (2): 57/592 kB | 33/192 kB Progress (2): 57/592 kB | 37/192 kB Progress (2): 57/592 kB | 41/192 kB Progress (2): 61/592 kB | 41/192 kB Progress (2): 61/592 kB | 45/192 kB Progress (2): 65/592 kB | 45/192 kB Progress (2): 65/592 kB | 49/192 kB Progress (2): 66/592 kB | 49/192 kB Progress (2): 66/592 kB | 53/192 kB Progress (2): 70/592 kB | 53/192 kB Progress (2): 70/592 kB | 57/192 kB Progress (2): 74/592 kB | 57/192 kB Progress (2): 74/592 kB | 61/192 kB Progress (2): 78/592 kB | 61/192 kB Progress (2): 78/592 kB | 65/192 kB Progress (2): 82/592 kB | 65/192 kB Progress (2): 82/592 kB | 66/192 kB Progress (2): 86/592 kB | 66/192 kB Progress (2): 86/592 kB | 70/192 kB Progress (2): 90/592 kB | 70/192 kB Progress (3): 90/592 kB | 70/192 kB | 4.1/75 kB Progress (3): 90/592 kB | 74/192 kB | 4.1/75 kB Progress (4): 90/592 kB | 74/192 kB | 4.1/75 kB | 4.1/24 kB Progress (4): 90/592 kB | 78/192 kB | 4.1/75 kB | 4.1/24 kB Progress (4): 90/592 kB | 78/192 kB | 7.7/75 kB | 4.1/24 kB Progress (4): 94/592 kB | 78/192 kB | 7.7/75 kB | 4.1/24 kB Progress (4): 94/592 kB | 78/192 kB | 12/75 kB | 4.1/24 kB Progress (4): 94/592 kB | 82/192 kB | 12/75 kB | 4.1/24 kB Progress (4): 94/592 kB | 82/192 kB | 12/75 kB | 7.7/24 kB Progress (4): 94/592 kB | 86/192 kB | 12/75 kB | 7.7/24 kB Progress (4): 94/592 kB | 86/192 kB | 16/75 kB | 7.7/24 kB Progress (4): 98/592 kB | 86/192 kB | 16/75 kB | 7.7/24 kB Progress (4): 98/592 kB | 86/192 kB | 20/75 kB | 7.7/24 kB Progress (4): 98/592 kB | 90/192 kB | 20/75 kB | 7.7/24 kB Progress (4): 98/592 kB | 90/192 kB | 20/75 kB | 12/24 kB Progress (4): 98/592 kB | 94/192 kB | 20/75 kB | 12/24 kB Progress (4): 98/592 kB | 94/192 kB | 24/75 kB | 12/24 kB Progress (4): 98/592 kB | 94/192 kB | 24/75 kB | 12/24 kB Progress (4): 98/592 kB | 94/192 kB | 28/75 kB | 12/24 kB Progress (5): 98/592 kB | 94/192 kB | 28/75 kB | 12/24 kB | 4.1/263 kB Progress (5): 98/592 kB | 98/192 kB | 28/75 kB | 12/24 kB | 4.1/263 kB Progress (5): 98/592 kB | 98/192 kB | 28/75 kB | 16/24 kB | 4.1/263 kB Progress (5): 98/592 kB | 98/192 kB | 28/75 kB | 16/24 kB | 4.1/263 kB Progress (5): 98/592 kB | 98/192 kB | 28/75 kB | 16/24 kB | 7.7/263 kB Progress (5): 98/592 kB | 98/192 kB | 32/75 kB | 16/24 kB | 7.7/263 kB Progress (5): 102/592 kB | 98/192 kB | 32/75 kB | 16/24 kB | 7.7/263 kB Progress (5): 102/592 kB | 98/192 kB | 33/75 kB | 16/24 kB | 7.7/263 kB Progress (5): 102/592 kB | 98/192 kB | 33/75 kB | 16/24 kB | 12/263 kB Progress (5): 102/592 kB | 102/192 kB | 33/75 kB | 16/24 kB | 12/263 kB Progress (5): 102/592 kB | 102/192 kB | 33/75 kB | 20/24 kB | 12/263 kB Progress (5): 102/592 kB | 106/192 kB | 33/75 kB | 20/24 kB | 12/263 kB Progress (5): 102/592 kB | 106/192 kB | 33/75 kB | 20/24 kB | 16/263 kB Progress (5): 102/592 kB | 106/192 kB | 37/75 kB | 20/24 kB | 16/263 kB Progress (5): 106/592 kB | 106/192 kB | 37/75 kB | 20/24 kB | 16/263 kB Progress (5): 106/592 kB | 106/192 kB | 41/75 kB | 20/24 kB | 16/263 kB Progress (5): 106/592 kB | 106/192 kB | 41/75 kB | 20/24 kB | 20/263 kB Progress (5): 106/592 kB | 110/192 kB | 41/75 kB | 20/24 kB | 20/263 kB Progress (5): 106/592 kB | 110/192 kB | 41/75 kB | 24/24 kB | 20/263 kB Progress (5): 106/592 kB | 114/192 kB | 41/75 kB | 24/24 kB | 20/263 kB Progress (5): 106/592 kB | 114/192 kB | 41/75 kB | 24/24 kB | 24/263 kB Progress (5): 106/592 kB | 114/192 kB | 45/75 kB | 24/24 kB | 24/263 kB Progress (5): 110/592 kB | 114/192 kB | 45/75 kB | 24/24 kB | 24/263 kB Progress (5): 110/592 kB | 114/192 kB | 49/75 kB | 24/24 kB | 24/263 kB Progress (5): 110/592 kB | 114/192 kB | 49/75 kB | 24/24 kB | 28/263 kB Progress (5): 110/592 kB | 118/192 kB | 49/75 kB | 24/24 kB | 28/263 kB Progress (5): 110/592 kB | 118/192 kB | 49/75 kB | 24 kB | 28/263 kB Progress (5): 110/592 kB | 122/192 kB | 49/75 kB | 24 kB | 28/263 kB Progress (5): 110/592 kB | 122/192 kB | 49/75 kB | 24 kB | 32/263 kB Progress (5): 110/592 kB | 122/192 kB | 53/75 kB | 24 kB | 32/263 kB Progress (5): 114/592 kB | 122/192 kB | 53/75 kB | 24 kB | 32/263 kB Progress (5): 114/592 kB | 122/192 kB | 57/75 kB | 24 kB | 32/263 kB Progress (5): 114/592 kB | 122/192 kB | 57/75 kB | 24 kB | 33/263 kB Progress (5): 114/592 kB | 126/192 kB | 57/75 kB | 24 kB | 33/263 kB Progress (5): 114/592 kB | 126/192 kB | 57/75 kB | 24 kB | 37/263 kB Progress (5): 114/592 kB | 126/192 kB | 61/75 kB | 24 kB | 37/263 kB Progress (5): 118/592 kB | 126/192 kB | 61/75 kB | 24 kB | 37/263 kB Progress (5): 118/592 kB | 126/192 kB | 65/75 kB | 24 kB | 37/263 kB Progress (5): 118/592 kB | 126/192 kB | 65/75 kB | 24 kB | 41/263 kB Progress (5): 118/592 kB | 130/192 kB | 65/75 kB | 24 kB | 41/263 kB Progress (5): 118/592 kB | 130/192 kB | 65/75 kB | 24 kB | 45/263 kB Progress (5): 118/592 kB | 130/192 kB | 69/75 kB | 24 kB | 45/263 kB Progress (5): 122/592 kB | 130/192 kB | 69/75 kB | 24 kB | 45/263 kB Progress (5): 122/592 kB | 130/192 kB | 73/75 kB | 24 kB | 45/263 kB Progress (5): 122/592 kB | 130/192 kB | 73/75 kB | 24 kB | 49/263 kB Progress (5): 122/592 kB | 131/192 kB | 73/75 kB | 24 kB | 49/263 kB Progress (5): 122/592 kB | 131/192 kB | 73/75 kB | 24 kB | 53/263 kB Progress (5): 122/592 kB | 131/192 kB | 75 kB | 24 kB | 53/263 kB Progress (5): 126/592 kB | 131/192 kB | 75 kB | 24 kB | 53/263 kB Progress (5): 126/592 kB | 131/192 kB | 75 kB | 24 kB | 57/263 kB Progress (5): 126/592 kB | 135/192 kB | 75 kB | 24 kB | 57/263 kB Progress (5): 126/592 kB | 135/192 kB | 75 kB | 24 kB | 61/263 kB Progress (5): 130/592 kB | 135/192 kB | 75 kB | 24 kB | 61/263 kB Progress (5): 130/592 kB | 135/192 kB | 75 kB | 24 kB | 65/263 kB Progress (5): 130/592 kB | 139/192 kB | 75 kB | 24 kB | 65/263 kB Progress (5): 130/592 kB | 139/192 kB | 75 kB | 24 kB | 66/263 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar (24 kB at 696 kB/s) Progress (4): 131/592 kB | 139/192 kB | 75 kB | 66/263 kB Progress (4): 131/592 kB | 139/192 kB | 75 kB | 70/263 kB Progress (4): 131/592 kB | 143/192 kB | 75 kB | 70/263 kB Progress (4): 131/592 kB | 143/192 kB | 75 kB | 74/263 kB Progress (4): 135/592 kB | 143/192 kB | 75 kB | 74/263 kB Progress (4): 135/592 kB | 143/192 kB | 75 kB | 78/263 kB Progress (4): 135/592 kB | 147/192 kB | 75 kB | 78/263 kB Progress (4): 135/592 kB | 147/192 kB | 75 kB | 82/263 kB Progress (4): 139/592 kB | 147/192 kB | 75 kB | 82/263 kB Progress (4): 139/592 kB | 147/192 kB | 75 kB | 86/263 kB Progress (4): 139/592 kB | 151/192 kB | 75 kB | 86/263 kB Progress (4): 139/592 kB | 151/192 kB | 75 kB | 90/263 kB Progress (4): 143/592 kB | 151/192 kB | 75 kB | 90/263 kB Progress (4): 143/592 kB | 151/192 kB | 75 kB | 94/263 kB Progress (4): 143/592 kB | 155/192 kB | 75 kB | 94/263 kB Progress (4): 143/592 kB | 155/192 kB | 75 kB | 98/263 kB Progress (4): 147/592 kB | 155/192 kB | 75 kB | 98/263 kB Progress (4): 147/592 kB | 155/192 kB | 75 kB | 98/263 kB Progress (4): 147/592 kB | 159/192 kB | 75 kB | 98/263 kB Progress (4): 147/592 kB | 159/192 kB | 75 kB | 102/263 kB Progress (4): 151/592 kB | 159/192 kB | 75 kB | 102/263 kB Progress (4): 151/592 kB | 159/192 kB | 75 kB | 106/263 kB Progress (4): 151/592 kB | 163/192 kB | 75 kB | 106/263 kB Progress (4): 151/592 kB | 163/192 kB | 75 kB | 110/263 kB Progress (4): 155/592 kB | 163/192 kB | 75 kB | 110/263 kB Progress (4): 155/592 kB | 163/192 kB | 75 kB | 114/263 kB Progress (4): 159/592 kB | 163/192 kB | 75 kB | 114/263 kB Progress (4): 159/592 kB | 167/192 kB | 75 kB | 114/263 kB Progress (4): 163/592 kB | 167/192 kB | 75 kB | 114/263 kB Progress (4): 163/592 kB | 167/192 kB | 75 kB | 118/263 kB Progress (4): 164/592 kB | 167/192 kB | 75 kB | 118/263 kB Progress (4): 164/592 kB | 171/192 kB | 75 kB | 118/263 kB Progress (4): 168/592 kB | 171/192 kB | 75 kB | 118/263 kB Progress (4): 168/592 kB | 171/192 kB | 75 kB | 122/263 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 1.9 MB/s) Progress (3): 168/592 kB | 171/192 kB | 126/263 kB Progress (3): 172/592 kB | 171/192 kB | 126/263 kB Progress (3): 172/592 kB | 175/192 kB | 126/263 kB Progress (3): 172/592 kB | 175/192 kB | 130/263 kB Progress (3): 172/592 kB | 179/192 kB | 130/263 kB Progress (3): 176/592 kB | 179/192 kB | 130/263 kB Progress (3): 176/592 kB | 183/192 kB | 130/263 kB Progress (3): 176/592 kB | 183/192 kB | 131/263 kB Progress (3): 176/592 kB | 187/192 kB | 131/263 kB Progress (3): 180/592 kB | 187/192 kB | 131/263 kB Progress (3): 180/592 kB | 191/192 kB | 131/263 kB Progress (3): 180/592 kB | 191/192 kB | 135/263 kB Progress (3): 184/592 kB | 191/192 kB | 135/263 kB Progress (3): 184/592 kB | 192 kB | 135/263 kB Progress (3): 188/592 kB | 192 kB | 135/263 kB Progress (3): 188/592 kB | 192 kB | 139/263 kB Progress (3): 192/592 kB | 192 kB | 139/263 kB Progress (3): 192/592 kB | 192 kB | 143/263 kB Progress (3): 196/592 kB | 192 kB | 143/263 kB Progress (3): 196/592 kB | 192 kB | 147/263 kB Progress (3): 197/592 kB | 192 kB | 147/263 kB Progress (3): 197/592 kB | 192 kB | 151/263 kB Progress (3): 201/592 kB | 192 kB | 151/263 kB Progress (3): 201/592 kB | 192 kB | 155/263 kB Progress (3): 205/592 kB | 192 kB | 155/263 kB Progress (3): 205/592 kB | 192 kB | 159/263 kB Progress (3): 209/592 kB | 192 kB | 159/263 kB Progress (3): 209/592 kB | 192 kB | 163/263 kB Progress (3): 213/592 kB | 192 kB | 163/263 kB Progress (3): 213/592 kB | 192 kB | 164/263 kB Progress (3): 217/592 kB | 192 kB | 164/263 kB Progress (3): 217/592 kB | 192 kB | 168/263 kB Progress (3): 221/592 kB | 192 kB | 168/263 kB Progress (3): 221/592 kB | 192 kB | 172/263 kB Progress (3): 225/592 kB | 192 kB | 172/263 kB Progress (3): 225/592 kB | 192 kB | 176/263 kB Progress (3): 229/592 kB | 192 kB | 176/263 kB Progress (3): 229/592 kB | 192 kB | 180/263 kB Progress (3): 229/592 kB | 192 kB | 180/263 kB Progress (3): 229/592 kB | 192 kB | 184/263 kB Progress (3): 233/592 kB | 192 kB | 184/263 kB Progress (3): 233/592 kB | 192 kB | 188/263 kB Progress (3): 237/592 kB | 192 kB | 188/263 kB Progress (3): 237/592 kB | 192 kB | 192/263 kB Progress (3): 241/592 kB | 192 kB | 192/263 kB Progress (3): 241/592 kB | 192 kB | 196/263 kB Progress (3): 245/592 kB | 192 kB | 196/263 kB Progress (3): 245/592 kB | 192 kB | 197/263 kB Progress (3): 249/592 kB | 192 kB | 197/263 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 4.1 MB/s) Progress (2): 249/592 kB | 201/263 kB Progress (2): 253/592 kB | 201/263 kB Progress (2): 253/592 kB | 205/263 kB Progress (2): 257/592 kB | 205/263 kB Progress (2): 257/592 kB | 209/263 kB Progress (2): 261/592 kB | 209/263 kB Progress (2): 261/592 kB | 213/263 kB Progress (2): 262/592 kB | 213/263 kB Progress (2): 262/592 kB | 217/263 kB Progress (2): 266/592 kB | 217/263 kB Progress (2): 266/592 kB | 221/263 kB Progress (2): 270/592 kB | 221/263 kB Progress (2): 270/592 kB | 225/263 kB Progress (2): 274/592 kB | 225/263 kB Progress (2): 274/592 kB | 229/263 kB Progress (2): 278/592 kB | 229/263 kB Progress (2): 278/592 kB | 229/263 kB Progress (2): 282/592 kB | 229/263 kB Progress (2): 282/592 kB | 233/263 kB Progress (2): 286/592 kB | 233/263 kB Progress (2): 286/592 kB | 237/263 kB Progress (2): 290/592 kB | 237/263 kB Progress (2): 290/592 kB | 241/263 kB Progress (2): 294/592 kB | 241/263 kB Progress (2): 294/592 kB | 245/263 kB Progress (2): 295/592 kB | 245/263 kB Progress (2): 295/592 kB | 249/263 kB Progress (2): 299/592 kB | 249/263 kB Progress (2): 299/592 kB | 253/263 kB Progress (2): 303/592 kB | 253/263 kB Progress (2): 303/592 kB | 257/263 kB Progress (2): 307/592 kB | 257/263 kB Progress (2): 307/592 kB | 261/263 kB Progress (2): 311/592 kB | 261/263 kB Progress (2): 311/592 kB | 263 kB Progress (2): 315/592 kB | 263 kB Progress (2): 319/592 kB | 263 kB Progress (2): 323/592 kB | 263 kB Progress (2): 327/592 kB | 263 kB Progress (2): 328/592 kB | 263 kB Progress (2): 332/592 kB | 263 kB Progress (2): 336/592 kB | 263 kB Progress (2): 340/592 kB | 263 kB Progress (2): 344/592 kB | 263 kB Progress (2): 348/592 kB | 263 kB Progress (2): 352/592 kB | 263 kB Progress (2): 356/592 kB | 263 kB Progress (2): 360/592 kB | 263 kB Progress (2): 360/592 kB | 263 kB Progress (2): 365/592 kB | 263 kB Progress (2): 368/592 kB | 263 kB Progress (2): 373/592 kB | 263 kB Progress (2): 376/592 kB | 263 kB Progress (2): 381/592 kB | 263 kB Progress (2): 384/592 kB | 263 kB Progress (2): 389/592 kB | 263 kB Progress (2): 392/592 kB | 263 kB Progress (2): 393/592 kB | 263 kB Progress (2): 397/592 kB | 263 kB Progress (2): 401/592 kB | 263 kB Progress (2): 405/592 kB | 263 kB Progress (2): 409/592 kB | 263 kB Progress (2): 413/592 kB | 263 kB Progress (2): 417/592 kB | 263 kB Progress (2): 421/592 kB | 263 kB Progress (2): 425/592 kB | 263 kB Progress (2): 426/592 kB | 263 kB Progress (2): 430/592 kB | 263 kB Progress (2): 434/592 kB | 263 kB Progress (2): 438/592 kB | 263 kB Progress (2): 442/592 kB | 263 kB Progress (2): 446/592 kB | 263 kB Progress (2): 450/592 kB | 263 kB Progress (2): 454/592 kB | 263 kB Progress (2): 458/592 kB | 263 kB Progress (2): 459/592 kB | 263 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar (263 kB at 4.6 MB/s) Progress (1): 463/592 kB Progress (1): 467/592 kB Progress (1): 471/592 kB Progress (1): 475/592 kB Progress (1): 479/592 kB Progress (1): 483/592 kB Progress (1): 487/592 kB Progress (1): 491/592 kB Progress (1): 495/592 kB Progress (1): 499/592 kB Progress (1): 503/592 kB Progress (1): 507/592 kB Progress (1): 511/592 kB Progress (1): 515/592 kB Progress (1): 519/592 kB Progress (1): 523/592 kB Progress (1): 527/592 kB Progress (1): 531/592 kB Progress (1): 535/592 kB Progress (1): 539/592 kB Progress (1): 543/592 kB Progress (1): 547/592 kB Progress (1): 551/592 kB Progress (1): 555/592 kB Progress (1): 559/592 kB Progress (1): 563/592 kB Progress (1): 567/592 kB Progress (1): 571/592 kB Progress (1): 575/592 kB Progress (1): 579/592 kB Progress (1): 583/592 kB Progress (1): 587/592 kB Progress (1): 591/592 kB Progress (1): 592 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 8.7 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/org.eclipse.statet.rhelp.server-4.0.2.201910101100-r.jar [INFO] [INFO] --- spring-boot-maven-plugin:2.1.9.RELEASE:repackage (repackage) @ org.eclipse.statet.rhelp.server --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.1.9.RELEASE/spring-boot-loader-tools-2.1.9.RELEASE.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.1.9.RELEASE/spring-boot-loader-tools-2.1.9.RELEASE.pom (2.5 kB at 70 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 119 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom Progress (1): 4.1/8.3 kB Progress (1): 7.7/8.3 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 461 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 269 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 108 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 145 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 103 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 51 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 207 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 261 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 807 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 12 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 800 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 406 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 242 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 209 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 354 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 480 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 288 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 115 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 1.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 132 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 141 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 160 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 709 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 164 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 407 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 458 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.pom (9.3 kB at 444 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 365 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 873 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 122 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 98 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 197 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 287 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 416 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.pom (11 kB at 704 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom (2.9 kB at 173 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0-beta/asm-analysis-7.0-beta.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0-beta/asm-analysis-7.0-beta.pom (3.2 kB at 244 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0-beta/asm-tree-7.0-beta.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0-beta/asm-tree-7.0-beta.pom (3.1 kB at 209 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0-beta/asm-commons-7.0-beta.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0-beta/asm-commons-7.0-beta.pom (3.7 kB at 205 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.pom (3.7 kB at 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 377 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 658 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.1.9.RELEASE/spring-boot-loader-tools-2.1.9.RELEASE.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar Progress (1): 4.1/55 kB Progress (1): 7.7/55 kB Progress (1): 12/55 kB Progress (1): 16/55 kB Progress (1): 20/55 kB Progress (1): 24/55 kB Progress (2): 24/55 kB | 4.1/638 kB Progress (2): 28/55 kB | 4.1/638 kB Progress (2): 28/55 kB | 7.7/638 kB Progress (2): 32/55 kB | 7.7/638 kB Progress (2): 32/55 kB | 12/638 kB Progress (2): 36/55 kB | 12/638 kB Progress (2): 36/55 kB | 16/638 kB Progress (2): 40/55 kB | 16/638 kB Progress (2): 40/55 kB | 20/638 kB Progress (2): 44/55 kB | 20/638 kB Progress (2): 44/55 kB | 24/638 kB Progress (2): 48/55 kB | 24/638 kB Progress (2): 48/55 kB | 28/638 kB Progress (2): 52/55 kB | 28/638 kB Progress (2): 52/55 kB | 32/638 kB Progress (3): 52/55 kB | 32/638 kB | 4.1/502 kB Progress (3): 55 kB | 32/638 kB | 4.1/502 kB Progress (3): 55 kB | 32/638 kB | 7.7/502 kB Progress (3): 55 kB | 33/638 kB | 7.7/502 kB Progress (3): 55 kB | 33/638 kB | 12/502 kB Progress (3): 55 kB | 37/638 kB | 12/502 kB Progress (3): 55 kB | 37/638 kB | 16/502 kB Progress (3): 55 kB | 41/638 kB | 16/502 kB Progress (3): 55 kB | 41/638 kB | 20/502 kB Progress (3): 55 kB | 45/638 kB | 20/502 kB Progress (3): 55 kB | 45/638 kB | 24/502 kB Progress (3): 55 kB | 49/638 kB | 24/502 kB Progress (3): 55 kB | 49/638 kB | 28/502 kB Progress (3): 55 kB | 53/638 kB | 28/502 kB Progress (3): 55 kB | 53/638 kB | 32/502 kB Progress (3): 55 kB | 57/638 kB | 32/502 kB Progress (3): 55 kB | 57/638 kB | 33/502 kB Progress (3): 55 kB | 61/638 kB | 33/502 kB Progress (3): 55 kB | 61/638 kB | 37/502 kB Progress (3): 55 kB | 65/638 kB | 37/502 kB Progress (3): 55 kB | 65/638 kB | 41/502 kB Progress (3): 55 kB | 66/638 kB | 41/502 kB Progress (3): 55 kB | 66/638 kB | 45/502 kB Progress (3): 55 kB | 70/638 kB | 45/502 kB Progress (3): 55 kB | 70/638 kB | 49/502 kB Progress (3): 55 kB | 74/638 kB | 49/502 kB Progress (3): 55 kB | 74/638 kB | 53/502 kB Progress (3): 55 kB | 78/638 kB | 53/502 kB Progress (3): 55 kB | 78/638 kB | 57/502 kB Progress (3): 55 kB | 82/638 kB | 57/502 kB Progress (3): 55 kB | 82/638 kB | 61/502 kB Progress (3): 55 kB | 86/638 kB | 61/502 kB Progress (3): 55 kB | 86/638 kB | 65/502 kB Progress (3): 55 kB | 90/638 kB | 65/502 kB Progress (3): 55 kB | 90/638 kB | 69/502 kB Progress (3): 55 kB | 94/638 kB | 69/502 kB Progress (3): 55 kB | 94/638 kB | 73/502 kB Progress (3): 55 kB | 98/638 kB | 73/502 kB Progress (3): 55 kB | 98/638 kB | 77/502 kB Progress (3): 55 kB | 98/638 kB | 77/502 kB Progress (3): 55 kB | 98/638 kB | 81/502 kB Progress (3): 55 kB | 102/638 kB | 81/502 kB Progress (3): 55 kB | 102/638 kB | 85/502 kB Progress (3): 55 kB | 106/638 kB | 85/502 kB Progress (3): 55 kB | 106/638 kB | 89/502 kB Progress (3): 55 kB | 110/638 kB | 89/502 kB Progress (3): 55 kB | 110/638 kB | 93/502 kB Progress (3): 55 kB | 114/638 kB | 93/502 kB Progress (3): 55 kB | 114/638 kB | 97/502 kB Progress (3): 55 kB | 118/638 kB | 97/502 kB Progress (3): 55 kB | 118/638 kB | 101/502 kB Progress (3): 55 kB | 122/638 kB | 101/502 kB Progress (3): 55 kB | 122/638 kB | 105/502 kB Progress (3): 55 kB | 126/638 kB | 105/502 kB Progress (3): 55 kB | 126/638 kB | 109/502 kB Progress (3): 55 kB | 130/638 kB | 109/502 kB Progress (3): 55 kB | 130/638 kB | 113/502 kB Progress (3): 55 kB | 131/638 kB | 113/502 kB Progress (3): 55 kB | 131/638 kB | 117/502 kB Progress (3): 55 kB | 135/638 kB | 117/502 kB Progress (3): 55 kB | 135/638 kB | 121/502 kB Progress (3): 55 kB | 139/638 kB | 121/502 kB Progress (3): 55 kB | 139/638 kB | 125/502 kB Progress (3): 55 kB | 143/638 kB | 125/502 kB Progress (3): 55 kB | 143/638 kB | 129/502 kB Progress (3): 55 kB | 147/638 kB | 129/502 kB Progress (3): 55 kB | 147/638 kB | 133/502 kB Progress (3): 55 kB | 151/638 kB | 133/502 kB Progress (3): 55 kB | 151/638 kB | 137/502 kB Progress (3): 55 kB | 155/638 kB | 137/502 kB Progress (3): 55 kB | 155/638 kB | 141/502 kB Progress (3): 55 kB | 159/638 kB | 141/502 kB Progress (3): 55 kB | 159/638 kB | 145/502 kB Progress (3): 55 kB | 163/638 kB | 145/502 kB Progress (3): 55 kB | 163/638 kB | 149/502 kB Progress (3): 55 kB | 164/638 kB | 149/502 kB Progress (3): 55 kB | 164/638 kB | 153/502 kB Progress (4): 55 kB | 164/638 kB | 153/502 kB | 4.1/77 kB Progress (4): 55 kB | 164/638 kB | 157/502 kB | 4.1/77 kB Progress (4): 55 kB | 168/638 kB | 157/502 kB | 4.1/77 kB Progress (4): 55 kB | 168/638 kB | 161/502 kB | 4.1/77 kB Progress (4): 55 kB | 168/638 kB | 161/502 kB | 7.7/77 kB Progress (4): 55 kB | 168/638 kB | 165/502 kB | 7.7/77 kB Progress (4): 55 kB | 172/638 kB | 165/502 kB | 7.7/77 kB Progress (4): 55 kB | 172/638 kB | 165/502 kB | 12/77 kB Progress (4): 55 kB | 172/638 kB | 169/502 kB | 12/77 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 1.5 MB/s) Progress (3): 172/638 kB | 173/502 kB | 12/77 kB Progress (3): 172/638 kB | 173/502 kB | 16/77 kB Progress (3): 176/638 kB | 173/502 kB | 16/77 kB Progress (3): 176/638 kB | 177/502 kB | 16/77 kB Progress (4): 176/638 kB | 177/502 kB | 16/77 kB | 4.1/149 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar Progress (4): 176/638 kB | 177/502 kB | 16/77 kB | 7.7/149 kB Progress (4): 176/638 kB | 181/502 kB | 16/77 kB | 7.7/149 kB Progress (4): 180/638 kB | 181/502 kB | 16/77 kB | 7.7/149 kB Progress (4): 180/638 kB | 181/502 kB | 20/77 kB | 7.7/149 kB Progress (4): 184/638 kB | 181/502 kB | 20/77 kB | 7.7/149 kB Progress (4): 184/638 kB | 185/502 kB | 20/77 kB | 7.7/149 kB Progress (4): 184/638 kB | 185/502 kB | 20/77 kB | 12/149 kB Progress (4): 184/638 kB | 189/502 kB | 20/77 kB | 12/149 kB Progress (4): 188/638 kB | 189/502 kB | 20/77 kB | 12/149 kB Progress (4): 188/638 kB | 189/502 kB | 24/77 kB | 12/149 kB Progress (4): 192/638 kB | 189/502 kB | 24/77 kB | 12/149 kB Progress (4): 192/638 kB | 193/502 kB | 24/77 kB | 12/149 kB Progress (4): 192/638 kB | 193/502 kB | 24/77 kB | 16/149 kB Progress (4): 192/638 kB | 197/502 kB | 24/77 kB | 16/149 kB Progress (4): 196/638 kB | 197/502 kB | 24/77 kB | 16/149 kB Progress (4): 196/638 kB | 197/502 kB | 28/77 kB | 16/149 kB Progress (4): 197/638 kB | 197/502 kB | 28/77 kB | 16/149 kB Progress (4): 197/638 kB | 201/502 kB | 28/77 kB | 16/149 kB Progress (4): 197/638 kB | 201/502 kB | 28/77 kB | 20/149 kB Progress (4): 197/638 kB | 205/502 kB | 28/77 kB | 20/149 kB Progress (4): 201/638 kB | 205/502 kB | 28/77 kB | 20/149 kB Progress (4): 201/638 kB | 205/502 kB | 32/77 kB | 20/149 kB Progress (4): 205/638 kB | 205/502 kB | 32/77 kB | 20/149 kB Progress (4): 205/638 kB | 209/502 kB | 32/77 kB | 20/149 kB Progress (4): 205/638 kB | 209/502 kB | 32/77 kB | 24/149 kB Progress (4): 205/638 kB | 213/502 kB | 32/77 kB | 24/149 kB Progress (4): 209/638 kB | 213/502 kB | 32/77 kB | 24/149 kB Progress (4): 209/638 kB | 213/502 kB | 36/77 kB | 24/149 kB Progress (4): 213/638 kB | 213/502 kB | 36/77 kB | 24/149 kB Progress (4): 213/638 kB | 217/502 kB | 36/77 kB | 24/149 kB Progress (4): 213/638 kB | 217/502 kB | 36/77 kB | 28/149 kB Progress (4): 213/638 kB | 221/502 kB | 36/77 kB | 28/149 kB Progress (4): 217/638 kB | 221/502 kB | 36/77 kB | 28/149 kB Progress (4): 217/638 kB | 221/502 kB | 40/77 kB | 28/149 kB Progress (4): 221/638 kB | 221/502 kB | 40/77 kB | 28/149 kB Progress (4): 221/638 kB | 225/502 kB | 40/77 kB | 28/149 kB Progress (4): 221/638 kB | 225/502 kB | 40/77 kB | 32/149 kB Progress (4): 221/638 kB | 229/502 kB | 40/77 kB | 32/149 kB Progress (4): 225/638 kB | 229/502 kB | 40/77 kB | 32/149 kB Progress (4): 225/638 kB | 229/502 kB | 44/77 kB | 32/149 kB Progress (4): 229/638 kB | 229/502 kB | 44/77 kB | 32/149 kB Progress (4): 229/638 kB | 233/502 kB | 44/77 kB | 32/149 kB Progress (4): 229/638 kB | 233/502 kB | 44/77 kB | 36/149 kB Progress (4): 229/638 kB | 237/502 kB | 44/77 kB | 36/149 kB Progress (5): 229/638 kB | 237/502 kB | 44/77 kB | 36/149 kB | 4.1/43 kB Progress (5): 229/638 kB | 237/502 kB | 44/77 kB | 36/149 kB | 4.1/43 kB Progress (5): 229/638 kB | 237/502 kB | 48/77 kB | 36/149 kB | 4.1/43 kB Progress (5): 233/638 kB | 237/502 kB | 48/77 kB | 36/149 kB | 4.1/43 kB Progress (5): 233/638 kB | 237/502 kB | 48/77 kB | 36/149 kB | 7.7/43 kB Progress (5): 233/638 kB | 241/502 kB | 48/77 kB | 36/149 kB | 7.7/43 kB Progress (5): 233/638 kB | 241/502 kB | 48/77 kB | 40/149 kB | 7.7/43 kB Progress (5): 233/638 kB | 245/502 kB | 48/77 kB | 40/149 kB | 7.7/43 kB Progress (5): 233/638 kB | 245/502 kB | 48/77 kB | 40/149 kB | 12/43 kB Progress (5): 237/638 kB | 245/502 kB | 48/77 kB | 40/149 kB | 12/43 kB Progress (5): 237/638 kB | 245/502 kB | 52/77 kB | 40/149 kB | 12/43 kB Progress (5): 241/638 kB | 245/502 kB | 52/77 kB | 40/149 kB | 12/43 kB Progress (5): 241/638 kB | 245/502 kB | 52/77 kB | 40/149 kB | 16/43 kB Progress (5): 241/638 kB | 249/502 kB | 52/77 kB | 40/149 kB | 16/43 kB Progress (5): 241/638 kB | 249/502 kB | 52/77 kB | 44/149 kB | 16/43 kB Progress (5): 241/638 kB | 253/502 kB | 52/77 kB | 44/149 kB | 16/43 kB Progress (5): 241/638 kB | 253/502 kB | 52/77 kB | 44/149 kB | 20/43 kB Progress (5): 245/638 kB | 253/502 kB | 52/77 kB | 44/149 kB | 20/43 kB Progress (5): 245/638 kB | 253/502 kB | 56/77 kB | 44/149 kB | 20/43 kB Progress (5): 249/638 kB | 253/502 kB | 56/77 kB | 44/149 kB | 20/43 kB Progress (5): 249/638 kB | 253/502 kB | 56/77 kB | 44/149 kB | 24/43 kB Progress (5): 249/638 kB | 257/502 kB | 56/77 kB | 44/149 kB | 24/43 kB Progress (5): 249/638 kB | 257/502 kB | 56/77 kB | 48/149 kB | 24/43 kB Progress (5): 249/638 kB | 261/502 kB | 56/77 kB | 48/149 kB | 24/43 kB Progress (5): 249/638 kB | 261/502 kB | 56/77 kB | 48/149 kB | 28/43 kB Progress (5): 253/638 kB | 261/502 kB | 56/77 kB | 48/149 kB | 28/43 kB Progress (5): 253/638 kB | 261/502 kB | 60/77 kB | 48/149 kB | 28/43 kB Progress (5): 257/638 kB | 261/502 kB | 60/77 kB | 48/149 kB | 28/43 kB Progress (5): 257/638 kB | 261/502 kB | 60/77 kB | 48/149 kB | 32/43 kB Progress (5): 257/638 kB | 262/502 kB | 60/77 kB | 48/149 kB | 32/43 kB Progress (5): 257/638 kB | 262/502 kB | 60/77 kB | 52/149 kB | 32/43 kB Progress (5): 257/638 kB | 266/502 kB | 60/77 kB | 52/149 kB | 32/43 kB Progress (5): 257/638 kB | 266/502 kB | 60/77 kB | 52/149 kB | 36/43 kB Progress (5): 261/638 kB | 266/502 kB | 60/77 kB | 52/149 kB | 36/43 kB Progress (5): 261/638 kB | 266/502 kB | 64/77 kB | 52/149 kB | 36/43 kB Progress (5): 262/638 kB | 266/502 kB | 64/77 kB | 52/149 kB | 36/43 kB Progress (5): 262/638 kB | 266/502 kB | 64/77 kB | 52/149 kB | 40/43 kB Progress (5): 262/638 kB | 270/502 kB | 64/77 kB | 52/149 kB | 40/43 kB Progress (5): 262/638 kB | 270/502 kB | 64/77 kB | 56/149 kB | 40/43 kB Progress (5): 262/638 kB | 274/502 kB | 64/77 kB | 56/149 kB | 40/43 kB Progress (5): 262/638 kB | 274/502 kB | 64/77 kB | 56/149 kB | 43 kB Progress (5): 266/638 kB | 274/502 kB | 64/77 kB | 56/149 kB | 43 kB Progress (5): 266/638 kB | 274/502 kB | 68/77 kB | 56/149 kB | 43 kB Progress (5): 270/638 kB | 274/502 kB | 68/77 kB | 56/149 kB | 43 kB Progress (5): 270/638 kB | 278/502 kB | 68/77 kB | 56/149 kB | 43 kB Progress (5): 270/638 kB | 278/502 kB | 68/77 kB | 60/149 kB | 43 kB Progress (5): 270/638 kB | 282/502 kB | 68/77 kB | 60/149 kB | 43 kB Progress (5): 274/638 kB | 282/502 kB | 68/77 kB | 60/149 kB | 43 kB Progress (5): 274/638 kB | 282/502 kB | 72/77 kB | 60/149 kB | 43 kB Progress (5): 278/638 kB | 282/502 kB | 72/77 kB | 60/149 kB | 43 kB Progress (5): 278/638 kB | 286/502 kB | 72/77 kB | 60/149 kB | 43 kB Progress (5): 278/638 kB | 286/502 kB | 72/77 kB | 64/149 kB | 43 kB Progress (5): 278/638 kB | 290/502 kB | 72/77 kB | 64/149 kB | 43 kB Progress (5): 282/638 kB | 290/502 kB | 72/77 kB | 64/149 kB | 43 kB Progress (5): 282/638 kB | 290/502 kB | 76/77 kB | 64/149 kB | 43 kB Progress (5): 286/638 kB | 290/502 kB | 76/77 kB | 64/149 kB | 43 kB Progress (5): 286/638 kB | 294/502 kB | 76/77 kB | 64/149 kB | 43 kB Progress (5): 286/638 kB | 294/502 kB | 76/77 kB | 68/149 kB | 43 kB Progress (5): 286/638 kB | 295/502 kB | 76/77 kB | 68/149 kB | 43 kB Progress (5): 290/638 kB | 295/502 kB | 76/77 kB | 68/149 kB | 43 kB Progress (5): 290/638 kB | 295/502 kB | 77 kB | 68/149 kB | 43 kB Progress (5): 294/638 kB | 295/502 kB | 77 kB | 68/149 kB | 43 kB Progress (5): 294/638 kB | 299/502 kB | 77 kB | 68/149 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 742 kB/s) Progress (4): 294/638 kB | 299/502 kB | 77 kB | 72/149 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar Progress (4): 294/638 kB | 303/502 kB | 77 kB | 72/149 kB Progress (4): 295/638 kB | 303/502 kB | 77 kB | 72/149 kB Progress (4): 295/638 kB | 307/502 kB | 77 kB | 72/149 kB Progress (4): 295/638 kB | 307/502 kB | 77 kB | 76/149 kB Progress (4): 295/638 kB | 311/502 kB | 77 kB | 76/149 kB Progress (4): 299/638 kB | 311/502 kB | 77 kB | 76/149 kB Progress (4): 299/638 kB | 315/502 kB | 77 kB | 76/149 kB Progress (4): 299/638 kB | 315/502 kB | 77 kB | 80/149 kB Progress (4): 299/638 kB | 319/502 kB | 77 kB | 80/149 kB Progress (4): 303/638 kB | 319/502 kB | 77 kB | 80/149 kB Progress (4): 303/638 kB | 323/502 kB | 77 kB | 80/149 kB Progress (4): 303/638 kB | 323/502 kB | 77 kB | 84/149 kB Progress (4): 303/638 kB | 327/502 kB | 77 kB | 84/149 kB Progress (4): 307/638 kB | 327/502 kB | 77 kB | 84/149 kB Progress (4): 307/638 kB | 328/502 kB | 77 kB | 84/149 kB Progress (4): 307/638 kB | 328/502 kB | 77 kB | 88/149 kB Progress (4): 307/638 kB | 332/502 kB | 77 kB | 88/149 kB Progress (4): 311/638 kB | 332/502 kB | 77 kB | 88/149 kB Progress (4): 311/638 kB | 336/502 kB | 77 kB | 88/149 kB Progress (4): 311/638 kB | 336/502 kB | 77 kB | 92/149 kB Progress (4): 311/638 kB | 340/502 kB | 77 kB | 92/149 kB Progress (4): 315/638 kB | 340/502 kB | 77 kB | 92/149 kB Progress (4): 315/638 kB | 344/502 kB | 77 kB | 92/149 kB Progress (4): 315/638 kB | 344/502 kB | 77 kB | 96/149 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (77 kB at 1.2 MB/s) Progress (3): 315/638 kB | 344/502 kB | 100/149 kB Progress (3): 315/638 kB | 348/502 kB | 100/149 kB Progress (3): 319/638 kB | 348/502 kB | 100/149 kB Progress (3): 319/638 kB | 352/502 kB | 100/149 kB Progress (3): 319/638 kB | 352/502 kB | 104/149 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar Progress (3): 319/638 kB | 352/502 kB | 108/149 kB Progress (3): 319/638 kB | 356/502 kB | 108/149 kB Progress (3): 323/638 kB | 356/502 kB | 108/149 kB Progress (3): 323/638 kB | 360/502 kB | 108/149 kB Progress (3): 323/638 kB | 360/502 kB | 112/149 kB Progress (3): 323/638 kB | 360/502 kB | 112/149 kB Progress (3): 327/638 kB | 360/502 kB | 112/149 kB Progress (3): 327/638 kB | 365/502 kB | 112/149 kB Progress (3): 327/638 kB | 365/502 kB | 116/149 kB Progress (3): 327/638 kB | 368/502 kB | 116/149 kB Progress (3): 328/638 kB | 368/502 kB | 116/149 kB Progress (3): 328/638 kB | 373/502 kB | 116/149 kB Progress (3): 328/638 kB | 373/502 kB | 120/149 kB Progress (3): 328/638 kB | 376/502 kB | 120/149 kB Progress (3): 332/638 kB | 376/502 kB | 120/149 kB Progress (3): 332/638 kB | 381/502 kB | 120/149 kB Progress (3): 332/638 kB | 381/502 kB | 124/149 kB Progress (3): 332/638 kB | 384/502 kB | 124/149 kB Progress (3): 336/638 kB | 384/502 kB | 124/149 kB Progress (3): 336/638 kB | 389/502 kB | 124/149 kB Progress (3): 336/638 kB | 389/502 kB | 128/149 kB Progress (3): 336/638 kB | 392/502 kB | 128/149 kB Progress (3): 340/638 kB | 392/502 kB | 128/149 kB Progress (3): 340/638 kB | 393/502 kB | 128/149 kB Progress (3): 340/638 kB | 393/502 kB | 132/149 kB Progress (4): 340/638 kB | 393/502 kB | 132/149 kB | 4.1/15 kB Progress (4): 340/638 kB | 393/502 kB | 136/149 kB | 4.1/15 kB Progress (4): 340/638 kB | 397/502 kB | 136/149 kB | 4.1/15 kB Progress (4): 344/638 kB | 397/502 kB | 136/149 kB | 4.1/15 kB Progress (4): 344/638 kB | 401/502 kB | 136/149 kB | 4.1/15 kB Progress (4): 344/638 kB | 401/502 kB | 140/149 kB | 4.1/15 kB Progress (4): 344/638 kB | 401/502 kB | 140/149 kB | 7.7/15 kB Progress (4): 344/638 kB | 401/502 kB | 144/149 kB | 7.7/15 kB Progress (4): 344/638 kB | 405/502 kB | 144/149 kB | 7.7/15 kB Progress (4): 348/638 kB | 405/502 kB | 144/149 kB | 7.7/15 kB Progress (4): 348/638 kB | 409/502 kB | 144/149 kB | 7.7/15 kB Progress (4): 348/638 kB | 409/502 kB | 148/149 kB | 7.7/15 kB Progress (4): 348/638 kB | 409/502 kB | 148/149 kB | 12/15 kB Progress (4): 348/638 kB | 409/502 kB | 149 kB | 12/15 kB Progress (4): 348/638 kB | 413/502 kB | 149 kB | 12/15 kB Progress (4): 352/638 kB | 413/502 kB | 149 kB | 12/15 kB Progress (4): 352/638 kB | 417/502 kB | 149 kB | 12/15 kB Progress (5): 352/638 kB | 417/502 kB | 149 kB | 12/15 kB | 4.1/27 kB Progress (5): 352/638 kB | 417/502 kB | 149 kB | 15 kB | 4.1/27 kB Progress (5): 352/638 kB | 417/502 kB | 149 kB | 15 kB | 7.7/27 kB Progress (5): 352/638 kB | 421/502 kB | 149 kB | 15 kB | 7.7/27 kB Progress (5): 356/638 kB | 421/502 kB | 149 kB | 15 kB | 7.7/27 kB Progress (5): 356/638 kB | 425/502 kB | 149 kB | 15 kB | 7.7/27 kB Progress (5): 356/638 kB | 425/502 kB | 149 kB | 15 kB | 12/27 kB Progress (5): 356/638 kB | 426/502 kB | 149 kB | 15 kB | 12/27 kB Progress (5): 360/638 kB | 426/502 kB | 149 kB | 15 kB | 12/27 kB Progress (5): 360/638 kB | 430/502 kB | 149 kB | 15 kB | 12/27 kB Progress (5): 360/638 kB | 430/502 kB | 149 kB | 15 kB | 16/27 kB Progress (5): 360/638 kB | 434/502 kB | 149 kB | 15 kB | 16/27 kB Progress (5): 360/638 kB | 434/502 kB | 149 kB | 15 kB | 16/27 kB Progress (5): 360/638 kB | 438/502 kB | 149 kB | 15 kB | 16/27 kB Progress (5): 360/638 kB | 438/502 kB | 149 kB | 15 kB | 20/27 kB Progress (5): 360/638 kB | 442/502 kB | 149 kB | 15 kB | 20/27 kB Progress (5): 365/638 kB | 442/502 kB | 149 kB | 15 kB | 20/27 kB Progress (5): 365/638 kB | 446/502 kB | 149 kB | 15 kB | 20/27 kB Progress (5): 365/638 kB | 446/502 kB | 149 kB | 15 kB | 24/27 kB Progress (5): 365/638 kB | 450/502 kB | 149 kB | 15 kB | 24/27 kB Progress (5): 368/638 kB | 450/502 kB | 149 kB | 15 kB | 24/27 kB Progress (5): 368/638 kB | 454/502 kB | 149 kB | 15 kB | 24/27 kB Progress (5): 368/638 kB | 454/502 kB | 149 kB | 15 kB | 27 kB Progress (5): 368/638 kB | 458/502 kB | 149 kB | 15 kB | 27 kB Progress (5): 373/638 kB | 458/502 kB | 149 kB | 15 kB | 27 kB Progress (5): 373/638 kB | 462/502 kB | 149 kB | 15 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-loader-tools/2.1.9.RELEASE/spring-boot-loader-tools-2.1.9.RELEASE.jar (149 kB at 1.9 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 186 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar Progress (3): 373/638 kB | 466/502 kB | 27 kB Progress (3): 376/638 kB | 466/502 kB | 27 kB Progress (3): 376/638 kB | 470/502 kB | 27 kB Progress (3): 381/638 kB | 470/502 kB | 27 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar Progress (3): 384/638 kB | 470/502 kB | 27 kB Progress (3): 384/638 kB | 474/502 kB | 27 kB Progress (3): 389/638 kB | 474/502 kB | 27 kB Progress (3): 389/638 kB | 478/502 kB | 27 kB Progress (3): 392/638 kB | 478/502 kB | 27 kB Progress (3): 392/638 kB | 482/502 kB | 27 kB Progress (3): 393/638 kB | 482/502 kB | 27 kB Progress (3): 393/638 kB | 486/502 kB | 27 kB Progress (3): 397/638 kB | 486/502 kB | 27 kB Progress (3): 397/638 kB | 490/502 kB | 27 kB Progress (3): 401/638 kB | 490/502 kB | 27 kB Progress (3): 401/638 kB | 494/502 kB | 27 kB Progress (3): 405/638 kB | 494/502 kB | 27 kB Progress (3): 405/638 kB | 498/502 kB | 27 kB Progress (3): 409/638 kB | 498/502 kB | 27 kB Progress (3): 409/638 kB | 502 kB | 27 kB Progress (3): 413/638 kB | 502 kB | 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 321 kB/s) Progress (2): 417/638 kB | 502 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar Progress (2): 421/638 kB | 502 kB Progress (2): 425/638 kB | 502 kB Progress (2): 426/638 kB | 502 kB Progress (2): 430/638 kB | 502 kB Progress (2): 434/638 kB | 502 kB Progress (2): 438/638 kB | 502 kB Progress (2): 442/638 kB | 502 kB Progress (2): 446/638 kB | 502 kB Progress (2): 450/638 kB | 502 kB Progress (2): 454/638 kB | 502 kB Progress (2): 458/638 kB | 502 kB Progress (2): 459/638 kB | 502 kB Progress (2): 463/638 kB | 502 kB Progress (2): 467/638 kB | 502 kB Progress (2): 471/638 kB | 502 kB Progress (2): 475/638 kB | 502 kB Progress (2): 479/638 kB | 502 kB Progress (2): 483/638 kB | 502 kB Progress (2): 487/638 kB | 502 kB Progress (2): 491/638 kB | 502 kB Progress (2): 492/638 kB | 502 kB Progress (2): 496/638 kB | 502 kB Progress (2): 500/638 kB | 502 kB Progress (2): 504/638 kB | 502 kB Progress (2): 508/638 kB | 502 kB Progress (2): 512/638 kB | 502 kB Progress (2): 516/638 kB | 502 kB Progress (2): 520/638 kB | 502 kB Progress (2): 524/638 kB | 502 kB Progress (2): 524/638 kB | 502 kB Progress (2): 528/638 kB | 502 kB Progress (2): 532/638 kB | 502 kB Progress (2): 536/638 kB | 502 kB Progress (2): 540/638 kB | 502 kB Progress (2): 544/638 kB | 502 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 5.5 MB/s) Progress (1): 548/638 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar Progress (1): 552/638 kB Progress (1): 556/638 kB Progress (1): 557/638 kB Progress (1): 561/638 kB Progress (1): 565/638 kB Progress (1): 569/638 kB Progress (1): 573/638 kB Progress (1): 577/638 kB Progress (1): 581/638 kB Progress (2): 581/638 kB | 4.1/67 kB Progress (2): 585/638 kB | 4.1/67 kB Progress (2): 585/638 kB | 7.7/67 kB Progress (2): 589/638 kB | 7.7/67 kB Progress (2): 589/638 kB | 12/67 kB Progress (2): 590/638 kB | 12/67 kB Progress (2): 590/638 kB | 16/67 kB Progress (2): 594/638 kB | 16/67 kB Progress (2): 598/638 kB | 16/67 kB Progress (2): 602/638 kB | 16/67 kB Progress (2): 606/638 kB | 16/67 kB Progress (2): 606/638 kB | 20/67 kB Progress (2): 610/638 kB | 20/67 kB Progress (2): 610/638 kB | 24/67 kB Progress (2): 614/638 kB | 24/67 kB Progress (3): 614/638 kB | 24/67 kB | 4.1/177 kB Progress (3): 618/638 kB | 24/67 kB | 4.1/177 kB Progress (3): 618/638 kB | 28/67 kB | 4.1/177 kB Progress (3): 622/638 kB | 28/67 kB | 4.1/177 kB Progress (3): 622/638 kB | 28/67 kB | 7.7/177 kB Progress (3): 626/638 kB | 28/67 kB | 7.7/177 kB Progress (3): 626/638 kB | 28/67 kB | 12/177 kB Progress (3): 626/638 kB | 32/67 kB | 12/177 kB Progress (3): 626/638 kB | 32/67 kB | 16/177 kB Progress (3): 630/638 kB | 32/67 kB | 16/177 kB Progress (4): 630/638 kB | 32/67 kB | 16/177 kB | 4.1/31 kB Progress (4): 630/638 kB | 32/67 kB | 20/177 kB | 4.1/31 kB Progress (4): 630/638 kB | 33/67 kB | 20/177 kB | 4.1/31 kB Progress (4): 630/638 kB | 33/67 kB | 24/177 kB | 4.1/31 kB Progress (4): 630/638 kB | 33/67 kB | 24/177 kB | 7.7/31 kB Progress (4): 634/638 kB | 33/67 kB | 24/177 kB | 7.7/31 kB Progress (4): 634/638 kB | 33/67 kB | 24/177 kB | 12/31 kB Progress (4): 634/638 kB | 33/67 kB | 28/177 kB | 12/31 kB Progress (4): 634/638 kB | 37/67 kB | 28/177 kB | 12/31 kB Progress (4): 634/638 kB | 37/67 kB | 32/177 kB | 12/31 kB Progress (4): 634/638 kB | 37/67 kB | 32/177 kB | 16/31 kB Progress (4): 638/638 kB | 37/67 kB | 32/177 kB | 16/31 kB Progress (4): 638/638 kB | 37/67 kB | 32/177 kB | 20/31 kB Progress (4): 638/638 kB | 37/67 kB | 33/177 kB | 20/31 kB Progress (4): 638/638 kB | 41/67 kB | 33/177 kB | 20/31 kB Progress (4): 638/638 kB | 41/67 kB | 37/177 kB | 20/31 kB Progress (4): 638/638 kB | 41/67 kB | 37/177 kB | 24/31 kB Progress (4): 638 kB | 41/67 kB | 37/177 kB | 24/31 kB Progress (4): 638 kB | 41/67 kB | 37/177 kB | 28/31 kB Progress (4): 638 kB | 41/67 kB | 41/177 kB | 28/31 kB Progress (4): 638 kB | 45/67 kB | 41/177 kB | 28/31 kB Progress (4): 638 kB | 45/67 kB | 45/177 kB | 28/31 kB Progress (4): 638 kB | 45/67 kB | 45/177 kB | 31 kB Progress (4): 638 kB | 45/67 kB | 49/177 kB | 31 kB Progress (4): 638 kB | 49/67 kB | 49/177 kB | 31 kB Progress (4): 638 kB | 49/67 kB | 53/177 kB | 31 kB Progress (4): 638 kB | 53/67 kB | 53/177 kB | 31 kB Progress (4): 638 kB | 53/67 kB | 57/177 kB | 31 kB Progress (4): 638 kB | 57/67 kB | 57/177 kB | 31 kB Progress (4): 638 kB | 57/67 kB | 61/177 kB | 31 kB Progress (4): 638 kB | 61/67 kB | 61/177 kB | 31 kB Progress (4): 638 kB | 61/67 kB | 65/177 kB | 31 kB Progress (4): 638 kB | 65/67 kB | 65/177 kB | 31 kB Progress (4): 638 kB | 65/67 kB | 66/177 kB | 31 kB Progress (4): 638 kB | 67 kB | 66/177 kB | 31 kB Progress (5): 638 kB | 67 kB | 66/177 kB | 31 kB | 4.1/173 kB Progress (5): 638 kB | 67 kB | 66/177 kB | 31 kB | 7.7/173 kB Progress (5): 638 kB | 67 kB | 66/177 kB | 31 kB | 12/173 kB Progress (5): 638 kB | 67 kB | 70/177 kB | 31 kB | 12/173 kB Progress (5): 638 kB | 67 kB | 70/177 kB | 31 kB | 16/173 kB Progress (5): 638 kB | 67 kB | 74/177 kB | 31 kB | 16/173 kB Progress (5): 638 kB | 67 kB | 74/177 kB | 31 kB | 20/173 kB Progress (5): 638 kB | 67 kB | 78/177 kB | 31 kB | 20/173 kB Progress (5): 638 kB | 67 kB | 78/177 kB | 31 kB | 24/173 kB Progress (5): 638 kB | 67 kB | 82/177 kB | 31 kB | 24/173 kB Progress (5): 638 kB | 67 kB | 82/177 kB | 31 kB | 28/173 kB Progress (5): 638 kB | 67 kB | 86/177 kB | 31 kB | 28/173 kB Progress (5): 638 kB | 67 kB | 86/177 kB | 31 kB | 32/173 kB Progress (5): 638 kB | 67 kB | 90/177 kB | 31 kB | 32/173 kB Progress (5): 638 kB | 67 kB | 90/177 kB | 31 kB | 33/173 kB Progress (5): 638 kB | 67 kB | 94/177 kB | 31 kB | 33/173 kB Progress (5): 638 kB | 67 kB | 94/177 kB | 31 kB | 37/173 kB Progress (5): 638 kB | 67 kB | 98/177 kB | 31 kB | 37/173 kB Progress (5): 638 kB | 67 kB | 98/177 kB | 31 kB | 41/173 kB Progress (5): 638 kB | 67 kB | 102/177 kB | 31 kB | 41/173 kB Progress (5): 638 kB | 67 kB | 102/177 kB | 31 kB | 45/173 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 6.1 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 290 kB/s) Progress (3): 67 kB | 102/177 kB | 49/173 kB Progress (3): 67 kB | 106/177 kB | 49/173 kB Progress (3): 67 kB | 106/177 kB | 53/173 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar Progress (3): 67 kB | 106/177 kB | 57/173 kB Progress (3): 67 kB | 110/177 kB | 57/173 kB Progress (3): 67 kB | 110/177 kB | 61/173 kB Progress (3): 67 kB | 114/177 kB | 61/173 kB Progress (3): 67 kB | 114/177 kB | 65/173 kB Progress (3): 67 kB | 118/177 kB | 65/173 kB Progress (3): 67 kB | 118/177 kB | 66/173 kB Progress (3): 67 kB | 122/177 kB | 66/173 kB Progress (3): 67 kB | 122/177 kB | 70/173 kB Progress (3): 67 kB | 126/177 kB | 70/173 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 613 kB/s) Progress (2): 130/177 kB | 70/173 kB Progress (2): 130/177 kB | 74/173 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar Progress (2): 130/177 kB | 78/173 kB Progress (2): 134/177 kB | 78/173 kB Progress (2): 134/177 kB | 82/173 kB Progress (2): 138/177 kB | 82/173 kB Progress (2): 138/177 kB | 86/173 kB Progress (2): 142/177 kB | 86/173 kB Progress (2): 142/177 kB | 90/173 kB Progress (2): 146/177 kB | 90/173 kB Progress (2): 146/177 kB | 94/173 kB Progress (2): 150/177 kB | 94/173 kB Progress (2): 150/177 kB | 98/173 kB Progress (2): 154/177 kB | 98/173 kB Progress (2): 154/177 kB | 98/173 kB Progress (2): 158/177 kB | 98/173 kB Progress (2): 158/177 kB | 102/173 kB Progress (2): 162/177 kB | 102/173 kB Progress (2): 162/177 kB | 106/173 kB Progress (2): 166/177 kB | 106/173 kB Progress (2): 166/177 kB | 110/173 kB Progress (2): 170/177 kB | 110/173 kB Progress (2): 170/177 kB | 114/173 kB Progress (2): 174/177 kB | 114/173 kB Progress (2): 177 kB | 114/173 kB Progress (2): 177 kB | 118/173 kB Progress (2): 177 kB | 122/173 kB Progress (3): 177 kB | 122/173 kB | 4.1/147 kB Progress (3): 177 kB | 126/173 kB | 4.1/147 kB Progress (3): 177 kB | 126/173 kB | 7.7/147 kB Progress (3): 177 kB | 130/173 kB | 7.7/147 kB Progress (3): 177 kB | 130/173 kB | 12/147 kB Progress (3): 177 kB | 131/173 kB | 12/147 kB Progress (3): 177 kB | 131/173 kB | 16/147 kB Progress (3): 177 kB | 135/173 kB | 16/147 kB Progress (3): 177 kB | 135/173 kB | 20/147 kB Progress (3): 177 kB | 139/173 kB | 20/147 kB Progress (3): 177 kB | 139/173 kB | 24/147 kB Progress (3): 177 kB | 143/173 kB | 24/147 kB Progress (3): 177 kB | 143/173 kB | 28/147 kB Progress (3): 177 kB | 147/173 kB | 28/147 kB Progress (3): 177 kB | 147/173 kB | 32/147 kB Progress (3): 177 kB | 151/173 kB | 32/147 kB Progress (3): 177 kB | 155/173 kB | 32/147 kB Progress (3): 177 kB | 155/173 kB | 36/147 kB Progress (3): 177 kB | 159/173 kB | 36/147 kB Progress (3): 177 kB | 159/173 kB | 40/147 kB Progress (3): 177 kB | 163/173 kB | 40/147 kB Progress (3): 177 kB | 163/173 kB | 44/147 kB Progress (3): 177 kB | 167/173 kB | 44/147 kB Progress (3): 177 kB | 167/173 kB | 48/147 kB Progress (3): 177 kB | 171/173 kB | 48/147 kB Progress (3): 177 kB | 171/173 kB | 52/147 kB Progress (3): 177 kB | 173 kB | 52/147 kB Progress (3): 177 kB | 173 kB | 56/147 kB Progress (3): 177 kB | 173 kB | 60/147 kB Progress (3): 177 kB | 173 kB | 64/147 kB Progress (3): 177 kB | 173 kB | 68/147 kB Progress (3): 177 kB | 173 kB | 72/147 kB Progress (3): 177 kB | 173 kB | 76/147 kB Progress (3): 177 kB | 173 kB | 80/147 kB Progress (3): 177 kB | 173 kB | 84/147 kB Progress (3): 177 kB | 173 kB | 88/147 kB Progress (3): 177 kB | 173 kB | 92/147 kB Progress (3): 177 kB | 173 kB | 96/147 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 1.5 MB/s) Progress (2): 173 kB | 100/147 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar Progress (3): 173 kB | 100/147 kB | 4.1/136 kB Progress (3): 173 kB | 104/147 kB | 4.1/136 kB Progress (3): 173 kB | 104/147 kB | 7.7/136 kB Progress (3): 173 kB | 108/147 kB | 7.7/136 kB Progress (3): 173 kB | 108/147 kB | 12/136 kB Progress (3): 173 kB | 112/147 kB | 12/136 kB Progress (3): 173 kB | 112/147 kB | 16/136 kB Progress (3): 173 kB | 116/147 kB | 16/136 kB Progress (3): 173 kB | 116/147 kB | 20/136 kB Progress (3): 173 kB | 120/147 kB | 20/136 kB Progress (3): 173 kB | 120/147 kB | 24/136 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar Progress (2): 120/147 kB | 28/136 kB Progress (2): 124/147 kB | 28/136 kB Progress (2): 124/147 kB | 32/136 kB Progress (2): 128/147 kB | 32/136 kB Progress (2): 128/147 kB | 36/136 kB Progress (2): 128/147 kB | 40/136 kB Progress (2): 132/147 kB | 40/136 kB Progress (2): 132/147 kB | 44/136 kB Progress (2): 136/147 kB | 44/136 kB Progress (2): 136/147 kB | 48/136 kB Progress (2): 140/147 kB | 48/136 kB Progress (2): 140/147 kB | 52/136 kB Progress (2): 144/147 kB | 52/136 kB Progress (3): 144/147 kB | 52/136 kB | 4.1/205 kB Progress (3): 147 kB | 52/136 kB | 4.1/205 kB Progress (3): 147 kB | 56/136 kB | 4.1/205 kB Progress (3): 147 kB | 56/136 kB | 7.7/205 kB Progress (3): 147 kB | 60/136 kB | 7.7/205 kB Progress (3): 147 kB | 60/136 kB | 12/205 kB Progress (3): 147 kB | 64/136 kB | 12/205 kB Progress (3): 147 kB | 64/136 kB | 16/205 kB Progress (3): 147 kB | 68/136 kB | 16/205 kB Progress (3): 147 kB | 68/136 kB | 20/205 kB Progress (3): 147 kB | 72/136 kB | 20/205 kB Progress (3): 147 kB | 72/136 kB | 24/205 kB Progress (3): 147 kB | 76/136 kB | 24/205 kB Progress (3): 147 kB | 76/136 kB | 28/205 kB Progress (3): 147 kB | 80/136 kB | 28/205 kB Progress (3): 147 kB | 80/136 kB | 32/205 kB Progress (3): 147 kB | 84/136 kB | 32/205 kB Progress (3): 147 kB | 84/136 kB | 33/205 kB Progress (3): 147 kB | 88/136 kB | 33/205 kB Progress (3): 147 kB | 88/136 kB | 37/205 kB Progress (3): 147 kB | 92/136 kB | 37/205 kB Progress (3): 147 kB | 92/136 kB | 41/205 kB Progress (3): 147 kB | 96/136 kB | 41/205 kB Progress (3): 147 kB | 96/136 kB | 45/205 kB Progress (3): 147 kB | 100/136 kB | 45/205 kB Progress (3): 147 kB | 100/136 kB | 49/205 kB Progress (3): 147 kB | 104/136 kB | 49/205 kB Progress (3): 147 kB | 104/136 kB | 53/205 kB Progress (3): 147 kB | 108/136 kB | 53/205 kB Progress (3): 147 kB | 108/136 kB | 57/205 kB Progress (3): 147 kB | 112/136 kB | 57/205 kB Progress (3): 147 kB | 112/136 kB | 61/205 kB Progress (3): 147 kB | 116/136 kB | 61/205 kB Progress (3): 147 kB | 116/136 kB | 65/205 kB Progress (3): 147 kB | 120/136 kB | 65/205 kB Progress (3): 147 kB | 120/136 kB | 69/205 kB Progress (3): 147 kB | 124/136 kB | 69/205 kB Progress (3): 147 kB | 124/136 kB | 73/205 kB Progress (3): 147 kB | 128/136 kB | 73/205 kB Progress (3): 147 kB | 128/136 kB | 77/205 kB Progress (3): 147 kB | 132/136 kB | 77/205 kB Progress (3): 147 kB | 132/136 kB | 81/205 kB Progress (4): 147 kB | 132/136 kB | 81/205 kB | 4.1/378 kB Progress (4): 147 kB | 136/136 kB | 81/205 kB | 4.1/378 kB Progress (4): 147 kB | 136/136 kB | 81/205 kB | 7.7/378 kB Progress (4): 147 kB | 136/136 kB | 85/205 kB | 7.7/378 kB Progress (4): 147 kB | 136/136 kB | 85/205 kB | 12/378 kB Progress (4): 147 kB | 136 kB | 85/205 kB | 12/378 kB Progress (4): 147 kB | 136 kB | 85/205 kB | 16/378 kB Progress (4): 147 kB | 136 kB | 89/205 kB | 16/378 kB Progress (4): 147 kB | 136 kB | 89/205 kB | 20/378 kB Progress (4): 147 kB | 136 kB | 93/205 kB | 20/378 kB Progress (4): 147 kB | 136 kB | 93/205 kB | 24/378 kB Progress (4): 147 kB | 136 kB | 97/205 kB | 24/378 kB Progress (4): 147 kB | 136 kB | 97/205 kB | 28/378 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 1.1 MB/s) Progress (3): 136 kB | 97/205 kB | 32/378 kB Progress (3): 136 kB | 101/205 kB | 32/378 kB Progress (4): 136 kB | 101/205 kB | 32/378 kB | 4.1/424 kB Progress (4): 136 kB | 101/205 kB | 36/378 kB | 4.1/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar Progress (4): 136 kB | 101/205 kB | 40/378 kB | 4.1/424 kB Progress (4): 136 kB | 101/205 kB | 40/378 kB | 7.7/424 kB Progress (4): 136 kB | 105/205 kB | 40/378 kB | 7.7/424 kB Progress (4): 136 kB | 105/205 kB | 40/378 kB | 12/424 kB Progress (4): 136 kB | 105/205 kB | 44/378 kB | 12/424 kB Progress (4): 136 kB | 105/205 kB | 44/378 kB | 16/424 kB Progress (4): 136 kB | 109/205 kB | 44/378 kB | 16/424 kB Progress (4): 136 kB | 109/205 kB | 44/378 kB | 20/424 kB Progress (4): 136 kB | 109/205 kB | 48/378 kB | 20/424 kB Progress (4): 136 kB | 109/205 kB | 48/378 kB | 24/424 kB Progress (4): 136 kB | 109/205 kB | 52/378 kB | 24/424 kB Progress (4): 136 kB | 113/205 kB | 52/378 kB | 24/424 kB Progress (4): 136 kB | 113/205 kB | 56/378 kB | 24/424 kB Progress (4): 136 kB | 113/205 kB | 56/378 kB | 28/424 kB Progress (4): 136 kB | 113/205 kB | 60/378 kB | 28/424 kB Progress (4): 136 kB | 117/205 kB | 60/378 kB | 28/424 kB Progress (4): 136 kB | 117/205 kB | 64/378 kB | 28/424 kB Progress (4): 136 kB | 117/205 kB | 64/378 kB | 32/424 kB Progress (4): 136 kB | 117/205 kB | 68/378 kB | 32/424 kB Progress (4): 136 kB | 121/205 kB | 68/378 kB | 32/424 kB Progress (4): 136 kB | 121/205 kB | 72/378 kB | 32/424 kB Progress (4): 136 kB | 121/205 kB | 72/378 kB | 33/424 kB Progress (4): 136 kB | 121/205 kB | 76/378 kB | 33/424 kB Progress (4): 136 kB | 125/205 kB | 76/378 kB | 33/424 kB Progress (4): 136 kB | 125/205 kB | 80/378 kB | 33/424 kB Progress (4): 136 kB | 125/205 kB | 80/378 kB | 37/424 kB Progress (4): 136 kB | 125/205 kB | 84/378 kB | 37/424 kB Progress (4): 136 kB | 125/205 kB | 84/378 kB | 41/424 kB Progress (4): 136 kB | 129/205 kB | 84/378 kB | 41/424 kB Progress (4): 136 kB | 129/205 kB | 84/378 kB | 45/424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 927 kB/s) Progress (3): 129/205 kB | 88/378 kB | 45/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar Progress (3): 129/205 kB | 88/378 kB | 49/424 kB Progress (3): 133/205 kB | 88/378 kB | 49/424 kB Progress (3): 133/205 kB | 88/378 kB | 53/424 kB Progress (3): 133/205 kB | 92/378 kB | 53/424 kB Progress (4): 133/205 kB | 92/378 kB | 53/424 kB | 4.1/53 kB Progress (4): 133/205 kB | 96/378 kB | 53/424 kB | 4.1/53 kB Progress (4): 133/205 kB | 96/378 kB | 57/424 kB | 4.1/53 kB Progress (4): 137/205 kB | 96/378 kB | 57/424 kB | 4.1/53 kB Progress (4): 137/205 kB | 96/378 kB | 61/424 kB | 4.1/53 kB Progress (4): 137/205 kB | 100/378 kB | 61/424 kB | 4.1/53 kB Progress (4): 137/205 kB | 100/378 kB | 61/424 kB | 7.7/53 kB Progress (4): 137/205 kB | 104/378 kB | 61/424 kB | 7.7/53 kB Progress (4): 137/205 kB | 104/378 kB | 65/424 kB | 7.7/53 kB Progress (4): 141/205 kB | 104/378 kB | 65/424 kB | 7.7/53 kB Progress (4): 141/205 kB | 104/378 kB | 69/424 kB | 7.7/53 kB Progress (4): 141/205 kB | 108/378 kB | 69/424 kB | 7.7/53 kB Progress (4): 141/205 kB | 108/378 kB | 69/424 kB | 12/53 kB Progress (4): 141/205 kB | 112/378 kB | 69/424 kB | 12/53 kB Progress (4): 141/205 kB | 112/378 kB | 73/424 kB | 12/53 kB Progress (4): 145/205 kB | 112/378 kB | 73/424 kB | 12/53 kB Progress (4): 145/205 kB | 112/378 kB | 77/424 kB | 12/53 kB Progress (4): 145/205 kB | 116/378 kB | 77/424 kB | 12/53 kB Progress (4): 145/205 kB | 116/378 kB | 77/424 kB | 16/53 kB Progress (4): 145/205 kB | 120/378 kB | 77/424 kB | 16/53 kB Progress (4): 145/205 kB | 120/378 kB | 81/424 kB | 16/53 kB Progress (4): 149/205 kB | 120/378 kB | 81/424 kB | 16/53 kB Progress (4): 149/205 kB | 120/378 kB | 85/424 kB | 16/53 kB Progress (4): 149/205 kB | 124/378 kB | 85/424 kB | 16/53 kB Progress (4): 149/205 kB | 124/378 kB | 85/424 kB | 20/53 kB Progress (4): 149/205 kB | 128/378 kB | 85/424 kB | 20/53 kB Progress (4): 149/205 kB | 128/378 kB | 89/424 kB | 20/53 kB Progress (4): 153/205 kB | 128/378 kB | 89/424 kB | 20/53 kB Progress (4): 153/205 kB | 128/378 kB | 93/424 kB | 20/53 kB Progress (5): 153/205 kB | 128/378 kB | 93/424 kB | 20/53 kB | 4.1/164 kB Progress (5): 153/205 kB | 132/378 kB | 93/424 kB | 20/53 kB | 4.1/164 kB Progress (5): 153/205 kB | 132/378 kB | 93/424 kB | 24/53 kB | 4.1/164 kB Progress (5): 153/205 kB | 136/378 kB | 93/424 kB | 24/53 kB | 4.1/164 kB Progress (5): 153/205 kB | 136/378 kB | 93/424 kB | 24/53 kB | 7.7/164 kB Progress (5): 153/205 kB | 136/378 kB | 97/424 kB | 24/53 kB | 7.7/164 kB Progress (5): 157/205 kB | 136/378 kB | 97/424 kB | 24/53 kB | 7.7/164 kB Progress (5): 157/205 kB | 136/378 kB | 101/424 kB | 24/53 kB | 7.7/164 kB Progress (5): 157/205 kB | 136/378 kB | 101/424 kB | 24/53 kB | 12/164 kB Progress (5): 157/205 kB | 140/378 kB | 101/424 kB | 24/53 kB | 12/164 kB Progress (5): 157/205 kB | 140/378 kB | 101/424 kB | 28/53 kB | 12/164 kB Progress (5): 157/205 kB | 144/378 kB | 101/424 kB | 28/53 kB | 12/164 kB Progress (5): 157/205 kB | 144/378 kB | 101/424 kB | 28/53 kB | 16/164 kB Progress (5): 157/205 kB | 144/378 kB | 105/424 kB | 28/53 kB | 16/164 kB Progress (5): 161/205 kB | 144/378 kB | 105/424 kB | 28/53 kB | 16/164 kB Progress (5): 161/205 kB | 144/378 kB | 109/424 kB | 28/53 kB | 16/164 kB Progress (5): 161/205 kB | 144/378 kB | 109/424 kB | 28/53 kB | 20/164 kB Progress (5): 161/205 kB | 148/378 kB | 109/424 kB | 28/53 kB | 20/164 kB Progress (5): 161/205 kB | 148/378 kB | 109/424 kB | 32/53 kB | 20/164 kB Progress (5): 161/205 kB | 152/378 kB | 109/424 kB | 32/53 kB | 20/164 kB Progress (5): 161/205 kB | 152/378 kB | 109/424 kB | 32/53 kB | 24/164 kB Progress (5): 161/205 kB | 152/378 kB | 113/424 kB | 32/53 kB | 24/164 kB Progress (5): 165/205 kB | 152/378 kB | 113/424 kB | 32/53 kB | 24/164 kB Progress (5): 165/205 kB | 152/378 kB | 117/424 kB | 32/53 kB | 24/164 kB Progress (5): 165/205 kB | 152/378 kB | 117/424 kB | 32/53 kB | 28/164 kB Progress (5): 165/205 kB | 156/378 kB | 117/424 kB | 32/53 kB | 28/164 kB Progress (5): 165/205 kB | 156/378 kB | 117/424 kB | 36/53 kB | 28/164 kB Progress (5): 165/205 kB | 160/378 kB | 117/424 kB | 36/53 kB | 28/164 kB Progress (5): 165/205 kB | 160/378 kB | 117/424 kB | 36/53 kB | 32/164 kB Progress (5): 165/205 kB | 160/378 kB | 121/424 kB | 36/53 kB | 32/164 kB Progress (5): 169/205 kB | 160/378 kB | 121/424 kB | 36/53 kB | 32/164 kB Progress (5): 169/205 kB | 160/378 kB | 125/424 kB | 36/53 kB | 32/164 kB Progress (5): 169/205 kB | 160/378 kB | 125/424 kB | 36/53 kB | 33/164 kB Progress (5): 169/205 kB | 164/378 kB | 125/424 kB | 36/53 kB | 33/164 kB Progress (5): 169/205 kB | 164/378 kB | 125/424 kB | 40/53 kB | 33/164 kB Progress (5): 169/205 kB | 168/378 kB | 125/424 kB | 40/53 kB | 33/164 kB Progress (5): 169/205 kB | 168/378 kB | 125/424 kB | 40/53 kB | 37/164 kB Progress (5): 169/205 kB | 168/378 kB | 129/424 kB | 40/53 kB | 37/164 kB Progress (5): 173/205 kB | 168/378 kB | 129/424 kB | 40/53 kB | 37/164 kB Progress (5): 173/205 kB | 168/378 kB | 133/424 kB | 40/53 kB | 37/164 kB Progress (5): 173/205 kB | 168/378 kB | 133/424 kB | 40/53 kB | 41/164 kB Progress (5): 173/205 kB | 172/378 kB | 133/424 kB | 40/53 kB | 41/164 kB Progress (5): 173/205 kB | 172/378 kB | 133/424 kB | 44/53 kB | 41/164 kB Progress (5): 173/205 kB | 176/378 kB | 133/424 kB | 44/53 kB | 41/164 kB Progress (5): 173/205 kB | 176/378 kB | 133/424 kB | 44/53 kB | 45/164 kB Progress (5): 173/205 kB | 176/378 kB | 137/424 kB | 44/53 kB | 45/164 kB Progress (5): 177/205 kB | 176/378 kB | 137/424 kB | 44/53 kB | 45/164 kB Progress (5): 177/205 kB | 176/378 kB | 141/424 kB | 44/53 kB | 45/164 kB Progress (5): 177/205 kB | 176/378 kB | 141/424 kB | 44/53 kB | 49/164 kB Progress (5): 177/205 kB | 180/378 kB | 141/424 kB | 44/53 kB | 49/164 kB Progress (5): 177/205 kB | 180/378 kB | 141/424 kB | 48/53 kB | 49/164 kB Progress (5): 177/205 kB | 184/378 kB | 141/424 kB | 48/53 kB | 49/164 kB Progress (5): 177/205 kB | 184/378 kB | 141/424 kB | 48/53 kB | 53/164 kB Progress (5): 177/205 kB | 184/378 kB | 145/424 kB | 48/53 kB | 53/164 kB Progress (5): 181/205 kB | 184/378 kB | 145/424 kB | 48/53 kB | 53/164 kB Progress (5): 181/205 kB | 184/378 kB | 149/424 kB | 48/53 kB | 53/164 kB Progress (5): 181/205 kB | 184/378 kB | 149/424 kB | 48/53 kB | 57/164 kB Progress (5): 181/205 kB | 188/378 kB | 149/424 kB | 48/53 kB | 57/164 kB Progress (5): 181/205 kB | 188/378 kB | 149/424 kB | 52/53 kB | 57/164 kB Progress (5): 181/205 kB | 192/378 kB | 149/424 kB | 52/53 kB | 57/164 kB Progress (5): 181/205 kB | 192/378 kB | 149/424 kB | 52/53 kB | 61/164 kB Progress (5): 181/205 kB | 192/378 kB | 153/424 kB | 52/53 kB | 61/164 kB Progress (5): 185/205 kB | 192/378 kB | 153/424 kB | 52/53 kB | 61/164 kB Progress (5): 185/205 kB | 192/378 kB | 157/424 kB | 52/53 kB | 61/164 kB Progress (5): 185/205 kB | 192/378 kB | 157/424 kB | 52/53 kB | 65/164 kB Progress (5): 185/205 kB | 196/378 kB | 157/424 kB | 52/53 kB | 65/164 kB Progress (5): 185/205 kB | 196/378 kB | 157/424 kB | 53 kB | 65/164 kB Progress (5): 185/205 kB | 200/378 kB | 157/424 kB | 53 kB | 65/164 kB Progress (5): 185/205 kB | 200/378 kB | 157/424 kB | 53 kB | 66/164 kB Progress (5): 185/205 kB | 200/378 kB | 161/424 kB | 53 kB | 66/164 kB Progress (5): 189/205 kB | 200/378 kB | 161/424 kB | 53 kB | 66/164 kB Progress (5): 189/205 kB | 200/378 kB | 165/424 kB | 53 kB | 66/164 kB Progress (5): 189/205 kB | 200/378 kB | 165/424 kB | 53 kB | 70/164 kB Progress (5): 189/205 kB | 204/378 kB | 165/424 kB | 53 kB | 70/164 kB Progress (5): 189/205 kB | 204/378 kB | 165/424 kB | 53 kB | 74/164 kB Progress (5): 189/205 kB | 204/378 kB | 169/424 kB | 53 kB | 74/164 kB Progress (5): 193/205 kB | 204/378 kB | 169/424 kB | 53 kB | 74/164 kB Progress (5): 193/205 kB | 204/378 kB | 173/424 kB | 53 kB | 74/164 kB Progress (5): 193/205 kB | 204/378 kB | 173/424 kB | 53 kB | 78/164 kB Progress (5): 193/205 kB | 208/378 kB | 173/424 kB | 53 kB | 78/164 kB Progress (5): 193/205 kB | 208/378 kB | 173/424 kB | 53 kB | 82/164 kB Progress (5): 193/205 kB | 208/378 kB | 177/424 kB | 53 kB | 82/164 kB Progress (5): 197/205 kB | 208/378 kB | 177/424 kB | 53 kB | 82/164 kB Progress (5): 197/205 kB | 208/378 kB | 181/424 kB | 53 kB | 82/164 kB Progress (5): 197/205 kB | 208/378 kB | 181/424 kB | 53 kB | 86/164 kB Progress (5): 197/205 kB | 212/378 kB | 181/424 kB | 53 kB | 86/164 kB Progress (5): 197/205 kB | 212/378 kB | 181/424 kB | 53 kB | 90/164 kB Progress (5): 197/205 kB | 212/378 kB | 185/424 kB | 53 kB | 90/164 kB Progress (5): 201/205 kB | 212/378 kB | 185/424 kB | 53 kB | 90/164 kB Progress (5): 201/205 kB | 212/378 kB | 189/424 kB | 53 kB | 90/164 kB Progress (5): 201/205 kB | 212/378 kB | 189/424 kB | 53 kB | 94/164 kB Progress (5): 201/205 kB | 216/378 kB | 189/424 kB | 53 kB | 94/164 kB Progress (5): 201/205 kB | 216/378 kB | 189/424 kB | 53 kB | 98/164 kB Progress (5): 201/205 kB | 216/378 kB | 193/424 kB | 53 kB | 98/164 kB Progress (5): 205/205 kB | 216/378 kB | 193/424 kB | 53 kB | 98/164 kB Progress (5): 205/205 kB | 216/378 kB | 197/424 kB | 53 kB | 98/164 kB Progress (5): 205/205 kB | 216/378 kB | 197/424 kB | 53 kB | 98/164 kB Progress (5): 205/205 kB | 220/378 kB | 197/424 kB | 53 kB | 98/164 kB Progress (5): 205/205 kB | 220/378 kB | 197/424 kB | 53 kB | 102/164 kB Progress (5): 205/205 kB | 220/378 kB | 201/424 kB | 53 kB | 102/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 301 kB/s) Progress (4): 205 kB | 220/378 kB | 201/424 kB | 102/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar Progress (4): 205 kB | 220/378 kB | 205/424 kB | 102/164 kB Progress (4): 205 kB | 220/378 kB | 205/424 kB | 106/164 kB Progress (4): 205 kB | 224/378 kB | 205/424 kB | 106/164 kB Progress (4): 205 kB | 224/378 kB | 205/424 kB | 110/164 kB Progress (4): 205 kB | 228/378 kB | 205/424 kB | 110/164 kB Progress (4): 205 kB | 228/378 kB | 209/424 kB | 110/164 kB Progress (4): 205 kB | 232/378 kB | 209/424 kB | 110/164 kB Progress (4): 205 kB | 232/378 kB | 209/424 kB | 114/164 kB Progress (4): 205 kB | 236/378 kB | 209/424 kB | 114/164 kB Progress (4): 205 kB | 236/378 kB | 213/424 kB | 114/164 kB Progress (4): 205 kB | 240/378 kB | 213/424 kB | 114/164 kB Progress (4): 205 kB | 240/378 kB | 213/424 kB | 118/164 kB Progress (4): 205 kB | 244/378 kB | 213/424 kB | 118/164 kB Progress (4): 205 kB | 244/378 kB | 217/424 kB | 118/164 kB Progress (4): 205 kB | 248/378 kB | 217/424 kB | 118/164 kB Progress (4): 205 kB | 248/378 kB | 217/424 kB | 122/164 kB Progress (4): 205 kB | 252/378 kB | 217/424 kB | 122/164 kB Progress (4): 205 kB | 252/378 kB | 221/424 kB | 122/164 kB Progress (4): 205 kB | 256/378 kB | 221/424 kB | 122/164 kB Progress (4): 205 kB | 256/378 kB | 221/424 kB | 126/164 kB Progress (4): 205 kB | 260/378 kB | 221/424 kB | 126/164 kB Progress (4): 205 kB | 260/378 kB | 225/424 kB | 126/164 kB Progress (4): 205 kB | 264/378 kB | 225/424 kB | 126/164 kB Progress (4): 205 kB | 264/378 kB | 225/424 kB | 130/164 kB Progress (4): 205 kB | 268/378 kB | 225/424 kB | 130/164 kB Progress (4): 205 kB | 268/378 kB | 229/424 kB | 130/164 kB Progress (4): 205 kB | 272/378 kB | 229/424 kB | 130/164 kB Progress (4): 205 kB | 272/378 kB | 229/424 kB | 131/164 kB Progress (4): 205 kB | 276/378 kB | 229/424 kB | 131/164 kB Progress (4): 205 kB | 276/378 kB | 233/424 kB | 131/164 kB Progress (4): 205 kB | 280/378 kB | 233/424 kB | 131/164 kB Progress (4): 205 kB | 280/378 kB | 233/424 kB | 135/164 kB Progress (4): 205 kB | 284/378 kB | 233/424 kB | 135/164 kB Progress (4): 205 kB | 284/378 kB | 237/424 kB | 135/164 kB Progress (4): 205 kB | 288/378 kB | 237/424 kB | 135/164 kB Progress (4): 205 kB | 288/378 kB | 237/424 kB | 139/164 kB Progress (4): 205 kB | 292/378 kB | 237/424 kB | 139/164 kB Progress (4): 205 kB | 292/378 kB | 241/424 kB | 139/164 kB Progress (4): 205 kB | 296/378 kB | 241/424 kB | 139/164 kB Progress (4): 205 kB | 296/378 kB | 241/424 kB | 143/164 kB Progress (4): 205 kB | 300/378 kB | 241/424 kB | 143/164 kB Progress (4): 205 kB | 300/378 kB | 245/424 kB | 143/164 kB Progress (4): 205 kB | 304/378 kB | 245/424 kB | 143/164 kB Progress (4): 205 kB | 304/378 kB | 245/424 kB | 147/164 kB Progress (4): 205 kB | 308/378 kB | 245/424 kB | 147/164 kB Progress (4): 205 kB | 308/378 kB | 249/424 kB | 147/164 kB Progress (4): 205 kB | 312/378 kB | 249/424 kB | 147/164 kB Progress (4): 205 kB | 312/378 kB | 249/424 kB | 151/164 kB Progress (4): 205 kB | 316/378 kB | 249/424 kB | 151/164 kB Progress (4): 205 kB | 316/378 kB | 253/424 kB | 151/164 kB Progress (4): 205 kB | 320/378 kB | 253/424 kB | 151/164 kB Progress (4): 205 kB | 320/378 kB | 253/424 kB | 155/164 kB Progress (4): 205 kB | 324/378 kB | 253/424 kB | 155/164 kB Progress (4): 205 kB | 324/378 kB | 257/424 kB | 155/164 kB Progress (4): 205 kB | 328/378 kB | 257/424 kB | 155/164 kB Progress (4): 205 kB | 328/378 kB | 257/424 kB | 159/164 kB Progress (4): 205 kB | 332/378 kB | 257/424 kB | 159/164 kB Progress (4): 205 kB | 332/378 kB | 261/424 kB | 159/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 1.1 MB/s) Progress (3): 332/378 kB | 265/424 kB | 159/164 kB Progress (3): 336/378 kB | 265/424 kB | 159/164 kB Progress (3): 336/378 kB | 265/424 kB | 163/164 kB Progress (3): 340/378 kB | 265/424 kB | 163/164 kB Progress (3): 340/378 kB | 269/424 kB | 163/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar Progress (3): 340/378 kB | 273/424 kB | 163/164 kB Progress (3): 344/378 kB | 273/424 kB | 163/164 kB Progress (3): 344/378 kB | 273/424 kB | 164 kB Progress (3): 348/378 kB | 273/424 kB | 164 kB Progress (3): 348/378 kB | 277/424 kB | 164 kB Progress (3): 352/378 kB | 277/424 kB | 164 kB Progress (3): 352/378 kB | 281/424 kB | 164 kB Progress (3): 356/378 kB | 281/424 kB | 164 kB Progress (3): 356/378 kB | 285/424 kB | 164 kB Progress (3): 360/378 kB | 285/424 kB | 164 kB Progress (3): 360/378 kB | 289/424 kB | 164 kB Progress (3): 364/378 kB | 289/424 kB | 164 kB Progress (3): 364/378 kB | 293/424 kB | 164 kB Progress (4): 364/378 kB | 293/424 kB | 164 kB | 4.1/47 kB Progress (4): 364/378 kB | 297/424 kB | 164 kB | 4.1/47 kB Progress (4): 368/378 kB | 297/424 kB | 164 kB | 4.1/47 kB Progress (4): 368/378 kB | 301/424 kB | 164 kB | 4.1/47 kB Progress (4): 368/378 kB | 301/424 kB | 164 kB | 7.7/47 kB Progress (4): 368/378 kB | 305/424 kB | 164 kB | 7.7/47 kB Progress (4): 372/378 kB | 305/424 kB | 164 kB | 7.7/47 kB Progress (4): 372/378 kB | 309/424 kB | 164 kB | 7.7/47 kB Progress (4): 372/378 kB | 309/424 kB | 164 kB | 12/47 kB Progress (4): 372/378 kB | 313/424 kB | 164 kB | 12/47 kB Progress (4): 376/378 kB | 313/424 kB | 164 kB | 12/47 kB Progress (4): 376/378 kB | 317/424 kB | 164 kB | 12/47 kB Progress (4): 376/378 kB | 317/424 kB | 164 kB | 16/47 kB Progress (4): 376/378 kB | 321/424 kB | 164 kB | 16/47 kB Progress (4): 378 kB | 321/424 kB | 164 kB | 16/47 kB Progress (4): 378 kB | 325/424 kB | 164 kB | 16/47 kB Progress (4): 378 kB | 325/424 kB | 164 kB | 20/47 kB Progress (4): 378 kB | 329/424 kB | 164 kB | 20/47 kB Progress (4): 378 kB | 329/424 kB | 164 kB | 24/47 kB Progress (4): 378 kB | 333/424 kB | 164 kB | 24/47 kB Progress (4): 378 kB | 333/424 kB | 164 kB | 28/47 kB Progress (4): 378 kB | 337/424 kB | 164 kB | 28/47 kB Progress (4): 378 kB | 337/424 kB | 164 kB | 32/47 kB Progress (4): 378 kB | 341/424 kB | 164 kB | 32/47 kB Progress (4): 378 kB | 341/424 kB | 164 kB | 36/47 kB Progress (4): 378 kB | 345/424 kB | 164 kB | 36/47 kB Progress (4): 378 kB | 345/424 kB | 164 kB | 40/47 kB Progress (4): 378 kB | 349/424 kB | 164 kB | 40/47 kB Progress (4): 378 kB | 349/424 kB | 164 kB | 44/47 kB Progress (4): 378 kB | 353/424 kB | 164 kB | 44/47 kB Progress (4): 378 kB | 353/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 357/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 361/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 365/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 369/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 373/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 377/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 381/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 385/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 389/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 393/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 397/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 401/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 405/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 409/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 413/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 417/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 421/424 kB | 164 kB | 47 kB Progress (4): 378 kB | 424 kB | 164 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 820 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 1.9 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 236 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar Progress (2): 424 kB | 4.1/44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 2.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar Progress (1): 7.7/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44/44 kB Progress (1): 44 kB Progress (2): 44 kB | 4.1/114 kB Progress (2): 44 kB | 7.7/114 kB Progress (3): 44 kB | 7.7/114 kB | 4.1/128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 205 kB/s) Progress (2): 7.7/114 kB | 7.7/128 kB Progress (2): 12/114 kB | 7.7/128 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar Progress (2): 16/114 kB | 7.7/128 kB Progress (2): 16/114 kB | 12/128 kB Progress (2): 20/114 kB | 12/128 kB Progress (2): 20/114 kB | 16/128 kB Progress (2): 24/114 kB | 16/128 kB Progress (2): 24/114 kB | 20/128 kB Progress (2): 24/114 kB | 24/128 kB Progress (2): 24/114 kB | 28/128 kB Progress (3): 24/114 kB | 28/128 kB | 4.1/335 kB Progress (3): 24/114 kB | 32/128 kB | 4.1/335 kB Progress (3): 24/114 kB | 32/128 kB | 7.7/335 kB Progress (3): 24/114 kB | 36/128 kB | 7.7/335 kB Progress (3): 28/114 kB | 36/128 kB | 7.7/335 kB Progress (3): 28/114 kB | 40/128 kB | 7.7/335 kB Progress (3): 32/114 kB | 40/128 kB | 7.7/335 kB Progress (3): 32/114 kB | 40/128 kB | 12/335 kB Progress (3): 32/114 kB | 44/128 kB | 12/335 kB Progress (4): 32/114 kB | 44/128 kB | 12/335 kB | 4.1/114 kB Progress (4): 32/114 kB | 48/128 kB | 12/335 kB | 4.1/114 kB Progress (4): 32/114 kB | 48/128 kB | 16/335 kB | 4.1/114 kB Progress (4): 33/114 kB | 48/128 kB | 16/335 kB | 4.1/114 kB Progress (4): 33/114 kB | 48/128 kB | 20/335 kB | 4.1/114 kB Progress (4): 33/114 kB | 52/128 kB | 20/335 kB | 4.1/114 kB Progress (4): 33/114 kB | 52/128 kB | 20/335 kB | 7.7/114 kB Progress (4): 33/114 kB | 56/128 kB | 20/335 kB | 7.7/114 kB Progress (4): 33/114 kB | 56/128 kB | 24/335 kB | 7.7/114 kB Progress (4): 37/114 kB | 56/128 kB | 24/335 kB | 7.7/114 kB Progress (4): 37/114 kB | 56/128 kB | 28/335 kB | 7.7/114 kB Progress (4): 37/114 kB | 60/128 kB | 28/335 kB | 7.7/114 kB Progress (4): 37/114 kB | 60/128 kB | 28/335 kB | 12/114 kB Progress (4): 37/114 kB | 64/128 kB | 28/335 kB | 12/114 kB Progress (4): 37/114 kB | 64/128 kB | 32/335 kB | 12/114 kB Progress (4): 41/114 kB | 64/128 kB | 32/335 kB | 12/114 kB Progress (4): 41/114 kB | 64/128 kB | 33/335 kB | 12/114 kB Progress (4): 41/114 kB | 68/128 kB | 33/335 kB | 12/114 kB Progress (4): 41/114 kB | 68/128 kB | 33/335 kB | 16/114 kB Progress (4): 41/114 kB | 72/128 kB | 33/335 kB | 16/114 kB Progress (4): 41/114 kB | 72/128 kB | 37/335 kB | 16/114 kB Progress (4): 45/114 kB | 72/128 kB | 37/335 kB | 16/114 kB Progress (4): 45/114 kB | 72/128 kB | 41/335 kB | 16/114 kB Progress (4): 45/114 kB | 76/128 kB | 41/335 kB | 16/114 kB Progress (4): 45/114 kB | 76/128 kB | 41/335 kB | 20/114 kB Progress (4): 45/114 kB | 80/128 kB | 41/335 kB | 20/114 kB Progress (4): 45/114 kB | 80/128 kB | 45/335 kB | 20/114 kB Progress (4): 49/114 kB | 80/128 kB | 45/335 kB | 20/114 kB Progress (4): 49/114 kB | 80/128 kB | 49/335 kB | 20/114 kB Progress (4): 49/114 kB | 84/128 kB | 49/335 kB | 20/114 kB Progress (5): 49/114 kB | 84/128 kB | 49/335 kB | 20/114 kB | 4.1/80 kB Progress (5): 49/114 kB | 84/128 kB | 49/335 kB | 24/114 kB | 4.1/80 kB Progress (5): 49/114 kB | 84/128 kB | 49/335 kB | 24/114 kB | 7.7/80 kB Progress (5): 49/114 kB | 88/128 kB | 49/335 kB | 24/114 kB | 7.7/80 kB Progress (5): 49/114 kB | 88/128 kB | 53/335 kB | 24/114 kB | 7.7/80 kB Progress (5): 53/114 kB | 88/128 kB | 53/335 kB | 24/114 kB | 7.7/80 kB Progress (5): 53/114 kB | 88/128 kB | 57/335 kB | 24/114 kB | 7.7/80 kB Progress (5): 53/114 kB | 92/128 kB | 57/335 kB | 24/114 kB | 7.7/80 kB Progress (5): 53/114 kB | 92/128 kB | 57/335 kB | 24/114 kB | 12/80 kB Progress (5): 53/114 kB | 92/128 kB | 57/335 kB | 28/114 kB | 12/80 kB Progress (5): 53/114 kB | 92/128 kB | 57/335 kB | 28/114 kB | 16/80 kB Progress (5): 53/114 kB | 96/128 kB | 57/335 kB | 28/114 kB | 16/80 kB Progress (5): 53/114 kB | 96/128 kB | 61/335 kB | 28/114 kB | 16/80 kB Progress (5): 57/114 kB | 96/128 kB | 61/335 kB | 28/114 kB | 16/80 kB Progress (5): 57/114 kB | 96/128 kB | 65/335 kB | 28/114 kB | 16/80 kB Progress (5): 57/114 kB | 100/128 kB | 65/335 kB | 28/114 kB | 16/80 kB Progress (5): 57/114 kB | 100/128 kB | 65/335 kB | 28/114 kB | 20/80 kB Progress (5): 57/114 kB | 100/128 kB | 65/335 kB | 32/114 kB | 20/80 kB Progress (5): 57/114 kB | 100/128 kB | 65/335 kB | 32/114 kB | 24/80 kB Progress (5): 57/114 kB | 104/128 kB | 65/335 kB | 32/114 kB | 24/80 kB Progress (5): 57/114 kB | 104/128 kB | 69/335 kB | 32/114 kB | 24/80 kB Progress (5): 61/114 kB | 104/128 kB | 69/335 kB | 32/114 kB | 24/80 kB Progress (5): 61/114 kB | 104/128 kB | 73/335 kB | 32/114 kB | 24/80 kB Progress (5): 61/114 kB | 108/128 kB | 73/335 kB | 32/114 kB | 24/80 kB Progress (5): 61/114 kB | 108/128 kB | 73/335 kB | 32/114 kB | 28/80 kB Progress (5): 61/114 kB | 108/128 kB | 73/335 kB | 36/114 kB | 28/80 kB Progress (5): 61/114 kB | 108/128 kB | 73/335 kB | 36/114 kB | 32/80 kB Progress (5): 61/114 kB | 112/128 kB | 73/335 kB | 36/114 kB | 32/80 kB Progress (5): 61/114 kB | 112/128 kB | 77/335 kB | 36/114 kB | 32/80 kB Progress (5): 65/114 kB | 112/128 kB | 77/335 kB | 36/114 kB | 32/80 kB Progress (5): 65/114 kB | 112/128 kB | 81/335 kB | 36/114 kB | 32/80 kB Progress (5): 65/114 kB | 116/128 kB | 81/335 kB | 36/114 kB | 32/80 kB Progress (5): 65/114 kB | 116/128 kB | 81/335 kB | 36/114 kB | 33/80 kB Progress (5): 65/114 kB | 116/128 kB | 81/335 kB | 40/114 kB | 33/80 kB Progress (5): 65/114 kB | 116/128 kB | 81/335 kB | 40/114 kB | 37/80 kB Progress (5): 65/114 kB | 120/128 kB | 81/335 kB | 40/114 kB | 37/80 kB Progress (5): 65/114 kB | 120/128 kB | 85/335 kB | 40/114 kB | 37/80 kB Progress (5): 66/114 kB | 120/128 kB | 85/335 kB | 40/114 kB | 37/80 kB Progress (5): 66/114 kB | 120/128 kB | 89/335 kB | 40/114 kB | 37/80 kB Progress (5): 66/114 kB | 124/128 kB | 89/335 kB | 40/114 kB | 37/80 kB Progress (5): 66/114 kB | 124/128 kB | 89/335 kB | 40/114 kB | 41/80 kB Progress (5): 66/114 kB | 124/128 kB | 89/335 kB | 44/114 kB | 41/80 kB Progress (5): 66/114 kB | 124/128 kB | 89/335 kB | 44/114 kB | 45/80 kB Progress (5): 66/114 kB | 128/128 kB | 89/335 kB | 44/114 kB | 45/80 kB Progress (5): 66/114 kB | 128/128 kB | 93/335 kB | 44/114 kB | 45/80 kB Progress (5): 70/114 kB | 128/128 kB | 93/335 kB | 44/114 kB | 45/80 kB Progress (5): 70/114 kB | 128/128 kB | 97/335 kB | 44/114 kB | 45/80 kB Progress (5): 70/114 kB | 128 kB | 97/335 kB | 44/114 kB | 45/80 kB Progress (5): 70/114 kB | 128 kB | 97/335 kB | 44/114 kB | 49/80 kB Progress (5): 70/114 kB | 128 kB | 97/335 kB | 48/114 kB | 49/80 kB Progress (5): 70/114 kB | 128 kB | 97/335 kB | 48/114 kB | 53/80 kB Progress (5): 70/114 kB | 128 kB | 101/335 kB | 48/114 kB | 53/80 kB Progress (5): 74/114 kB | 128 kB | 101/335 kB | 48/114 kB | 53/80 kB Progress (5): 74/114 kB | 128 kB | 105/335 kB | 48/114 kB | 53/80 kB Progress (5): 74/114 kB | 128 kB | 105/335 kB | 48/114 kB | 57/80 kB Progress (5): 74/114 kB | 128 kB | 105/335 kB | 52/114 kB | 57/80 kB Progress (5): 74/114 kB | 128 kB | 105/335 kB | 52/114 kB | 61/80 kB Progress (5): 74/114 kB | 128 kB | 109/335 kB | 52/114 kB | 61/80 kB Progress (5): 78/114 kB | 128 kB | 109/335 kB | 52/114 kB | 61/80 kB Progress (5): 78/114 kB | 128 kB | 113/335 kB | 52/114 kB | 61/80 kB Progress (5): 78/114 kB | 128 kB | 113/335 kB | 52/114 kB | 65/80 kB Progress (5): 78/114 kB | 128 kB | 113/335 kB | 56/114 kB | 65/80 kB Progress (5): 78/114 kB | 128 kB | 113/335 kB | 56/114 kB | 69/80 kB Progress (5): 78/114 kB | 128 kB | 117/335 kB | 56/114 kB | 69/80 kB Progress (5): 82/114 kB | 128 kB | 117/335 kB | 56/114 kB | 69/80 kB Progress (5): 82/114 kB | 128 kB | 121/335 kB | 56/114 kB | 69/80 kB Progress (5): 82/114 kB | 128 kB | 121/335 kB | 56/114 kB | 73/80 kB Progress (5): 82/114 kB | 128 kB | 121/335 kB | 60/114 kB | 73/80 kB Progress (5): 82/114 kB | 128 kB | 121/335 kB | 60/114 kB | 77/80 kB Progress (5): 82/114 kB | 128 kB | 125/335 kB | 60/114 kB | 77/80 kB Progress (5): 86/114 kB | 128 kB | 125/335 kB | 60/114 kB | 77/80 kB Progress (5): 86/114 kB | 128 kB | 129/335 kB | 60/114 kB | 77/80 kB Progress (5): 86/114 kB | 128 kB | 129/335 kB | 60/114 kB | 80 kB Progress (5): 86/114 kB | 128 kB | 129/335 kB | 64/114 kB | 80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 533 kB/s) Progress (4): 86/114 kB | 133/335 kB | 64/114 kB | 80 kB Progress (4): 90/114 kB | 133/335 kB | 64/114 kB | 80 kB Progress (4): 90/114 kB | 137/335 kB | 64/114 kB | 80 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Progress (4): 90/114 kB | 137/335 kB | 66/114 kB | 80 kB Progress (4): 90/114 kB | 141/335 kB | 66/114 kB | 80 kB Progress (4): 94/114 kB | 141/335 kB | 66/114 kB | 80 kB Progress (4): 94/114 kB | 145/335 kB | 66/114 kB | 80 kB Progress (4): 94/114 kB | 145/335 kB | 70/114 kB | 80 kB Progress (4): 94/114 kB | 149/335 kB | 70/114 kB | 80 kB Progress (4): 98/114 kB | 149/335 kB | 70/114 kB | 80 kB Progress (4): 98/114 kB | 153/335 kB | 70/114 kB | 80 kB Progress (4): 98/114 kB | 153/335 kB | 74/114 kB | 80 kB Progress (4): 98/114 kB | 157/335 kB | 74/114 kB | 80 kB Progress (4): 102/114 kB | 157/335 kB | 74/114 kB | 80 kB Progress (4): 102/114 kB | 161/335 kB | 74/114 kB | 80 kB Progress (4): 102/114 kB | 161/335 kB | 78/114 kB | 80 kB Progress (4): 102/114 kB | 165/335 kB | 78/114 kB | 80 kB Progress (4): 106/114 kB | 165/335 kB | 78/114 kB | 80 kB Progress (4): 106/114 kB | 169/335 kB | 78/114 kB | 80 kB Progress (4): 106/114 kB | 169/335 kB | 82/114 kB | 80 kB Progress (4): 106/114 kB | 173/335 kB | 82/114 kB | 80 kB Progress (4): 110/114 kB | 173/335 kB | 82/114 kB | 80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 327 kB/s) Progress (3): 110/114 kB | 177/335 kB | 82/114 kB Progress (3): 110/114 kB | 177/335 kB | 86/114 kB Progress (3): 110/114 kB | 181/335 kB | 86/114 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Progress (3): 114/114 kB | 181/335 kB | 86/114 kB Progress (3): 114/114 kB | 185/335 kB | 86/114 kB Progress (3): 114/114 kB | 185/335 kB | 90/114 kB Progress (3): 114/114 kB | 189/335 kB | 90/114 kB Progress (3): 114/114 kB | 189/335 kB | 94/114 kB Progress (3): 114 kB | 189/335 kB | 94/114 kB Progress (3): 114 kB | 189/335 kB | 98/114 kB Progress (3): 114 kB | 193/335 kB | 98/114 kB Progress (3): 114 kB | 193/335 kB | 102/114 kB Progress (3): 114 kB | 197/335 kB | 102/114 kB Progress (3): 114 kB | 197/335 kB | 106/114 kB Progress (3): 114 kB | 201/335 kB | 106/114 kB Progress (3): 114 kB | 201/335 kB | 110/114 kB Progress (3): 114 kB | 205/335 kB | 110/114 kB Progress (3): 114 kB | 205/335 kB | 114/114 kB Progress (3): 114 kB | 209/335 kB | 114/114 kB Progress (3): 114 kB | 209/335 kB | 114 kB Progress (3): 114 kB | 213/335 kB | 114 kB Progress (3): 114 kB | 217/335 kB | 114 kB Progress (3): 114 kB | 221/335 kB | 114 kB Progress (3): 114 kB | 225/335 kB | 114 kB Progress (3): 114 kB | 229/335 kB | 114 kB Progress (3): 114 kB | 233/335 kB | 114 kB Progress (3): 114 kB | 237/335 kB | 114 kB Progress (3): 114 kB | 241/335 kB | 114 kB Progress (3): 114 kB | 245/335 kB | 114 kB Progress (3): 114 kB | 249/335 kB | 114 kB Progress (3): 114 kB | 253/335 kB | 114 kB Progress (3): 114 kB | 257/335 kB | 114 kB Progress (3): 114 kB | 261/335 kB | 114 kB Progress (3): 114 kB | 265/335 kB | 114 kB Progress (3): 114 kB | 269/335 kB | 114 kB Progress (3): 114 kB | 273/335 kB | 114 kB Progress (3): 114 kB | 277/335 kB | 114 kB Progress (3): 114 kB | 281/335 kB | 114 kB Progress (3): 114 kB | 285/335 kB | 114 kB Progress (3): 114 kB | 289/335 kB | 114 kB Progress (3): 114 kB | 293/335 kB | 114 kB Progress (3): 114 kB | 297/335 kB | 114 kB Progress (3): 114 kB | 301/335 kB | 114 kB Progress (3): 114 kB | 305/335 kB | 114 kB Progress (3): 114 kB | 309/335 kB | 114 kB Progress (3): 114 kB | 313/335 kB | 114 kB Progress (3): 114 kB | 317/335 kB | 114 kB Progress (3): 114 kB | 321/335 kB | 114 kB Progress (3): 114 kB | 325/335 kB | 114 kB Progress (3): 114 kB | 329/335 kB | 114 kB Progress (3): 114 kB | 333/335 kB | 114 kB Progress (3): 114 kB | 335 kB | 114 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar (114 kB at 444 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 442 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar Progress (2): 335 kB | 4.1/33 kB Progress (2): 335 kB | 7.7/33 kB Progress (2): 335 kB | 12/33 kB Progress (2): 335 kB | 16/33 kB Progress (3): 335 kB | 16/33 kB | 4.1/50 kB Progress (3): 335 kB | 20/33 kB | 4.1/50 kB Progress (3): 335 kB | 20/33 kB | 7.7/50 kB Progress (3): 335 kB | 24/33 kB | 7.7/50 kB Progress (3): 335 kB | 24/33 kB | 12/50 kB Progress (3): 335 kB | 28/33 kB | 12/50 kB Progress (3): 335 kB | 28/33 kB | 16/50 kB Progress (3): 335 kB | 32/33 kB | 16/50 kB Progress (3): 335 kB | 32/33 kB | 20/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.3 MB/s) Progress (2): 32/33 kB | 24/50 kB Progress (2): 33 kB | 24/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar Progress (3): 33 kB | 24/50 kB | 4.1/37 kB Progress (3): 33 kB | 28/50 kB | 4.1/37 kB Progress (3): 33 kB | 28/50 kB | 7.7/37 kB Progress (3): 33 kB | 32/50 kB | 7.7/37 kB Progress (3): 33 kB | 32/50 kB | 12/37 kB Progress (3): 33 kB | 36/50 kB | 12/37 kB Progress (3): 33 kB | 36/50 kB | 16/37 kB Progress (3): 33 kB | 40/50 kB | 16/37 kB Progress (3): 33 kB | 40/50 kB | 20/37 kB Progress (3): 33 kB | 44/50 kB | 20/37 kB Progress (3): 33 kB | 44/50 kB | 24/37 kB Progress (3): 33 kB | 48/50 kB | 24/37 kB Progress (3): 33 kB | 50 kB | 24/37 kB Progress (3): 33 kB | 50 kB | 28/37 kB Progress (3): 33 kB | 50 kB | 32/37 kB Progress (3): 33 kB | 50 kB | 36/37 kB Progress (3): 33 kB | 50 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 122 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar Progress (3): 50 kB | 37 kB | 4.1/305 kB Progress (3): 50 kB | 37 kB | 7.7/305 kB Progress (3): 50 kB | 37 kB | 12/305 kB Progress (3): 50 kB | 37 kB | 16/305 kB Progress (3): 50 kB | 37 kB | 20/305 kB Progress (3): 50 kB | 37 kB | 24/305 kB Progress (3): 50 kB | 37 kB | 28/305 kB Progress (3): 50 kB | 37 kB | 32/305 kB Progress (3): 50 kB | 37 kB | 36/305 kB Progress (3): 50 kB | 37 kB | 40/305 kB Progress (3): 50 kB | 37 kB | 44/305 kB Progress (3): 50 kB | 37 kB | 48/305 kB Progress (3): 50 kB | 37 kB | 52/305 kB Progress (3): 50 kB | 37 kB | 56/305 kB Progress (3): 50 kB | 37 kB | 60/305 kB Progress (3): 50 kB | 37 kB | 64/305 kB Progress (3): 50 kB | 37 kB | 68/305 kB Progress (3): 50 kB | 37 kB | 72/305 kB Progress (3): 50 kB | 37 kB | 76/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 131 kB/s) Progress (2): 50 kB | 80/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar Progress (2): 50 kB | 84/305 kB Progress (3): 50 kB | 84/305 kB | 4.1/186 kB Progress (3): 50 kB | 88/305 kB | 4.1/186 kB Progress (3): 50 kB | 88/305 kB | 7.7/186 kB Progress (3): 50 kB | 92/305 kB | 7.7/186 kB Progress (3): 50 kB | 92/305 kB | 12/186 kB Progress (3): 50 kB | 96/305 kB | 12/186 kB Progress (3): 50 kB | 96/305 kB | 16/186 kB Progress (3): 50 kB | 100/305 kB | 16/186 kB Progress (3): 50 kB | 100/305 kB | 20/186 kB Progress (3): 50 kB | 104/305 kB | 20/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 179 kB/s) Progress (2): 104/305 kB | 24/186 kB Progress (2): 108/305 kB | 24/186 kB Progress (2): 108/305 kB | 28/186 kB Progress (2): 112/305 kB | 28/186 kB Progress (2): 112/305 kB | 32/186 kB Progress (2): 116/305 kB | 32/186 kB Progress (2): 116/305 kB | 36/186 kB Progress (2): 120/305 kB | 36/186 kB Progress (2): 120/305 kB | 40/186 kB Progress (2): 124/305 kB | 40/186 kB Progress (3): 124/305 kB | 40/186 kB | 4.1/81 kB Progress (3): 128/305 kB | 40/186 kB | 4.1/81 kB Progress (3): 128/305 kB | 44/186 kB | 4.1/81 kB Progress (3): 128/305 kB | 44/186 kB | 7.7/81 kB Progress (3): 128/305 kB | 48/186 kB | 7.7/81 kB Progress (3): 132/305 kB | 48/186 kB | 7.7/81 kB Progress (3): 132/305 kB | 52/186 kB | 7.7/81 kB Progress (3): 132/305 kB | 52/186 kB | 12/81 kB Progress (3): 132/305 kB | 56/186 kB | 12/81 kB Progress (3): 136/305 kB | 56/186 kB | 12/81 kB Progress (3): 136/305 kB | 56/186 kB | 16/81 kB Progress (3): 140/305 kB | 56/186 kB | 16/81 kB Progress (3): 140/305 kB | 60/186 kB | 16/81 kB Progress (3): 144/305 kB | 60/186 kB | 16/81 kB Progress (3): 144/305 kB | 60/186 kB | 20/81 kB Progress (3): 148/305 kB | 60/186 kB | 20/81 kB Progress (3): 148/305 kB | 64/186 kB | 20/81 kB Progress (3): 152/305 kB | 64/186 kB | 20/81 kB Progress (3): 152/305 kB | 64/186 kB | 24/81 kB Progress (3): 156/305 kB | 64/186 kB | 24/81 kB Progress (3): 156/305 kB | 68/186 kB | 24/81 kB Progress (3): 160/305 kB | 68/186 kB | 24/81 kB Progress (3): 160/305 kB | 72/186 kB | 24/81 kB Progress (3): 160/305 kB | 72/186 kB | 28/81 kB Progress (3): 160/305 kB | 76/186 kB | 28/81 kB Progress (3): 164/305 kB | 76/186 kB | 28/81 kB Progress (4): 164/305 kB | 76/186 kB | 28/81 kB | 0/2.3 MB Progress (4): 168/305 kB | 76/186 kB | 28/81 kB | 0/2.3 MB Progress (4): 168/305 kB | 80/186 kB | 28/81 kB | 0/2.3 MB Progress (4): 172/305 kB | 80/186 kB | 28/81 kB | 0/2.3 MB Progress (4): 172/305 kB | 80/186 kB | 32/81 kB | 0/2.3 MB Progress (4): 176/305 kB | 80/186 kB | 32/81 kB | 0/2.3 MB Progress (4): 176/305 kB | 84/186 kB | 32/81 kB | 0/2.3 MB Progress (4): 176/305 kB | 84/186 kB | 32/81 kB | 0/2.3 MB Progress (4): 176/305 kB | 88/186 kB | 32/81 kB | 0/2.3 MB Progress (4): 180/305 kB | 88/186 kB | 32/81 kB | 0/2.3 MB Progress (4): 180/305 kB | 88/186 kB | 33/81 kB | 0/2.3 MB Progress (4): 184/305 kB | 88/186 kB | 33/81 kB | 0/2.3 MB Progress (4): 184/305 kB | 92/186 kB | 33/81 kB | 0/2.3 MB Progress (4): 184/305 kB | 92/186 kB | 33/81 kB | 0/2.3 MB Progress (4): 184/305 kB | 96/186 kB | 33/81 kB | 0/2.3 MB Progress (4): 188/305 kB | 96/186 kB | 33/81 kB | 0/2.3 MB Progress (4): 188/305 kB | 96/186 kB | 37/81 kB | 0/2.3 MB Progress (4): 192/305 kB | 96/186 kB | 37/81 kB | 0/2.3 MB Progress (4): 192/305 kB | 100/186 kB | 37/81 kB | 0/2.3 MB Progress (4): 192/305 kB | 100/186 kB | 37/81 kB | 0/2.3 MB Progress (4): 192/305 kB | 104/186 kB | 37/81 kB | 0/2.3 MB Progress (4): 196/305 kB | 104/186 kB | 37/81 kB | 0/2.3 MB Progress (4): 196/305 kB | 104/186 kB | 41/81 kB | 0/2.3 MB Progress (4): 197/305 kB | 104/186 kB | 41/81 kB | 0/2.3 MB Progress (4): 197/305 kB | 108/186 kB | 41/81 kB | 0/2.3 MB Progress (4): 201/305 kB | 108/186 kB | 41/81 kB | 0/2.3 MB Progress (4): 201/305 kB | 108/186 kB | 41/81 kB | 0/2.3 MB Progress (4): 205/305 kB | 108/186 kB | 41/81 kB | 0/2.3 MB Progress (4): 205/305 kB | 112/186 kB | 41/81 kB | 0/2.3 MB Progress (4): 205/305 kB | 112/186 kB | 45/81 kB | 0/2.3 MB Progress (4): 205/305 kB | 116/186 kB | 45/81 kB | 0/2.3 MB Progress (4): 209/305 kB | 116/186 kB | 45/81 kB | 0/2.3 MB Progress (4): 209/305 kB | 116/186 kB | 45/81 kB | 0/2.3 MB Progress (4): 213/305 kB | 116/186 kB | 45/81 kB | 0/2.3 MB Progress (4): 213/305 kB | 116/186 kB | 45/81 kB | 0/2.3 MB Progress (4): 213/305 kB | 120/186 kB | 45/81 kB | 0/2.3 MB Progress (4): 213/305 kB | 120/186 kB | 49/81 kB | 0/2.3 MB Progress (4): 213/305 kB | 124/186 kB | 49/81 kB | 0/2.3 MB Progress (4): 213/305 kB | 124/186 kB | 49/81 kB | 0/2.3 MB Progress (4): 217/305 kB | 124/186 kB | 49/81 kB | 0/2.3 MB Progress (4): 217/305 kB | 124/186 kB | 49/81 kB | 0/2.3 MB Progress (4): 217/305 kB | 128/186 kB | 49/81 kB | 0/2.3 MB Progress (4): 217/305 kB | 128/186 kB | 53/81 kB | 0/2.3 MB Progress (4): 217/305 kB | 132/186 kB | 53/81 kB | 0/2.3 MB Progress (4): 217/305 kB | 132/186 kB | 53/81 kB | 0/2.3 MB Progress (4): 221/305 kB | 132/186 kB | 53/81 kB | 0/2.3 MB Progress (4): 221/305 kB | 132/186 kB | 53/81 kB | 0/2.3 MB Progress (4): 221/305 kB | 136/186 kB | 53/81 kB | 0/2.3 MB Progress (4): 221/305 kB | 136/186 kB | 57/81 kB | 0/2.3 MB Progress (4): 221/305 kB | 140/186 kB | 57/81 kB | 0/2.3 MB Progress (4): 221/305 kB | 140/186 kB | 57/81 kB | 0/2.3 MB Progress (4): 225/305 kB | 140/186 kB | 57/81 kB | 0/2.3 MB Progress (4): 225/305 kB | 140/186 kB | 57/81 kB | 0/2.3 MB Progress (4): 225/305 kB | 144/186 kB | 57/81 kB | 0/2.3 MB Progress (4): 225/305 kB | 144/186 kB | 57/81 kB | 0.1/2.3 MB Progress (4): 225/305 kB | 144/186 kB | 61/81 kB | 0.1/2.3 MB Progress (4): 225/305 kB | 144/186 kB | 61/81 kB | 0.1/2.3 MB Progress (4): 225/305 kB | 148/186 kB | 61/81 kB | 0.1/2.3 MB Progress (4): 229/305 kB | 148/186 kB | 61/81 kB | 0.1/2.3 MB Progress (4): 229/305 kB | 152/186 kB | 61/81 kB | 0.1/2.3 MB Progress (4): 229/305 kB | 152/186 kB | 61/81 kB | 0.1/2.3 MB Progress (4): 229/305 kB | 152/186 kB | 65/81 kB | 0.1/2.3 MB Progress (4): 229/305 kB | 152/186 kB | 65/81 kB | 0.1/2.3 MB Progress (4): 229/305 kB | 156/186 kB | 65/81 kB | 0.1/2.3 MB Progress (4): 233/305 kB | 156/186 kB | 65/81 kB | 0.1/2.3 MB Progress (4): 233/305 kB | 160/186 kB | 65/81 kB | 0.1/2.3 MB Progress (4): 233/305 kB | 160/186 kB | 65/81 kB | 0.1/2.3 MB Progress (4): 233/305 kB | 160/186 kB | 69/81 kB | 0.1/2.3 MB Progress (4): 233/305 kB | 160/186 kB | 69/81 kB | 0.1/2.3 MB Progress (4): 233/305 kB | 164/186 kB | 69/81 kB | 0.1/2.3 MB Progress (4): 237/305 kB | 164/186 kB | 69/81 kB | 0.1/2.3 MB Progress (4): 237/305 kB | 168/186 kB | 69/81 kB | 0.1/2.3 MB Progress (4): 237/305 kB | 168/186 kB | 69/81 kB | 0.1/2.3 MB Progress (4): 237/305 kB | 168/186 kB | 73/81 kB | 0.1/2.3 MB Progress (4): 237/305 kB | 168/186 kB | 73/81 kB | 0.1/2.3 MB Progress (4): 237/305 kB | 172/186 kB | 73/81 kB | 0.1/2.3 MB Progress (4): 241/305 kB | 172/186 kB | 73/81 kB | 0.1/2.3 MB Progress (4): 241/305 kB | 176/186 kB | 73/81 kB | 0.1/2.3 MB Progress (4): 241/305 kB | 176/186 kB | 73/81 kB | 0.1/2.3 MB Progress (4): 241/305 kB | 176/186 kB | 77/81 kB | 0.1/2.3 MB Progress (4): 241/305 kB | 176/186 kB | 77/81 kB | 0.1/2.3 MB Progress (4): 241/305 kB | 180/186 kB | 77/81 kB | 0.1/2.3 MB Progress (4): 245/305 kB | 180/186 kB | 77/81 kB | 0.1/2.3 MB Progress (4): 245/305 kB | 184/186 kB | 77/81 kB | 0.1/2.3 MB Progress (4): 245/305 kB | 184/186 kB | 77/81 kB | 0.1/2.3 MB Progress (4): 245/305 kB | 184/186 kB | 81/81 kB | 0.1/2.3 MB Progress (4): 245/305 kB | 184/186 kB | 81/81 kB | 0.1/2.3 MB Progress (4): 245/305 kB | 186 kB | 81/81 kB | 0.1/2.3 MB Progress (4): 249/305 kB | 186 kB | 81/81 kB | 0.1/2.3 MB Progress (4): 249/305 kB | 186 kB | 81/81 kB | 0.1/2.3 MB Progress (4): 249/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 249/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 253/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 253/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 257/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 257/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 261/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 261/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 265/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 265/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 269/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 269/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 273/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 273/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 277/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 277/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 281/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 281/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 285/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 285/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 289/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 289/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 293/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 293/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 297/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 297/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 301/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 301/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 305/305 kB | 186 kB | 81 kB | 0.1/2.3 MB Progress (4): 305/305 kB | 186 kB | 81 kB | 0.2/2.3 MB Progress (4): 305 kB | 186 kB | 81 kB | 0.2/2.3 MB Progress (4): 305 kB | 186 kB | 81 kB | 0.2/2.3 MB Progress (4): 305 kB | 186 kB | 81 kB | 0.2/2.3 MB Progress (4): 305 kB | 186 kB | 81 kB | 0.2/2.3 MB Progress (4): 305 kB | 186 kB | 81 kB | 0.2/2.3 MB Progress (4): 305 kB | 186 kB | 81 kB | 0.2/2.3 MB Progress (4): 305 kB | 186 kB | 81 kB | 0.2/2.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar (186 kB at 603 kB/s) Progress (3): 305 kB | 81 kB | 0.2/2.3 MB Progress (3): 305 kB | 81 kB | 0.2/2.3 MB Progress (3): 305 kB | 81 kB | 0.2/2.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar (81 kB at 261 kB/s) Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Progress (2): 305 kB | 0.2/2.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 974 kB/s) Progress (1): 0.2/2.3 MB Progress (1): 0.2/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.3/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.4/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.5/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.6/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.7/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.8/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 0.9/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.0/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.1/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.2/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.3/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.4/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.5/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.6/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.7/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.8/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 1.9/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.0/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.1/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.2/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3/2.3 MB Progress (1): 2.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 5.6 MB/s) [INFO] Replacing main artifact with repackaged archive [INFO] [INFO] --- maven-assembly-plugin:3.1.1:single (distr-bin) @ org.eclipse.statet.rhelp.server --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.0.0/plexus-archiver-4.0.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.0.0/plexus-archiver-4.0.0.pom (4.8 kB at 322 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.0.0/plexus-archiver-4.0.0.jar Progress (1): 4.1/192 kB Progress (1): 7.7/192 kB Progress (1): 12/192 kB Progress (1): 16/192 kB Progress (1): 20/192 kB Progress (1): 24/192 kB Progress (1): 28/192 kB Progress (1): 32/192 kB Progress (1): 33/192 kB Progress (1): 37/192 kB Progress (1): 41/192 kB Progress (1): 45/192 kB Progress (1): 49/192 kB Progress (1): 53/192 kB Progress (1): 57/192 kB Progress (1): 61/192 kB Progress (1): 65/192 kB Progress (1): 66/192 kB Progress (1): 70/192 kB Progress (1): 74/192 kB Progress (1): 78/192 kB Progress (1): 82/192 kB Progress (1): 86/192 kB Progress (1): 90/192 kB Progress (1): 94/192 kB Progress (1): 98/192 kB Progress (1): 98/192 kB Progress (1): 102/192 kB Progress (1): 106/192 kB Progress (1): 110/192 kB Progress (1): 114/192 kB Progress (1): 118/192 kB Progress (1): 122/192 kB Progress (1): 126/192 kB Progress (1): 130/192 kB Progress (1): 131/192 kB Progress (1): 135/192 kB Progress (1): 139/192 kB Progress (1): 143/192 kB Progress (1): 147/192 kB Progress (1): 151/192 kB Progress (1): 155/192 kB Progress (1): 159/192 kB Progress (1): 163/192 kB Progress (1): 167/192 kB Progress (1): 171/192 kB Progress (1): 175/192 kB Progress (1): 179/192 kB Progress (1): 183/192 kB Progress (1): 187/192 kB Progress (1): 191/192 kB Progress (1): 192 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.0.0/plexus-archiver-4.0.0.jar (192 kB at 9.1 MB/s) [INFO] Reading assembly descriptor: src/assembly/distr-bin.xml [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.0.2-201910101100-r.zip [INFO] [INFO] -----------------------< org.eclipse.statet.r:r >----------------------- [INFO] Building r 4.0.2.201910101100-r [99/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ r --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ r --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ r --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ r --- [INFO] [INFO] ----------< org.eclipse.statet.r:org.eclipse.statet.ide.core >---------- [INFO] Building org.eclipse.statet.ide.core 4.0.2.201910101100-r [100/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ide.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ide.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ide.core --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ide.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ide.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ide.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ide.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ide.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ide.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ide.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ide.core --- [INFO] [INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.ide.ui >----------- [INFO] Building org.eclipse.statet.ide.ui 4.0.2.201910101100-r [101/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ide.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ide.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.ide.ui --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ide.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.ide.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.ide.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.ide.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ide.ui --- [INFO] [INFO] ---------< org.eclipse.statet.r:org.eclipse.statet.nico.core >---------- [INFO] Building org.eclipse.statet.nico.core 4.0.2.201910101100-r [102/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.nico.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.nico.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.nico.core --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.nico.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.nico.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.nico.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.nico.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.nico.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.nico.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.nico.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.nico.core --- [INFO] [INFO] ----------< org.eclipse.statet.r:org.eclipse.statet.nico.ui >----------- [INFO] Building org.eclipse.statet.nico.ui 4.0.2.201910101100-r [103/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.nico.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.nico.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.nico.ui --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.nico.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.nico.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.nico.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.nico.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.nico.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.nico.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.nico.ui --- [INFO] [INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.core >----------- [INFO] Building org.eclipse.statet.r.core 4.0.2.201910101100-r [104/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.core --- [INFO] Compiling 232 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.core --- [INFO] [INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.core-tests >-------- [INFO] Building org.eclipse.statet.r.core-tests 4.0.2.201910101100-r [105/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.core-tests --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.core-tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.core-tests --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.core-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.core-tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.core-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.core-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core-tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.core-tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.core-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core-tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.core-tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.core-tests --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.core-tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core-tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.core-tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core-tests-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core-tests-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.core-tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core-tests-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.core-tests --- [INFO] [INFO] -------< org.eclipse.statet.r:org.eclipse.statet.r.console.core >------- [INFO] Building org.eclipse.statet.r.console.core 4.0.2.201910101100-r [106/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.console.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.console.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.console.core --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.console.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.console.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.console.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.console.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.console.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.console.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.console.core --- [INFO] [INFO] ------------< org.eclipse.statet.r:org.eclipse.statet.r.ui >------------ [INFO] Building org.eclipse.statet.r.ui 4.0.2.201910101100-r [107/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.ui --- [INFO] Compiling 365 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.ui --- [INFO] [INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.console.ui >-------- [INFO] Building org.eclipse.statet.r.console.ui 4.0.2.201910101100-r [108/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.console.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.console.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.console.ui --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.console.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.console.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.console.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.console.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.console.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.console.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.console.ui --- [INFO] [INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.debug.core >-------- [INFO] Building org.eclipse.statet.r.debug.core 4.0.2.201910101100-r [109/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.debug.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.debug.core --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.debug.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.debug.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.debug.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.debug.core --- [INFO] [INFO] ---------< org.eclipse.statet.r:org.eclipse.statet.r.debug.ui >--------- [INFO] Building org.eclipse.statet.r.debug.ui 4.0.2.201910101100-r [110/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.debug.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.debug.ui --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.debug.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.debug.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.debug.ui --- [INFO] [INFO] ----< org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui >----- [INFO] Building org.eclipse.statet.r.launching.winrgui 4.0.2.201910101100-r [111/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.launching.winrgui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.launching.winrgui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.launching.winrgui --- [INFO] [INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.apps >----------- [INFO] Building org.eclipse.statet.r.apps 4.0.2.201910101100-r [112/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.apps --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.apps --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.apps --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.apps --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.apps --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.apps --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.apps --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.apps --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.apps --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.apps --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.apps --- [INFO] [INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.doc >------------ [INFO] Building org.eclipse.statet.r.doc 4.0.2.201910101100-r [113/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.doc --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r.doc --- [WARNING] bundle localization file /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/plugin.properties not found [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.doc --- [INFO] [INFO] -------------< org.eclipse.statet.r:org.eclipse.statet.r >-------------- [INFO] Building org.eclipse.statet.r 4.0.2.201910101100-r [114/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.r --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r --- [INFO] [INFO] -----------------< org.eclipse.statet.r-assemblies:r >------------------ [INFO] Building r 4.0.2.201910101100-r [115/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ r --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ r --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ r --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ r --- [INFO] [INFO] --------< org.eclipse.statet.r-assemblies:org.eclipse.statet.r >-------- [INFO] Building org.eclipse.statet.r 4.0.2.201910101100-r [116/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.r --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.r --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.r --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.r --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r --- [INFO] [INFO] ------------------< org.eclipse.statet.redocs:redocs >------------------ [INFO] Building redocs 4.0.2.201910101100-r [117/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ redocs --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ redocs --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ redocs --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ redocs --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ redocs --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ redocs --- [INFO] [INFO] -------< org.eclipse.statet.redocs:org.eclipse.statet.redocs.r >-------- [INFO] Building org.eclipse.statet.redocs.r 4.0.2.201910101100-r [118/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.r --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.redocs.r --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.r --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.r --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.r --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.r --- [INFO] [INFO] -----< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r >------ [INFO] Building org.eclipse.statet.redocs.tex.r 4.0.2.201910101100-r [119/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.redocs.tex.r --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.tex.r --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.tex.r --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.tex.r --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug >--- [INFO] Building org.eclipse.statet.redocs.tex.r.debug 4.0.2.201910101100-r [120/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r.debug --- [INFO] [INFO] ---< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc >---- [INFO] Building org.eclipse.statet.redocs.tex.r.doc 4.0.2.201910101100-r [121/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r.doc --- [INFO] [INFO] ---< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r >--- [INFO] Building org.eclipse.statet.redocs.wikitext.r 4.0.2.201910101100-r [122/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug >-- [INFO] Building org.eclipse.statet.redocs.wikitext.r.debug 4.0.2.201910101100-r [123/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.debug --- [INFO] [INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark >-- [INFO] Building org.eclipse.statet.redocs.wikitext.r.commonmark 4.0.2.201910101100-r [124/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.commonmark --- [INFO] [INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile >-- [INFO] Building org.eclipse.statet.redocs.wikitext.r.textile 4.0.2.201910101100-r [125/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.textile --- [INFO] [INFO] ------------< org.eclipse.statet.redocs-assemblies:redocs >------------- [INFO] Building redocs 4.0.2.201910101100-r [126/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ redocs --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ redocs --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ redocs --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ redocs --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ redocs --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ redocs --- [INFO] [INFO] --< org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r >-- [INFO] Building org.eclipse.statet.redocs.tex.r 4.0.2.201910101100-r [127/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.tex.r --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.redocs.tex.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.tex.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.tex.r --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r --- [INFO] [INFO] --< org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r >-- [INFO] Building org.eclipse.statet.redocs.wikitext.r 4.0.2.201910101100-r [128/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r --- [INFO] [INFO] ---------------------< org.eclipse.statet.rtm:rtm >--------------------- [INFO] Building rtm 4.0.2.201910101100-r [129/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rtm --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rtm --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rtm --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rtm --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rtm --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rtm --- [INFO] [INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core >------- [INFO] Building org.eclipse.statet.rtm.base.core 4.0.2.201910101100-r [130/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.base.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rtm.base.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.base.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.base.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rtm.base.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rtm.base.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.base.core --- [INFO] [INFO] -------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui >-------- [INFO] Building org.eclipse.statet.rtm.base.ui 4.0.2.201910101100-r [131/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rtm.base.ui --- [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.base.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.base.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rtm.base.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rtm.base.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.base.ui --- [INFO] [INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core >------ [INFO] Building org.eclipse.statet.rtm.ftable.core 4.0.2.201910101100-r [132/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ftable.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable.core --- [INFO] [INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui >------- [INFO] Building org.eclipse.statet.rtm.ftable.ui 4.0.2.201910101100-r [133/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable.ui --- [INFO] [INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core >------ [INFO] Building org.eclipse.statet.rtm.ggplot.core 4.0.2.201910101100-r [134/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.core --- [INFO] [INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui >------- [INFO] Building org.eclipse.statet.rtm.ggplot.ui 4.0.2.201910101100-r [135/140] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.0.2.201910101100-r-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui --- [INFO] [INFO] ---------------< org.eclipse.statet.rtm-assemblies:rtm >---------------- [INFO] Building rtm 4.0.2.201910101100-r [136/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ rtm --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ rtm --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ rtm --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rtm --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ rtm --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ rtm --- [INFO] [INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable >--- [INFO] Building org.eclipse.statet.rtm.ftable 4.0.2.201910101100-r [137/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ftable --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ftable --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ftable --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rtm.ftable --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable --- [INFO] [INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot >--- [INFO] Building org.eclipse.statet.rtm.ggplot 4.0.2.201910101100-r [138/140] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ggplot --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ggplot --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.0.2.201910101100-r.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ggplot --- [INFO] Building jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.rtm.ggplot --- [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.0.2.201910101100-r.jar [INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.0.2.201910101100-r-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot --- [INFO] [INFO] ----< org.eclipse.statet-assemblies:org.eclipse.statet.repository >----- [INFO] Building org.eclipse.statet.repository 4.0.2.201910101100-r [139/140] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.repository --- [INFO] The project's OSGi version is 4.0.2.201910101100-r [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.repository --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.statet.repository --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.statet.repository --- [INFO] Copying resources from /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet/releng/statet-repository/target/classes to /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet/releng/statet-repository/target/repository [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.statet.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet/releng/statet-repository/target/statet-repository-E201812-incubation-4.0.2-201910101100-r.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.statet.repository --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.statet.repository --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.statet.repository --- [INFO] [INFO] ------------< org.eclipse.statet-releng:aggregation-statet >------------ [INFO] Building aggregation-statet 4.0.2.201910101100-r [140/140] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Eclipse Statet - Maven Parent ...................... SUCCESS [ 6.774 s] [INFO] target-eclipse.ide ................................. SUCCESS [ 1.221 s] [INFO] org.eclipse.statet-commons ......................... SUCCESS [ 0.013 s] [INFO] jcommons ........................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.statet.jcommons.util ................... SUCCESS [ 12.023 s] [INFO] org.eclipse.statet.jcommons.text.core .............. SUCCESS [ 3.446 s] [INFO] org.eclipse.statet.jcommons.text.core.tests ........ SUCCESS [ 5.648 s] [INFO] ecommons ........................................... SUCCESS [ 0.009 s] [INFO] org.eclipse.statet.ecommons.runtime.core ........... SUCCESS [ 2.633 s] [INFO] org.eclipse.statet.ecommons.runtime.ui ............. SUCCESS [ 2.325 s] [INFO] org.eclipse.statet.ecommons.net.core ............... SUCCESS [ 2.491 s] [INFO] org.eclipse.statet.ecommons.emf.core ............... SUCCESS [ 3.401 s] [INFO] org.eclipse.statet.ecommons.emf.ui ................. SUCCESS [ 2.487 s] [INFO] org.eclipse.statet.ecommons.preferences.core ....... SUCCESS [ 2.743 s] [INFO] org.eclipse.statet.ecommons.databinding.core ....... SUCCESS [ 8.306 s] [INFO] org.eclipse.statet.ecommons.text.core .............. SUCCESS [ 3.302 s] [INFO] org.eclipse.statet.ecommons.text.core.tests ........ SUCCESS [ 5.289 s] [INFO] org.eclipse.statet.ecommons.coremisc ............... SUCCESS [ 3.456 s] [INFO] org.eclipse.statet.ecommons.debug.core ............. SUCCESS [ 4.069 s] [INFO] org.eclipse.statet.ecommons.uimisc ................. SUCCESS [ 6.593 s] [INFO] org.eclipse.statet.ecommons.debug.ui ............... SUCCESS [ 3.723 s] [INFO] ecommons.waltable .................................. SUCCESS [ 0.006 s] [INFO] org.eclipse.statet.ecommons.waltable.core .......... SUCCESS [ 11.734 s] [INFO] ecommons.edb ....................................... SUCCESS [ 0.011 s] [INFO] org.eclipse.statet.ecommons.edb.core ............... SUCCESS [ 2.536 s] [INFO] org.eclipse.statet-rj .............................. SUCCESS [ 0.004 s] [INFO] rj.core ............................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.rj.data ......................... SUCCESS [ 3.280 s] [INFO] org.eclipse.statet.rj.server ....................... SUCCESS [ 3.730 s] [INFO] org.eclipse.statet.rj.server.tests ................. SUCCESS [ 5.811 s] [INFO] org.eclipse.statet.rj.server.remotetools ........... SUCCESS [ 2.521 s] [INFO] org.eclipse.statet.rj.server.rpkg .................. SUCCESS [ 2.481 s] [INFO] org.eclipse.statet.rj.services.core ................ SUCCESS [ 8.974 s] [INFO] org.eclipse.statet.rj.services.core.tests .......... SUCCESS [ 11.446 s] [INFO] org.eclipse.statet.rj.client ....................... SUCCESS [ 2.781 s] [INFO] org.eclipse.statet.rj.core ......................... SUCCESS [ 1.322 s] [INFO] rj.core ............................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.rj.core ......................... SUCCESS [ 3.101 s] [INFO] org.eclipse.statet.rj.server-consoleserver ......... SUCCESS [ 2.228 s] [INFO] rj.servi ........................................... SUCCESS [ 0.005 s] [INFO] org.eclipse.statet.rj.servi ........................ SUCCESS [ 3.093 s] [INFO] org.eclipse.statet.rj.servi.tests .................. SUCCESS [ 6.100 s] [INFO] org.eclipse.statet.rj.servi.webapp ................. SUCCESS [ 7.819 s] [INFO] rj.servi ........................................... SUCCESS [ 0.005 s] [INFO] rj.eclient ......................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.rj.eclient.core ................. SUCCESS [ 2.741 s] [INFO] org.eclipse.statet.rj.eclient ...................... SUCCESS [ 1.332 s] [INFO] org.eclipse.statet.rj.eclient.graphics ............. SUCCESS [ 3.466 s] [INFO] rj.eclient ......................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.statet.rj.eclient ...................... SUCCESS [ 2.510 s] [INFO] org.eclipse.statet.rj.servi.e ...................... SUCCESS [ 3.038 s] [INFO] Eclipse StatET RJ - RServi ......................... SUCCESS [ 2.353 s] [INFO] rj.examples ........................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.rj.example.demo ................. SUCCESS [ 3.259 s] [INFO] org.eclipse.statet.rj.example.rcpdemo1 ............. SUCCESS [ 2.766 s] [INFO] org.eclipse.statet.rj.example.rcpdemo2 ............. SUCCESS [ 2.841 s] [INFO] rj.examples ........................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.rj.example.rcpdemo2 ............. SUCCESS [ 2.672 s] [INFO] rcpdemo ............................................ SUCCESS [ 16.173 s] [INFO] org.eclipse.statet-eutils .......................... SUCCESS [ 0.007 s] [INFO] autonature ......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.statet.eutils.autonature ............... SUCCESS [ 7.853 s] [INFO] autonature ......................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.eutils.autonature ............... SUCCESS [ 3.327 s] [INFO] autorun ............................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.eutils.autorun .................. SUCCESS [ 2.763 s] [INFO] autorun ............................................ SUCCESS [ 0.005 s] [INFO] org.eclipse.statet.eutils.autorun .................. SUCCESS [ 2.442 s] [INFO] org.eclipse.statet-ltk ............................. SUCCESS [ 0.005 s] [INFO] ltk ................................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.statet.ltk ............................. SUCCESS [ 1.247 s] [INFO] org.eclipse.statet.ltk.core ........................ SUCCESS [ 3.618 s] [INFO] org.eclipse.statet.ltk.ui .......................... SUCCESS [ 6.059 s] [INFO] org.eclipse.statet.ltk.buildpaths.core ............. SUCCESS [ 2.560 s] [INFO] org.eclipse.statet.ltk.buildpaths.ui ............... SUCCESS [ 2.993 s] [INFO] ltk ................................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.ltk ............................. SUCCESS [ 2.940 s] [INFO] org.eclipse.statet-docmlet ......................... SUCCESS [ 0.004 s] [INFO] docmlet ............................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.docmlet.base.ui ................. SUCCESS [ 8.493 s] [INFO] org.eclipse.statet.docmlet.tex.core ................ SUCCESS [ 3.600 s] [INFO] org.eclipse.statet.docmlet.tex.ui .................. SUCCESS [ 4.035 s] [INFO] yaml ............................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.yaml.core ....................... SUCCESS [ 5.440 s] [INFO] org.eclipse.statet.docmlet.wikitext.core ........... SUCCESS [ 3.951 s] [INFO] org.eclipse.statet.docmlet.wikitext.ui ............. SUCCESS [ 3.224 s] [INFO] org.eclipse.statet.docmlet.wikitext.commonmark.core SUCCESS [ 3.229 s] [INFO] org.eclipse.statet.docmlet.wikitext.commonmark.core.tests SUCCESS [ 12.150 s] [INFO] org.eclipse.statet.docmlet.wikitext.commonmark.ui .. SUCCESS [ 2.462 s] [INFO] org.eclipse.statet.docmlet.doc.user ................ SUCCESS [ 2.371 s] [INFO] docmlet ............................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.statet.yaml.ui ......................... SUCCESS [ 2.851 s] [INFO] yaml ............................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.statet.yaml ............................ SUCCESS [ 2.263 s] [INFO] org.eclipse.statet-r ............................... SUCCESS [ 0.005 s] [INFO] rhelp .............................................. SUCCESS [ 0.003 s] [INFO] org.eclipse.statet.rhelp.core ...................... SUCCESS [ 4.451 s] [INFO] org.eclipse.statet.rhelp.server .................... SUCCESS [ 9.040 s] [INFO] r .................................................. SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.ide.core ........................ SUCCESS [ 2.444 s] [INFO] org.eclipse.statet.ide.ui .......................... SUCCESS [ 3.114 s] [INFO] org.eclipse.statet.nico.core ....................... SUCCESS [ 7.945 s] [INFO] org.eclipse.statet.nico.ui ......................... SUCCESS [ 4.109 s] [INFO] org.eclipse.statet.r.core .......................... SUCCESS [ 6.331 s] [INFO] org.eclipse.statet.r.core-tests .................... SUCCESS [ 8.785 s] [INFO] org.eclipse.statet.r.console.core .................. SUCCESS [ 3.644 s] [INFO] org.eclipse.statet.r.ui ............................ SUCCESS [ 14.347 s] [INFO] org.eclipse.statet.r.console.ui .................... SUCCESS [ 4.221 s] [INFO] org.eclipse.statet.r.debug.core .................... SUCCESS [ 3.302 s] [INFO] org.eclipse.statet.r.debug.ui ...................... SUCCESS [ 2.922 s] [INFO] org.eclipse.statet.r.launching.winrgui ............. SUCCESS [ 2.492 s] [INFO] org.eclipse.statet.r.apps .......................... SUCCESS [ 2.839 s] [INFO] org.eclipse.statet.r.doc ........................... SUCCESS [ 2.992 s] [INFO] org.eclipse.statet.r ............................... SUCCESS [ 1.271 s] [INFO] r .................................................. SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.r ............................... SUCCESS [ 2.721 s] [INFO] redocs ............................................. SUCCESS [ 0.005 s] [INFO] org.eclipse.statet.redocs.r ........................ SUCCESS [ 3.000 s] [INFO] org.eclipse.statet.redocs.tex.r .................... SUCCESS [ 3.316 s] [INFO] org.eclipse.statet.redocs.tex.r.debug .............. SUCCESS [ 2.498 s] [INFO] org.eclipse.statet.redocs.tex.r.doc ................ SUCCESS [ 2.222 s] [INFO] org.eclipse.statet.redocs.wikitext.r ............... SUCCESS [ 3.850 s] [INFO] org.eclipse.statet.redocs.wikitext.r.debug ......... SUCCESS [ 2.586 s] [INFO] org.eclipse.statet.redocs.wikitext.r.commonmark .... SUCCESS [ 2.689 s] [INFO] org.eclipse.statet.redocs.wikitext.r.textile ....... SUCCESS [ 2.751 s] [INFO] redocs ............................................. SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.redocs.tex.r .................... SUCCESS [ 2.372 s] [INFO] org.eclipse.statet.redocs.wikitext.r ............... SUCCESS [ 2.377 s] [INFO] rtm ................................................ SUCCESS [ 0.004 s] [INFO] org.eclipse.statet.rtm.base.core ................... SUCCESS [ 2.457 s] [INFO] org.eclipse.statet.rtm.base.ui ..................... SUCCESS [ 3.592 s] [INFO] org.eclipse.statet.rtm.ftable.core ................. SUCCESS [ 2.478 s] [INFO] org.eclipse.statet.rtm.ftable.ui ................... SUCCESS [ 7.676 s] [INFO] org.eclipse.statet.rtm.ggplot.core ................. SUCCESS [ 3.125 s] [INFO] org.eclipse.statet.rtm.ggplot.ui ................... SUCCESS [ 2.776 s] [INFO] rtm ................................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.statet.rtm.ftable ...................... SUCCESS [ 2.350 s] [INFO] org.eclipse.statet.rtm.ggplot ...................... SUCCESS [ 2.848 s] [INFO] org.eclipse.statet.repository ...................... SUCCESS [ 4.968 s] [INFO] aggregation-statet 4.0.2.201910101100-r ............ SUCCESS [ 0.001 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:48 min [INFO] Finished at: 2019-10-10T13:11:07Z [INFO] ------------------------------------------------------------------------ [Pipeline] script [Pipeline] { [Pipeline] readFile [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy 'nexus') [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=org.eclipse.statet/releng/pom.xml' '-DpomFile=org.eclipse.statet/releng/pom.xml' '-Dpackaging=pom' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (7.8 kB at 1.5 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar (34 kB at 150 kB/s) [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/parent/4.0.2.201910101100-r/parent-4.0.2.201910101100-r.pom Progress (1): 2.0/14 kB Progress (1): 4.1/14 kB Progress (1): 6.1/14 kB Progress (1): 8.2/14 kB Progress (1): 10/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/parent/4.0.2.201910101100-r/parent-4.0.2.201910101100-r.pom (14 kB at 23 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/parent/maven-metadata.xml Progress (1): 387 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/parent/maven-metadata.xml (387 B at 6.7 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/parent/maven-metadata.xml Progress (1): 433 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/parent/maven-metadata.xml (433 B at 4.3 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.064 s [INFO] Finished at: 2019-10-10T13:11:17Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=org.eclipse.statet-commons/pom.xml' '-DpomFile=org.eclipse.statet-commons/pom.xml' '-Dpackaging=pom' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-commons/4.0.2.201910101100-r/org.eclipse.statet-commons-4.0.2.201910101100-r.pom Progress (1): 2.0/2.0 kB Progress (1): 2.0 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-commons/4.0.2.201910101100-r/org.eclipse.statet-commons-4.0.2.201910101100-r.pom (2.0 kB at 2.8 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-commons/maven-metadata.xml Progress (1): 407 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-commons/maven-metadata.xml (407 B at 4.9 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-commons/maven-metadata.xml Progress (1): 453 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-commons/maven-metadata.xml (453 B at 5.6 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.811 s [INFO] Finished at: 2019-10-10T13:11:20Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=org.eclipse.statet-commons/jcommons/pom.xml' '-DpomFile=org.eclipse.statet-commons/jcommons/pom.xml' '-Dpackaging=pom' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/jcommons/4.0.2.201910101100-r/jcommons-4.0.2.201910101100-r.pom Progress (1): 1.4 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/jcommons/4.0.2.201910101100-r/jcommons-4.0.2.201910101100-r.pom (1.4 kB at 3.9 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/jcommons/maven-metadata.xml Progress (1): 391 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/jcommons/maven-metadata.xml (391 B at 2.3 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/jcommons/maven-metadata.xml Progress (1): 437 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/jcommons/maven-metadata.xml (437 B at 3.8 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.593 s [INFO] Finished at: 2019-10-10T13:11:23Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=org.eclipse.statet-rj/pom.xml' '-DpomFile=org.eclipse.statet-rj/pom.xml' '-Dpackaging=pom' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-rj/4.0.2.201910101100-r/org.eclipse.statet-rj-4.0.2.201910101100-r.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-rj/4.0.2.201910101100-r/org.eclipse.statet-rj-4.0.2.201910101100-r.pom (2.3 kB at 7.9 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-rj/maven-metadata.xml Progress (1): 402 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-rj/maven-metadata.xml (402 B at 3.9 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-rj/maven-metadata.xml Progress (1): 448 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet-releng/org.eclipse.statet-rj/maven-metadata.xml (448 B at 4.9 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.373 s [INFO] Finished at: 2019-10-10T13:11:26Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=org.eclipse.statet-rj/core/pom.xml' '-DpomFile=org.eclipse.statet-rj/core/pom.xml' '-Dpackaging=pom' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.core/4.0.2.201910101100-r/rj.core-4.0.2.201910101100-r.pom Progress (1): 1.8 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.core/4.0.2.201910101100-r/rj.core-4.0.2.201910101100-r.pom (1.8 kB at 4.1 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.core/maven-metadata.xml Progress (1): 384 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.core/maven-metadata.xml (384 B at 4.4 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.core/maven-metadata.xml Progress (1): 430 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.core/maven-metadata.xml (430 B at 5.6 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.482 s [INFO] Finished at: 2019-10-10T13:11:28Z [INFO] ------------------------------------------------------------------------ [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=org.eclipse.statet-rj/servi/pom.xml' '-DpomFile=org.eclipse.statet-rj/servi/pom.xml' '-Dpackaging=pom' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.servi/4.0.2.201910101100-r/rj.servi-4.0.2.201910101100-r.pom Progress (1): 1.5 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.servi/4.0.2.201910101100-r/rj.servi-4.0.2.201910101100-r.pom (1.5 kB at 4.1 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.servi/maven-metadata.xml Progress (1): 385 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.servi/maven-metadata.xml (385 B at 2.2 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.servi/maven-metadata.xml Progress (1): 431 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/rj.servi/maven-metadata.xml (431 B at 4.4 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.616 s [INFO] Finished at: 2019-10-10T13:11:31Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.jar' '-DpomFile=org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml' '-Dpackaging=jar' '-Dtypes=jar' '-Dclassifiers=sources' '-Dfiles=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r-sources.jar' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/4.0.2.201910101100-r/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.jar Progress (1): 2.0/73 kB Progress (1): 4.1/73 kB Progress (1): 6.1/73 kB Progress (1): 8.2/73 kB Progress (1): 10/73 kB Progress (1): 12/73 kB Progress (1): 14/73 kB Progress (1): 16/73 kB Progress (1): 18/73 kB Progress (1): 20/73 kB Progress (1): 23/73 kB Progress (1): 25/73 kB Progress (1): 27/73 kB Progress (1): 29/73 kB Progress (1): 31/73 kB Progress (1): 33/73 kB Progress (1): 35/73 kB Progress (1): 37/73 kB Progress (1): 39/73 kB Progress (1): 41/73 kB Progress (1): 43/73 kB Progress (1): 45/73 kB Progress (1): 47/73 kB Progress (1): 49/73 kB Progress (1): 51/73 kB Progress (1): 53/73 kB Progress (1): 55/73 kB Progress (1): 57/73 kB Progress (1): 59/73 kB Progress (1): 61/73 kB Progress (1): 63/73 kB Progress (1): 66/73 kB Progress (1): 68/73 kB Progress (1): 70/73 kB Progress (1): 72/73 kB Progress (1): 73 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/4.0.2.201910101100-r/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.jar (73 kB at 132 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/4.0.2.201910101100-r/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.pom Progress (1): 1.3 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/4.0.2.201910101100-r/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r.pom (1.3 kB at 15 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/4.0.2.201910101100-r/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r-sources.jar Progress (1): 2.0/40 kB Progress (1): 4.1/40 kB Progress (1): 6.1/40 kB Progress (1): 8.2/40 kB Progress (1): 10/40 kB Progress (1): 12/40 kB Progress (1): 14/40 kB Progress (1): 16/40 kB Progress (1): 18/40 kB Progress (1): 20/40 kB Progress (1): 23/40 kB Progress (1): 25/40 kB Progress (1): 27/40 kB Progress (1): 29/40 kB Progress (1): 31/40 kB Progress (1): 33/40 kB Progress (1): 35/40 kB Progress (1): 37/40 kB Progress (1): 39/40 kB Progress (1): 40 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/4.0.2.201910101100-r/org.eclipse.statet.jcommons.text.core-4.0.2.201910101100-r-sources.jar (40 kB at 347 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/maven-metadata.xml Progress (1): 420 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/maven-metadata.xml (420 B at 7.2 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/maven-metadata.xml Progress (1): 466 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.text.core/maven-metadata.xml (466 B at 5.2 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.790 s [INFO] Finished at: 2019-10-10T13:11:34Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.jar' '-DpomFile=org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml' '-Dpackaging=jar' '-Dtypes=jar' '-Dclassifiers=sources' '-Dfiles=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r-sources.jar' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/4.0.2.201910101100-r/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.jar Progress (1): 2.0/195 kB Progress (1): 4.1/195 kB Progress (1): 6.1/195 kB Progress (1): 8.2/195 kB Progress (1): 10/195 kB Progress (1): 12/195 kB Progress (1): 14/195 kB Progress (1): 16/195 kB Progress (1): 18/195 kB Progress (1): 20/195 kB Progress (1): 23/195 kB Progress (1): 25/195 kB Progress (1): 27/195 kB Progress (1): 29/195 kB Progress (1): 31/195 kB Progress (1): 33/195 kB Progress (1): 35/195 kB Progress (1): 37/195 kB Progress (1): 39/195 kB Progress (1): 41/195 kB Progress (1): 43/195 kB Progress (1): 45/195 kB Progress (1): 47/195 kB Progress (1): 49/195 kB Progress (1): 51/195 kB Progress (1): 53/195 kB Progress (1): 55/195 kB Progress (1): 57/195 kB Progress (1): 59/195 kB Progress (1): 61/195 kB Progress (1): 63/195 kB Progress (1): 66/195 kB Progress (1): 68/195 kB Progress (1): 70/195 kB Progress (1): 72/195 kB Progress (1): 74/195 kB Progress (1): 76/195 kB Progress (1): 78/195 kB Progress (1): 80/195 kB Progress (1): 82/195 kB Progress (1): 84/195 kB Progress (1): 86/195 kB Progress (1): 88/195 kB Progress (1): 90/195 kB Progress (1): 92/195 kB Progress (1): 94/195 kB Progress (1): 96/195 kB Progress (1): 98/195 kB Progress (1): 100/195 kB Progress (1): 102/195 kB Progress (1): 104/195 kB Progress (1): 106/195 kB Progress (1): 109/195 kB Progress (1): 111/195 kB Progress (1): 113/195 kB Progress (1): 115/195 kB Progress (1): 117/195 kB Progress (1): 119/195 kB Progress (1): 121/195 kB Progress (1): 123/195 kB Progress (1): 125/195 kB Progress (1): 127/195 kB Progress (1): 129/195 kB Progress (1): 131/195 kB Progress (1): 133/195 kB Progress (1): 135/195 kB Progress (1): 137/195 kB Progress (1): 139/195 kB Progress (1): 141/195 kB Progress (1): 143/195 kB Progress (1): 145/195 kB Progress (1): 147/195 kB Progress (1): 150/195 kB Progress (1): 152/195 kB Progress (1): 154/195 kB Progress (1): 156/195 kB Progress (1): 158/195 kB Progress (1): 160/195 kB Progress (1): 162/195 kB Progress (1): 164/195 kB Progress (1): 166/195 kB Progress (1): 168/195 kB Progress (1): 170/195 kB Progress (1): 172/195 kB Progress (1): 174/195 kB Progress (1): 176/195 kB Progress (1): 178/195 kB Progress (1): 180/195 kB Progress (1): 182/195 kB Progress (1): 184/195 kB Progress (1): 186/195 kB Progress (1): 188/195 kB Progress (1): 190/195 kB Progress (1): 193/195 kB Progress (1): 195/195 kB Progress (1): 195 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/4.0.2.201910101100-r/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.jar (195 kB at 297 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/4.0.2.201910101100-r/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.pom Progress (1): 1.3 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/4.0.2.201910101100-r/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r.pom (1.3 kB at 11 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/4.0.2.201910101100-r/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r-sources.jar Progress (1): 2.0/135 kB Progress (1): 4.1/135 kB Progress (1): 6.1/135 kB Progress (1): 8.2/135 kB Progress (1): 10/135 kB Progress (1): 12/135 kB Progress (1): 14/135 kB Progress (1): 16/135 kB Progress (1): 18/135 kB Progress (1): 20/135 kB Progress (1): 23/135 kB Progress (1): 25/135 kB Progress (1): 27/135 kB Progress (1): 29/135 kB Progress (1): 31/135 kB Progress (1): 33/135 kB Progress (1): 35/135 kB Progress (1): 37/135 kB Progress (1): 39/135 kB Progress (1): 41/135 kB Progress (1): 43/135 kB Progress (1): 45/135 kB Progress (1): 47/135 kB Progress (1): 49/135 kB Progress (1): 51/135 kB Progress (1): 53/135 kB Progress (1): 55/135 kB Progress (1): 57/135 kB Progress (1): 59/135 kB Progress (1): 61/135 kB Progress (1): 63/135 kB Progress (1): 66/135 kB Progress (1): 68/135 kB Progress (1): 70/135 kB Progress (1): 72/135 kB Progress (1): 74/135 kB Progress (1): 76/135 kB Progress (1): 78/135 kB Progress (1): 80/135 kB Progress (1): 82/135 kB Progress (1): 84/135 kB Progress (1): 86/135 kB Progress (1): 88/135 kB Progress (1): 90/135 kB Progress (1): 92/135 kB Progress (1): 94/135 kB Progress (1): 96/135 kB Progress (1): 98/135 kB Progress (1): 100/135 kB Progress (1): 102/135 kB Progress (1): 104/135 kB Progress (1): 106/135 kB Progress (1): 109/135 kB Progress (1): 111/135 kB Progress (1): 113/135 kB Progress (1): 115/135 kB Progress (1): 117/135 kB Progress (1): 119/135 kB Progress (1): 121/135 kB Progress (1): 123/135 kB Progress (1): 125/135 kB Progress (1): 127/135 kB Progress (1): 129/135 kB Progress (1): 131/135 kB Progress (1): 133/135 kB Progress (1): 135 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/4.0.2.201910101100-r/org.eclipse.statet.jcommons.util-4.0.2.201910101100-r-sources.jar (135 kB at 592 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/maven-metadata.xml Progress (1): 415 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/maven-metadata.xml (415 B at 2.9 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/maven-metadata.xml Progress (1): 461 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/jcommons/org.eclipse.statet.jcommons.util/maven-metadata.xml (461 B at 5.0 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.213 s [INFO] Finished at: 2019-10-10T13:11:38Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.0.2.201910101100-r.jar' '-DpomFile=org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/pom.xml' '-Dpackaging=jar' '-Dtypes=jar' '-Dclassifiers=sources' '-Dfiles=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.0.2.201910101100-r-sources.jar' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/4.0.2.201910101100-r/org.eclipse.statet.rj.data-4.0.2.201910101100-r.jar Progress (1): 2.0/168 kB Progress (1): 4.1/168 kB Progress (1): 6.1/168 kB Progress (1): 8.2/168 kB Progress (1): 10/168 kB Progress (1): 12/168 kB Progress (1): 14/168 kB Progress (1): 16/168 kB Progress (1): 18/168 kB Progress (1): 20/168 kB Progress (1): 23/168 kB Progress (1): 25/168 kB Progress (1): 27/168 kB Progress (1): 29/168 kB Progress (1): 31/168 kB Progress (1): 33/168 kB Progress (1): 35/168 kB Progress (1): 37/168 kB Progress (1): 39/168 kB Progress (1): 41/168 kB Progress (1): 43/168 kB Progress (1): 45/168 kB Progress (1): 47/168 kB Progress (1): 49/168 kB Progress (1): 51/168 kB Progress (1): 53/168 kB Progress (1): 55/168 kB Progress (1): 57/168 kB Progress (1): 59/168 kB Progress (1): 61/168 kB Progress (1): 63/168 kB Progress (1): 66/168 kB Progress (1): 68/168 kB Progress (1): 70/168 kB Progress (1): 72/168 kB Progress (1): 74/168 kB Progress (1): 76/168 kB Progress (1): 78/168 kB Progress (1): 80/168 kB Progress (1): 82/168 kB Progress (1): 84/168 kB Progress (1): 86/168 kB Progress (1): 88/168 kB Progress (1): 90/168 kB Progress (1): 92/168 kB Progress (1): 94/168 kB Progress (1): 96/168 kB Progress (1): 98/168 kB Progress (1): 100/168 kB Progress (1): 102/168 kB Progress (1): 104/168 kB Progress (1): 106/168 kB Progress (1): 109/168 kB Progress (1): 111/168 kB Progress (1): 113/168 kB Progress (1): 115/168 kB Progress (1): 117/168 kB Progress (1): 119/168 kB Progress (1): 121/168 kB Progress (1): 123/168 kB Progress (1): 125/168 kB Progress (1): 127/168 kB Progress (1): 129/168 kB Progress (1): 131/168 kB Progress (1): 133/168 kB Progress (1): 135/168 kB Progress (1): 137/168 kB Progress (1): 139/168 kB Progress (1): 141/168 kB Progress (1): 143/168 kB Progress (1): 145/168 kB Progress (1): 147/168 kB Progress (1): 150/168 kB Progress (1): 152/168 kB Progress (1): 154/168 kB Progress (1): 156/168 kB Progress (1): 158/168 kB Progress (1): 160/168 kB Progress (1): 162/168 kB Progress (1): 164/168 kB Progress (1): 166/168 kB Progress (1): 168 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/4.0.2.201910101100-r/org.eclipse.statet.rj.data-4.0.2.201910101100-r.jar (168 kB at 487 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/4.0.2.201910101100-r/org.eclipse.statet.rj.data-4.0.2.201910101100-r.pom Progress (1): 1.4 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/4.0.2.201910101100-r/org.eclipse.statet.rj.data-4.0.2.201910101100-r.pom (1.4 kB at 19 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/4.0.2.201910101100-r/org.eclipse.statet.rj.data-4.0.2.201910101100-r-sources.jar Progress (1): 2.0/128 kB Progress (1): 4.1/128 kB Progress (1): 6.1/128 kB Progress (1): 8.2/128 kB Progress (1): 10/128 kB Progress (1): 12/128 kB Progress (1): 14/128 kB Progress (1): 16/128 kB Progress (1): 18/128 kB Progress (1): 20/128 kB Progress (1): 23/128 kB Progress (1): 25/128 kB Progress (1): 27/128 kB Progress (1): 29/128 kB Progress (1): 31/128 kB Progress (1): 33/128 kB Progress (1): 35/128 kB Progress (1): 37/128 kB Progress (1): 39/128 kB Progress (1): 41/128 kB Progress (1): 43/128 kB Progress (1): 45/128 kB Progress (1): 47/128 kB Progress (1): 49/128 kB Progress (1): 51/128 kB Progress (1): 53/128 kB Progress (1): 55/128 kB Progress (1): 57/128 kB Progress (1): 59/128 kB Progress (1): 61/128 kB Progress (1): 63/128 kB Progress (1): 66/128 kB Progress (1): 68/128 kB Progress (1): 70/128 kB Progress (1): 72/128 kB Progress (1): 74/128 kB Progress (1): 76/128 kB Progress (1): 78/128 kB Progress (1): 80/128 kB Progress (1): 82/128 kB Progress (1): 84/128 kB Progress (1): 86/128 kB Progress (1): 88/128 kB Progress (1): 90/128 kB Progress (1): 92/128 kB Progress (1): 94/128 kB Progress (1): 96/128 kB Progress (1): 98/128 kB Progress (1): 100/128 kB Progress (1): 102/128 kB Progress (1): 104/128 kB Progress (1): 106/128 kB Progress (1): 109/128 kB Progress (1): 111/128 kB Progress (1): 113/128 kB Progress (1): 115/128 kB Progress (1): 117/128 kB Progress (1): 119/128 kB Progress (1): 121/128 kB Progress (1): 123/128 kB Progress (1): 125/128 kB Progress (1): 127/128 kB Progress (1): 128 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/4.0.2.201910101100-r/org.eclipse.statet.rj.data-4.0.2.201910101100-r-sources.jar (128 kB at 1.3 MB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/maven-metadata.xml Progress (1): 403 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/maven-metadata.xml (403 B at 4.4 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/maven-metadata.xml Progress (1): 449 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.data/maven-metadata.xml (449 B at 3.7 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.658 s [INFO] Finished at: 2019-10-10T13:11:41Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.jar' '-DpomFile=org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/pom.xml' '-Dpackaging=jar' '-Dtypes=jar' '-Dclassifiers=sources' '-Dfiles=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r-sources.jar' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/4.0.2.201910101100-r/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.jar Progress (1): 2.0/137 kB Progress (1): 4.1/137 kB Progress (1): 6.1/137 kB Progress (1): 8.2/137 kB Progress (1): 10/137 kB Progress (1): 12/137 kB Progress (1): 14/137 kB Progress (1): 16/137 kB Progress (1): 18/137 kB Progress (1): 20/137 kB Progress (1): 23/137 kB Progress (1): 25/137 kB Progress (1): 27/137 kB Progress (1): 29/137 kB Progress (1): 31/137 kB Progress (1): 33/137 kB Progress (1): 35/137 kB Progress (1): 37/137 kB Progress (1): 39/137 kB Progress (1): 41/137 kB Progress (1): 43/137 kB Progress (1): 45/137 kB Progress (1): 47/137 kB Progress (1): 49/137 kB Progress (1): 51/137 kB Progress (1): 53/137 kB Progress (1): 55/137 kB Progress (1): 57/137 kB Progress (1): 59/137 kB Progress (1): 61/137 kB Progress (1): 63/137 kB Progress (1): 66/137 kB Progress (1): 68/137 kB Progress (1): 70/137 kB Progress (1): 72/137 kB Progress (1): 74/137 kB Progress (1): 76/137 kB Progress (1): 78/137 kB Progress (1): 80/137 kB Progress (1): 82/137 kB Progress (1): 84/137 kB Progress (1): 86/137 kB Progress (1): 88/137 kB Progress (1): 90/137 kB Progress (1): 92/137 kB Progress (1): 94/137 kB Progress (1): 96/137 kB Progress (1): 98/137 kB Progress (1): 100/137 kB Progress (1): 102/137 kB Progress (1): 104/137 kB Progress (1): 106/137 kB Progress (1): 109/137 kB Progress (1): 111/137 kB Progress (1): 113/137 kB Progress (1): 115/137 kB Progress (1): 117/137 kB Progress (1): 119/137 kB Progress (1): 121/137 kB Progress (1): 123/137 kB Progress (1): 125/137 kB Progress (1): 127/137 kB Progress (1): 129/137 kB Progress (1): 131/137 kB Progress (1): 133/137 kB Progress (1): 135/137 kB Progress (1): 137 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/4.0.2.201910101100-r/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.jar (137 kB at 369 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/4.0.2.201910101100-r/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.pom Progress (1): 1.7 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/4.0.2.201910101100-r/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r.pom (1.7 kB at 15 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/4.0.2.201910101100-r/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r-sources.jar Progress (1): 2.0/118 kB Progress (1): 4.1/118 kB Progress (1): 6.1/118 kB Progress (1): 8.2/118 kB Progress (1): 10/118 kB Progress (1): 12/118 kB Progress (1): 14/118 kB Progress (1): 16/118 kB Progress (1): 18/118 kB Progress (1): 20/118 kB Progress (1): 23/118 kB Progress (1): 25/118 kB Progress (1): 27/118 kB Progress (1): 29/118 kB Progress (1): 31/118 kB Progress (1): 33/118 kB Progress (1): 35/118 kB Progress (1): 37/118 kB Progress (1): 39/118 kB Progress (1): 41/118 kB Progress (1): 43/118 kB Progress (1): 45/118 kB Progress (1): 47/118 kB Progress (1): 49/118 kB Progress (1): 51/118 kB Progress (1): 53/118 kB Progress (1): 55/118 kB Progress (1): 57/118 kB Progress (1): 59/118 kB Progress (1): 61/118 kB Progress (1): 63/118 kB Progress (1): 66/118 kB Progress (1): 68/118 kB Progress (1): 70/118 kB Progress (1): 72/118 kB Progress (1): 74/118 kB Progress (1): 76/118 kB Progress (1): 78/118 kB Progress (1): 80/118 kB Progress (1): 82/118 kB Progress (1): 84/118 kB Progress (1): 86/118 kB Progress (1): 88/118 kB Progress (1): 90/118 kB Progress (1): 92/118 kB Progress (1): 94/118 kB Progress (1): 96/118 kB Progress (1): 98/118 kB Progress (1): 100/118 kB Progress (1): 102/118 kB Progress (1): 104/118 kB Progress (1): 106/118 kB Progress (1): 109/118 kB Progress (1): 111/118 kB Progress (1): 113/118 kB Progress (1): 115/118 kB Progress (1): 117/118 kB Progress (1): 118 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/4.0.2.201910101100-r/org.eclipse.statet.rj.services.core-4.0.2.201910101100-r-sources.jar (118 kB at 1.2 MB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/maven-metadata.xml Progress (1): 412 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/maven-metadata.xml (412 B at 6.1 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/maven-metadata.xml Progress (1): 458 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.services.core/maven-metadata.xml (458 B at 4.1 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.663 s [INFO] Finished at: 2019-10-10T13:11:44Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.0.2.201910101100-r.jar' '-DpomFile=org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/pom.xml' '-Dpackaging=jar' '-Dtypes=jar' '-Dclassifiers=sources' '-Dfiles=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.0.2.201910101100-r-sources.jar' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/4.0.2.201910101100-r/org.eclipse.statet.rj.server-4.0.2.201910101100-r.jar Progress (1): 2.0/257 kB Progress (1): 4.1/257 kB Progress (1): 6.1/257 kB Progress (1): 8.2/257 kB Progress (1): 10/257 kB Progress (1): 12/257 kB Progress (1): 14/257 kB Progress (1): 16/257 kB Progress (1): 18/257 kB Progress (1): 20/257 kB Progress (1): 23/257 kB Progress (1): 25/257 kB Progress (1): 27/257 kB Progress (1): 29/257 kB Progress (1): 31/257 kB Progress (1): 33/257 kB Progress (1): 35/257 kB Progress (1): 37/257 kB Progress (1): 39/257 kB Progress (1): 41/257 kB Progress (1): 43/257 kB Progress (1): 45/257 kB Progress (1): 47/257 kB Progress (1): 49/257 kB Progress (1): 51/257 kB Progress (1): 53/257 kB Progress (1): 55/257 kB Progress (1): 57/257 kB Progress (1): 59/257 kB Progress (1): 61/257 kB Progress (1): 63/257 kB Progress (1): 66/257 kB Progress (1): 68/257 kB Progress (1): 70/257 kB Progress (1): 72/257 kB Progress (1): 74/257 kB Progress (1): 76/257 kB Progress (1): 78/257 kB Progress (1): 80/257 kB Progress (1): 82/257 kB Progress (1): 84/257 kB Progress (1): 86/257 kB Progress (1): 88/257 kB Progress (1): 90/257 kB Progress (1): 92/257 kB Progress (1): 94/257 kB Progress (1): 96/257 kB Progress (1): 98/257 kB Progress (1): 100/257 kB Progress (1): 102/257 kB Progress (1): 104/257 kB Progress (1): 106/257 kB Progress (1): 109/257 kB Progress (1): 111/257 kB Progress (1): 113/257 kB Progress (1): 115/257 kB Progress (1): 117/257 kB Progress (1): 119/257 kB Progress (1): 121/257 kB Progress (1): 123/257 kB Progress (1): 125/257 kB Progress (1): 127/257 kB Progress (1): 129/257 kB Progress (1): 131/257 kB Progress (1): 133/257 kB Progress (1): 135/257 kB Progress (1): 137/257 kB Progress (1): 139/257 kB Progress (1): 141/257 kB Progress (1): 143/257 kB Progress (1): 145/257 kB Progress (1): 147/257 kB Progress (1): 150/257 kB Progress (1): 152/257 kB Progress (1): 154/257 kB Progress (1): 156/257 kB Progress (1): 158/257 kB Progress (1): 160/257 kB Progress (1): 162/257 kB Progress (1): 164/257 kB Progress (1): 166/257 kB Progress (1): 168/257 kB Progress (1): 170/257 kB Progress (1): 172/257 kB Progress (1): 174/257 kB Progress (1): 176/257 kB Progress (1): 178/257 kB Progress (1): 180/257 kB Progress (1): 182/257 kB Progress (1): 184/257 kB Progress (1): 186/257 kB Progress (1): 188/257 kB Progress (1): 190/257 kB Progress (1): 193/257 kB Progress (1): 195/257 kB Progress (1): 197/257 kB Progress (1): 199/257 kB Progress (1): 201/257 kB Progress (1): 203/257 kB Progress (1): 205/257 kB Progress (1): 207/257 kB Progress (1): 209/257 kB Progress (1): 211/257 kB Progress (1): 213/257 kB Progress (1): 215/257 kB Progress (1): 217/257 kB Progress (1): 219/257 kB Progress (1): 221/257 kB Progress (1): 223/257 kB Progress (1): 225/257 kB Progress (1): 227/257 kB Progress (1): 229/257 kB Progress (1): 231/257 kB Progress (1): 233/257 kB Progress (1): 236/257 kB Progress (1): 238/257 kB Progress (1): 240/257 kB Progress (1): 242/257 kB Progress (1): 244/257 kB Progress (1): 246/257 kB Progress (1): 248/257 kB Progress (1): 250/257 kB Progress (1): 252/257 kB Progress (1): 254/257 kB Progress (1): 256/257 kB Progress (1): 257 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/4.0.2.201910101100-r/org.eclipse.statet.rj.server-4.0.2.201910101100-r.jar (257 kB at 547 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/4.0.2.201910101100-r/org.eclipse.statet.rj.server-4.0.2.201910101100-r.pom Progress (1): 1.6 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/4.0.2.201910101100-r/org.eclipse.statet.rj.server-4.0.2.201910101100-r.pom (1.6 kB at 11 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/4.0.2.201910101100-r/org.eclipse.statet.rj.server-4.0.2.201910101100-r-sources.jar Progress (1): 2.0/152 kB Progress (1): 4.1/152 kB Progress (1): 6.1/152 kB Progress (1): 8.2/152 kB Progress (1): 10/152 kB Progress (1): 12/152 kB Progress (1): 14/152 kB Progress (1): 16/152 kB Progress (1): 18/152 kB Progress (1): 20/152 kB Progress (1): 23/152 kB Progress (1): 25/152 kB Progress (1): 27/152 kB Progress (1): 29/152 kB Progress (1): 31/152 kB Progress (1): 33/152 kB Progress (1): 35/152 kB Progress (1): 37/152 kB Progress (1): 39/152 kB Progress (1): 41/152 kB Progress (1): 43/152 kB Progress (1): 45/152 kB Progress (1): 47/152 kB Progress (1): 49/152 kB Progress (1): 51/152 kB Progress (1): 53/152 kB Progress (1): 55/152 kB Progress (1): 57/152 kB Progress (1): 59/152 kB Progress (1): 61/152 kB Progress (1): 63/152 kB Progress (1): 66/152 kB Progress (1): 68/152 kB Progress (1): 70/152 kB Progress (1): 72/152 kB Progress (1): 74/152 kB Progress (1): 76/152 kB Progress (1): 78/152 kB Progress (1): 80/152 kB Progress (1): 82/152 kB Progress (1): 84/152 kB Progress (1): 86/152 kB Progress (1): 88/152 kB Progress (1): 90/152 kB Progress (1): 92/152 kB Progress (1): 94/152 kB Progress (1): 96/152 kB Progress (1): 98/152 kB Progress (1): 100/152 kB Progress (1): 102/152 kB Progress (1): 104/152 kB Progress (1): 106/152 kB Progress (1): 109/152 kB Progress (1): 111/152 kB Progress (1): 113/152 kB Progress (1): 115/152 kB Progress (1): 117/152 kB Progress (1): 119/152 kB Progress (1): 121/152 kB Progress (1): 123/152 kB Progress (1): 125/152 kB Progress (1): 127/152 kB Progress (1): 129/152 kB Progress (1): 131/152 kB Progress (1): 133/152 kB Progress (1): 135/152 kB Progress (1): 137/152 kB Progress (1): 139/152 kB Progress (1): 141/152 kB Progress (1): 143/152 kB Progress (1): 145/152 kB Progress (1): 147/152 kB Progress (1): 150/152 kB Progress (1): 152/152 kB Progress (1): 152 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/4.0.2.201910101100-r/org.eclipse.statet.rj.server-4.0.2.201910101100-r-sources.jar (152 kB at 1.4 MB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/maven-metadata.xml Progress (1): 405 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/maven-metadata.xml (405 B at 4.4 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/maven-metadata.xml Progress (1): 451 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.server/maven-metadata.xml (451 B at 3.7 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.899 s [INFO] Finished at: 2019-10-10T13:11:47Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.0.2.201910101100-r.jar' '-DpomFile=org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/pom.xml' '-Dpackaging=jar' '-Dtypes=jar' '-Dclassifiers=sources' '-Dfiles=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.0.2.201910101100-r-sources.jar' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/4.0.2.201910101100-r/org.eclipse.statet.rj.client-4.0.2.201910101100-r.jar Progress (1): 2.0/49 kB Progress (1): 4.1/49 kB Progress (1): 6.1/49 kB Progress (1): 8.2/49 kB Progress (1): 10/49 kB Progress (1): 12/49 kB Progress (1): 14/49 kB Progress (1): 16/49 kB Progress (1): 18/49 kB Progress (1): 20/49 kB Progress (1): 23/49 kB Progress (1): 25/49 kB Progress (1): 27/49 kB Progress (1): 29/49 kB Progress (1): 31/49 kB Progress (1): 33/49 kB Progress (1): 35/49 kB Progress (1): 37/49 kB Progress (1): 39/49 kB Progress (1): 41/49 kB Progress (1): 43/49 kB Progress (1): 45/49 kB Progress (1): 47/49 kB Progress (1): 49/49 kB Progress (1): 49 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/4.0.2.201910101100-r/org.eclipse.statet.rj.client-4.0.2.201910101100-r.jar (49 kB at 146 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/4.0.2.201910101100-r/org.eclipse.statet.rj.client-4.0.2.201910101100-r.pom Progress (1): 1.7 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/4.0.2.201910101100-r/org.eclipse.statet.rj.client-4.0.2.201910101100-r.pom (1.7 kB at 21 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/4.0.2.201910101100-r/org.eclipse.statet.rj.client-4.0.2.201910101100-r-sources.jar Progress (1): 2.0/31 kB Progress (1): 4.1/31 kB Progress (1): 6.1/31 kB Progress (1): 8.2/31 kB Progress (1): 10/31 kB Progress (1): 12/31 kB Progress (1): 14/31 kB Progress (1): 16/31 kB Progress (1): 18/31 kB Progress (1): 20/31 kB Progress (1): 23/31 kB Progress (1): 25/31 kB Progress (1): 27/31 kB Progress (1): 29/31 kB Progress (1): 31 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/4.0.2.201910101100-r/org.eclipse.statet.rj.client-4.0.2.201910101100-r-sources.jar (31 kB at 291 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/maven-metadata.xml Progress (1): 405 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/maven-metadata.xml (405 B at 6.8 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/maven-metadata.xml Progress (1): 451 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.client/maven-metadata.xml (451 B at 3.7 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.616 s [INFO] Finished at: 2019-10-10T13:11:50Z [INFO] ------------------------------------------------------------------------ [Pipeline] readFile [Pipeline] sh + mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file '-Dfile=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.jar' '-DpomFile=org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/pom.xml' '-Dpackaging=jar' '-Dtypes=jar' '-Dclassifiers=sources' '-Dfiles=/home/jenkins/agent/workspace/statet-4.0.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.0.2.201910101100-r-sources.jar' '-DrepositoryId=repo.eclipse.org' '-Durl=https://repo.eclipse.org/content/repositories/statet-releases' Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom --- Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/4.0.2.201910101100-r/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.jar Progress (1): 2.0/129 kB Progress (1): 4.1/129 kB Progress (1): 6.1/129 kB Progress (1): 8.2/129 kB Progress (1): 10/129 kB Progress (1): 12/129 kB Progress (1): 14/129 kB Progress (1): 16/129 kB Progress (1): 18/129 kB Progress (1): 20/129 kB Progress (1): 23/129 kB Progress (1): 25/129 kB Progress (1): 27/129 kB Progress (1): 29/129 kB Progress (1): 31/129 kB Progress (1): 33/129 kB Progress (1): 35/129 kB Progress (1): 37/129 kB Progress (1): 39/129 kB Progress (1): 41/129 kB Progress (1): 43/129 kB Progress (1): 45/129 kB Progress (1): 47/129 kB Progress (1): 49/129 kB Progress (1): 51/129 kB Progress (1): 53/129 kB Progress (1): 55/129 kB Progress (1): 57/129 kB Progress (1): 59/129 kB Progress (1): 61/129 kB Progress (1): 63/129 kB Progress (1): 66/129 kB Progress (1): 68/129 kB Progress (1): 70/129 kB Progress (1): 72/129 kB Progress (1): 74/129 kB Progress (1): 76/129 kB Progress (1): 78/129 kB Progress (1): 80/129 kB Progress (1): 82/129 kB Progress (1): 84/129 kB Progress (1): 86/129 kB Progress (1): 88/129 kB Progress (1): 90/129 kB Progress (1): 92/129 kB Progress (1): 94/129 kB Progress (1): 96/129 kB Progress (1): 98/129 kB Progress (1): 100/129 kB Progress (1): 102/129 kB Progress (1): 104/129 kB Progress (1): 106/129 kB Progress (1): 109/129 kB Progress (1): 111/129 kB Progress (1): 113/129 kB Progress (1): 115/129 kB Progress (1): 117/129 kB Progress (1): 119/129 kB Progress (1): 121/129 kB Progress (1): 123/129 kB Progress (1): 125/129 kB Progress (1): 127/129 kB Progress (1): 129/129 kB Progress (1): 129 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/4.0.2.201910101100-r/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.jar (129 kB at 378 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/4.0.2.201910101100-r/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.pom Progress (1): 2.0 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/4.0.2.201910101100-r/org.eclipse.statet.rj.servi-4.0.2.201910101100-r.pom (2.0 kB at 25 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/4.0.2.201910101100-r/org.eclipse.statet.rj.servi-4.0.2.201910101100-r-sources.jar Progress (1): 2.0/85 kB Progress (1): 4.1/85 kB Progress (1): 6.1/85 kB Progress (1): 8.2/85 kB Progress (1): 10/85 kB Progress (1): 12/85 kB Progress (1): 14/85 kB Progress (1): 16/85 kB Progress (1): 18/85 kB Progress (1): 20/85 kB Progress (1): 23/85 kB Progress (1): 25/85 kB Progress (1): 27/85 kB Progress (1): 29/85 kB Progress (1): 31/85 kB Progress (1): 33/85 kB Progress (1): 35/85 kB Progress (1): 37/85 kB Progress (1): 39/85 kB Progress (1): 41/85 kB Progress (1): 43/85 kB Progress (1): 45/85 kB Progress (1): 47/85 kB Progress (1): 49/85 kB Progress (1): 51/85 kB Progress (1): 53/85 kB Progress (1): 55/85 kB Progress (1): 57/85 kB Progress (1): 59/85 kB Progress (1): 61/85 kB Progress (1): 63/85 kB Progress (1): 66/85 kB Progress (1): 68/85 kB Progress (1): 70/85 kB Progress (1): 72/85 kB Progress (1): 74/85 kB Progress (1): 76/85 kB Progress (1): 78/85 kB Progress (1): 80/85 kB Progress (1): 82/85 kB Progress (1): 84/85 kB Progress (1): 85 kB Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/4.0.2.201910101100-r/org.eclipse.statet.rj.servi-4.0.2.201910101100-r-sources.jar (85 kB at 843 kB/s) Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/maven-metadata.xml Progress (1): 404 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/maven-metadata.xml (404 B at 5.4 kB/s) Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/maven-metadata.xml Progress (1): 450 B Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/statet-releases/org/eclipse/statet/rj/org.eclipse.statet.rj.servi/maven-metadata.xml (450 B at 3.9 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.637 s [INFO] Finished at: 2019-10-10T13:11:53Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy 'download') [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.statet (ssh://genie.statet@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-gCMbJNudCcGy/agent.3022 SSH_AGENT_PID=3024 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/statet-4.0.x-r@tmp/private_key_846865656097854341.key (/home/jenkins/agent/workspace/statet-4.0.x-r@tmp/private_key_846865656097854341.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.statet@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/statet/releases/4.0.2 + ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.0.2 + scp -r org.eclipse.statet/releng/statet-repository/target/statet-repository-E201812-incubation-4.0.2-201910101100-r.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.0.2/ + ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.0.2/E201812 + scp -r org.eclipse.statet/releng/statet-repository/target/repository/LICENSE org.eclipse.statet/releng/statet-repository/target/repository/NOTICE.md org.eclipse.statet/releng/statet-repository/target/repository/artifacts.jar org.eclipse.statet/releng/statet-repository/target/repository/artifacts.xml.xz org.eclipse.statet/releng/statet-repository/target/repository/content.jar org.eclipse.statet/releng/statet-repository/target/repository/content.xml.xz org.eclipse.statet/releng/statet-repository/target/repository/features org.eclipse.statet/releng/statet-repository/target/repository/p2.index org.eclipse.statet/releng/statet-repository/target/repository/plugins genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.0.2/E201812 + scp -r org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.0.2-201910101100-r.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.0.2/ + scp -r org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.0.2-201910101100-r.tar.gz genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.0.2/ + ssh genie.statet@projects-storage.eclipse.org ls -aRl /home/data/httpd/download.eclipse.org/statet/releases/4.0.2 /home/data/httpd/download.eclipse.org/statet/releases/4.0.2: total 123904 drwxrwsr-x 3 genie.statet science.statet 239 Oct 10 09:11 . drwxrwsr-x 6 genie.statet science.statet 76 Oct 10 09:11 .. drwxrwsr-x 4 genie.statet science.statet 211 Oct 10 09:11 E201812 -rw-r--r-- 1 genie.statet science.statet 576305 Oct 10 09:11 statet-consoleserver-incubation-4.0.2-201910101100-r.tar.gz -rw-r--r-- 1 genie.statet science.statet 31757169 Oct 10 09:11 statet-repository-E201812-incubation-4.0.2-201910101100-r.zip -rw-r--r-- 1 genie.statet science.statet 30413179 Oct 10 09:11 statet-rhelpserver-incubation-4.0.2-201910101100-r.zip /home/data/httpd/download.eclipse.org/statet/releases/4.0.2/E201812: total 168 drwxrwsr-x 4 genie.statet science.statet 211 Oct 10 09:11 . drwxrwsr-x 3 genie.statet science.statet 239 Oct 10 09:11 .. -rw-r--r-- 1 genie.statet science.statet 18408 Oct 10 09:11 artifacts.jar -rw-r--r-- 1 genie.statet science.statet 14572 Oct 10 09:11 artifacts.xml.xz -rw-r--r-- 1 genie.statet science.statet 51408 Oct 10 09:11 content.jar -rw-r--r-- 1 genie.statet science.statet 19440 Oct 10 09:11 content.xml.xz drwxr-sr-x 2 genie.statet science.statet 4096 Oct 10 09:11 features -rw-r--r-- 1 genie.statet science.statet 25432 Oct 10 09:11 LICENSE -rw-r--r-- 1 genie.statet science.statet 3680 Oct 10 09:11 NOTICE.md -rw-r--r-- 1 genie.statet science.statet 172 Oct 10 09:11 p2.index drwxr-sr-x 2 genie.statet science.statet 16384 Oct 10 09:11 plugins /home/data/httpd/download.eclipse.org/statet/releases/4.0.2/E201812/features: total 248 drwxr-sr-x 2 genie.statet science.statet 4096 Oct 10 09:11 . drwxrwsr-x 4 genie.statet science.statet 211 Oct 10 09:11 .. -rw-r--r-- 1 genie.statet science.statet 19059 Oct 10 09:11 org.eclipse.statet.eutils.autonature_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19039 Oct 10 09:11 org.eclipse.statet.eutils.autorun_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19106 Oct 10 09:11 org.eclipse.statet.ltk_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19379 Oct 10 09:11 org.eclipse.statet.r_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19202 Oct 10 09:11 org.eclipse.statet.redocs.tex.r_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19286 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 1118 Oct 10 09:11 org.eclipse.statet.releng.3rdparty_4.0.0.201904171503.jar -rw-r--r-- 1 genie.statet science.statet 19054 Oct 10 09:11 org.eclipse.statet.rj.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19156 Oct 10 09:11 org.eclipse.statet.rj.eclient_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19081 Oct 10 09:11 org.eclipse.statet.rj.servi.e_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19125 Oct 10 09:11 org.eclipse.statet.rtm.ftable_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19121 Oct 10 09:11 org.eclipse.statet.rtm.ggplot_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 19072 Oct 10 09:11 org.eclipse.statet.yaml_4.0.2.201910101100-r.jar /home/data/httpd/download.eclipse.org/statet/releases/4.0.2/E201812/plugins: total 48844 drwxr-sr-x 2 genie.statet science.statet 16384 Oct 10 09:11 . drwxrwsr-x 4 genie.statet science.statet 211 Oct 10 09:11 .. -rw-r--r-- 1 genie.statet science.statet 209351 Oct 10 09:11 org.apache.commons.dbcp_2.5.0.201902082045.jar -rw-r--r-- 1 genie.statet science.statet 76840 Oct 10 09:11 org.apache.commons.dbcp_2.5.0.201902082045.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 73163 Oct 10 09:11 org.apache.commons.logging_1.2.0.v20180409-1502.jar -rw-r--r-- 1 genie.statet science.statet 34514 Oct 10 09:11 org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 144704 Oct 10 09:11 org.apache.commons.pool_2.6.2.201904171503.jar -rw-r--r-- 1 genie.statet science.statet 56070 Oct 10 09:11 org.apache.commons.pool_2.6.2.201904171503.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 4122047 Oct 10 09:11 org.apache.derby_10.11.1.1_v201605202053.jar -rw-r--r-- 1 genie.statet science.statet 1422257 Oct 10 09:11 org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 1724903 Oct 10 09:11 org.apache.lucene.analyzers-common_7.5.0.201902082045.jar -rw-r--r-- 1 genie.statet science.statet 708908 Oct 10 09:11 org.apache.lucene.analyzers-common_7.5.0.201902082045.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 3234421 Oct 10 09:11 org.apache.lucene.core_7.5.0.201902082045.jar -rw-r--r-- 1 genie.statet science.statet 918779 Oct 10 09:11 org.apache.lucene.core_7.5.0.201902082045.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 232273 Oct 10 09:11 org.apache.lucene.highlighter_7.5.0.201902082045.jar -rw-r--r-- 1 genie.statet science.statet 86201 Oct 10 09:11 org.apache.lucene.highlighter_7.5.0.201902082045.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 169064 Oct 10 09:11 org.apache.lucene.join_7.5.0.201902082045.jar -rw-r--r-- 1 genie.statet science.statet 54736 Oct 10 09:11 org.apache.lucene.join_7.5.0.201902082045.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 298310 Oct 10 09:11 org.apache.lucene.queries_7.5.0.201902082045.jar -rw-r--r-- 1 genie.statet science.statet 81373 Oct 10 09:11 org.apache.lucene.queries_7.5.0.201902082045.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 420344 Oct 10 09:11 org.apache.lucene.queryparser_7.5.0.201902082045.jar -rw-r--r-- 1 genie.statet science.statet 135629 Oct 10 09:11 org.apache.lucene.queryparser_7.5.0.201902082045.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 321278 Oct 10 09:11 org.eclipse.jetty.client_9.4.14.v20181113.jar -rw-r--r-- 1 genie.statet science.statet 105432 Oct 10 09:11 org.eclipse.jetty.proxy_9.4.14.v20181113.jar -rw-r--r-- 1 genie.statet science.statet 544937 Oct 10 09:11 org.eclipse.jetty.util_9.4.14.v20181113.jar -rw-r--r-- 1 genie.statet science.statet 214182 Oct 10 09:11 org.eclipse.statet.docmlet.base.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 72739 Oct 10 09:11 org.eclipse.statet.docmlet.base.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 249884 Oct 10 09:11 org.eclipse.statet.docmlet.tex.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 86270 Oct 10 09:11 org.eclipse.statet.docmlet.tex.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 322823 Oct 10 09:11 org.eclipse.statet.docmlet.tex.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 130755 Oct 10 09:11 org.eclipse.statet.docmlet.tex.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 185819 Oct 10 09:11 org.eclipse.statet.docmlet.wikitext.commonmark.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 54535 Oct 10 09:11 org.eclipse.statet.docmlet.wikitext.commonmark.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 18929 Oct 10 09:11 org.eclipse.statet.docmlet.wikitext.commonmark.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 11243 Oct 10 09:11 org.eclipse.statet.docmlet.wikitext.commonmark.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 243217 Oct 10 09:11 org.eclipse.statet.docmlet.wikitext.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 77700 Oct 10 09:11 org.eclipse.statet.docmlet.wikitext.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 161699 Oct 10 09:11 org.eclipse.statet.docmlet.wikitext.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 57455 Oct 10 09:11 org.eclipse.statet.docmlet.wikitext.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 188464 Oct 10 09:11 org.eclipse.statet.ecommons.coremisc_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 88343 Oct 10 09:11 org.eclipse.statet.ecommons.coremisc_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 31371 Oct 10 09:11 org.eclipse.statet.ecommons.databinding.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 14253 Oct 10 09:11 org.eclipse.statet.ecommons.databinding.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 50044 Oct 10 09:11 org.eclipse.statet.ecommons.debug.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 22683 Oct 10 09:11 org.eclipse.statet.ecommons.debug.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 97900 Oct 10 09:11 org.eclipse.statet.ecommons.debug.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 41546 Oct 10 09:11 org.eclipse.statet.ecommons.debug.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 15885 Oct 10 09:11 org.eclipse.statet.ecommons.edb.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 9599 Oct 10 09:11 org.eclipse.statet.ecommons.edb.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 15873 Oct 10 09:11 org.eclipse.statet.ecommons.emf.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 9137 Oct 10 09:11 org.eclipse.statet.ecommons.emf.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 17169 Oct 10 09:11 org.eclipse.statet.ecommons.emf.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 9395 Oct 10 09:11 org.eclipse.statet.ecommons.emf.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 15819 Oct 10 09:11 org.eclipse.statet.ecommons.net.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 9270 Oct 10 09:11 org.eclipse.statet.ecommons.net.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 58154 Oct 10 09:11 org.eclipse.statet.ecommons.preferences.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 21572 Oct 10 09:11 org.eclipse.statet.ecommons.preferences.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 25586 Oct 10 09:11 org.eclipse.statet.ecommons.runtime.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 13144 Oct 10 09:11 org.eclipse.statet.ecommons.runtime.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 11055 Oct 10 09:11 org.eclipse.statet.ecommons.runtime.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 7862 Oct 10 09:11 org.eclipse.statet.ecommons.runtime.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 73533 Oct 10 09:11 org.eclipse.statet.ecommons.text.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 29370 Oct 10 09:11 org.eclipse.statet.ecommons.text.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 793010 Oct 10 09:11 org.eclipse.statet.ecommons.uimisc_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 233779 Oct 10 09:11 org.eclipse.statet.ecommons.uimisc_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 869018 Oct 10 09:11 org.eclipse.statet.ecommons.waltable.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 228672 Oct 10 09:11 org.eclipse.statet.ecommons.waltable.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 64077 Oct 10 09:11 org.eclipse.statet.eutils.autonature_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 25917 Oct 10 09:11 org.eclipse.statet.eutils.autonature_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 24784 Oct 10 09:11 org.eclipse.statet.eutils.autorun_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 13501 Oct 10 09:11 org.eclipse.statet.eutils.autorun_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 21714 Oct 10 09:11 org.eclipse.statet.ide.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 12652 Oct 10 09:11 org.eclipse.statet.ide.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 141072 Oct 10 09:11 org.eclipse.statet.ide.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 53936 Oct 10 09:11 org.eclipse.statet.ide.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 73486 Oct 10 09:11 org.eclipse.statet.jcommons.text.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 33964 Oct 10 09:11 org.eclipse.statet.jcommons.text.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 195130 Oct 10 09:11 org.eclipse.statet.jcommons.util_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 59994 Oct 10 09:11 org.eclipse.statet.jcommons.util_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 8992 Oct 10 09:11 org.eclipse.statet.ltk_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 7197 Oct 10 09:11 org.eclipse.statet.ltk_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 27310 Oct 10 09:11 org.eclipse.statet.ltk.buildpaths.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 15124 Oct 10 09:11 org.eclipse.statet.ltk.buildpaths.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 70974 Oct 10 09:11 org.eclipse.statet.ltk.buildpaths.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 31555 Oct 10 09:11 org.eclipse.statet.ltk.buildpaths.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 252874 Oct 10 09:11 org.eclipse.statet.ltk.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 82422 Oct 10 09:11 org.eclipse.statet.ltk.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 738545 Oct 10 09:11 org.eclipse.statet.ltk.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 222809 Oct 10 09:11 org.eclipse.statet.ltk.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 158817 Oct 10 09:11 org.eclipse.statet.nico.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 58549 Oct 10 09:11 org.eclipse.statet.nico.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 405860 Oct 10 09:11 org.eclipse.statet.nico.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 125723 Oct 10 09:11 org.eclipse.statet.nico.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 10332 Oct 10 09:11 org.eclipse.statet.r_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 8497 Oct 10 09:11 org.eclipse.statet.r_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 119386 Oct 10 09:11 org.eclipse.statet.r.apps_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 47423 Oct 10 09:11 org.eclipse.statet.r.apps_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 181015 Oct 10 09:11 org.eclipse.statet.r.console.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 63773 Oct 10 09:11 org.eclipse.statet.r.console.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 242754 Oct 10 09:11 org.eclipse.statet.r.console.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 85885 Oct 10 09:11 org.eclipse.statet.r.console.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 867457 Oct 10 09:11 org.eclipse.statet.r.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 243146 Oct 10 09:11 org.eclipse.statet.r.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 249632 Oct 10 09:11 org.eclipse.statet.r.debug.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 82896 Oct 10 09:11 org.eclipse.statet.r.debug.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 122461 Oct 10 09:11 org.eclipse.statet.r.debug.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 49775 Oct 10 09:11 org.eclipse.statet.r.debug.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 1330431 Oct 10 09:11 org.eclipse.statet.r.doc_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 1282217 Oct 10 09:11 org.eclipse.statet.r.doc_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 75273 Oct 10 09:11 org.eclipse.statet.redocs.r_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 32349 Oct 10 09:11 org.eclipse.statet.redocs.r_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 168956 Oct 10 09:11 org.eclipse.statet.redocs.tex.r_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 62413 Oct 10 09:11 org.eclipse.statet.redocs.tex.r_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 15367 Oct 10 09:11 org.eclipse.statet.redocs.tex.r.debug_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 9948 Oct 10 09:11 org.eclipse.statet.redocs.tex.r.debug_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 12334 Oct 10 09:11 org.eclipse.statet.redocs.tex.r.doc_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 9342 Oct 10 09:11 org.eclipse.statet.redocs.tex.r.doc_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 162719 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 60179 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 40674 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r.commonmark_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 18693 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r.commonmark_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 15453 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r.debug_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 9915 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r.debug_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 39059 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r.textile_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 18974 Oct 10 09:11 org.eclipse.statet.redocs.wikitext.r.textile_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 209234 Oct 10 09:11 org.eclipse.statet.rhelp.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 78189 Oct 10 09:11 org.eclipse.statet.rhelp.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 49222 Oct 10 09:11 org.eclipse.statet.rj.client_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 25122 Oct 10 09:11 org.eclipse.statet.rj.client_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 10321 Oct 10 09:11 org.eclipse.statet.rj.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 8442 Oct 10 09:11 org.eclipse.statet.rj.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 167654 Oct 10 09:11 org.eclipse.statet.rj.data_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 58794 Oct 10 09:11 org.eclipse.statet.rj.data_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 10343 Oct 10 09:11 org.eclipse.statet.rj.eclient_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 8435 Oct 10 09:11 org.eclipse.statet.rj.eclient_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 15074 Oct 10 09:11 org.eclipse.statet.rj.eclient.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 10439 Oct 10 09:11 org.eclipse.statet.rj.eclient.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 168032 Oct 10 09:11 org.eclipse.statet.rj.eclient.graphics_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 61723 Oct 10 09:11 org.eclipse.statet.rj.eclient.graphics_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 257301 Oct 10 09:11 org.eclipse.statet.rj.server_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 88318 Oct 10 09:11 org.eclipse.statet.rj.server_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 129054 Oct 10 09:11 org.eclipse.statet.rj.servi_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 49365 Oct 10 09:11 org.eclipse.statet.rj.servi_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 136965 Oct 10 09:11 org.eclipse.statet.rj.services.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 50030 Oct 10 09:11 org.eclipse.statet.rj.services.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 23862 Oct 10 09:11 org.eclipse.statet.r.launching.winrgui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 16137 Oct 10 09:11 org.eclipse.statet.r.launching.winrgui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 40390 Oct 10 09:11 org.eclipse.statet.rtm.base.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 18119 Oct 10 09:11 org.eclipse.statet.rtm.base.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 230085 Oct 10 09:11 org.eclipse.statet.rtm.base.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 75503 Oct 10 09:11 org.eclipse.statet.rtm.base.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 37914 Oct 10 09:11 org.eclipse.statet.rtm.ftable.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 18254 Oct 10 09:11 org.eclipse.statet.rtm.ftable.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 33940 Oct 10 09:11 org.eclipse.statet.rtm.ftable.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 16563 Oct 10 09:11 org.eclipse.statet.rtm.ftable.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 191922 Oct 10 09:11 org.eclipse.statet.rtm.ggplot.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 52760 Oct 10 09:11 org.eclipse.statet.rtm.ggplot.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 67463 Oct 10 09:11 org.eclipse.statet.rtm.ggplot.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 23970 Oct 10 09:11 org.eclipse.statet.rtm.ggplot.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 1580996 Oct 10 09:11 org.eclipse.statet.r.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 466782 Oct 10 09:11 org.eclipse.statet.r.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 149316 Oct 10 09:11 org.eclipse.statet.yaml.core_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 55101 Oct 10 09:11 org.eclipse.statet.yaml.core_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 95029 Oct 10 09:11 org.eclipse.statet.yaml.ui_4.0.2.201910101100-r.jar -rw-r--r-- 1 genie.statet science.statet 37230 Oct 10 09:11 org.eclipse.statet.yaml.ui_4.0.2.201910101100-r.jar.pack.gz -rw-r--r-- 1 genie.statet science.statet 323925 Oct 10 09:11 org.snakeyaml.snakeyaml_1.23.0.201902082045.jar -rw-r--r-- 1 genie.statet science.statet 101185 Oct 10 09:11 org.snakeyaml.snakeyaml_1.23.0.201902082045.jar.pack.gz [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3024 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] junit Recording test results [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] script [Pipeline] { [Pipeline] mail [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS