Started by user Arthur van Dorp Running as Arthur van Dorp Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor Created Pod: scout/my-agent-pod-3sdj2-wkrqd [Normal][scout/my-agent-pod-3sdj2-wkrqd][Scheduled] Successfully assigned my-agent-pod-3sdj2-wkrqd to osnode-24.eclipse.org [Normal][scout/my-agent-pod-3sdj2-wkrqd][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][scout/my-agent-pod-3sdj2-wkrqd][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-9hxxw" [Normal][scout/my-agent-pod-3sdj2-wkrqd][Pulled] Container image "maven:alpine" already present on machine [Normal][scout/my-agent-pod-3sdj2-wkrqd][Created] Created container [Normal][scout/my-agent-pod-3sdj2-wkrqd][Started] Started container [Normal][scout/my-agent-pod-3sdj2-wkrqd][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine [Normal][scout/my-agent-pod-3sdj2-wkrqd][Created] Created container [Normal][scout/my-agent-pod-3sdj2-wkrqd][Started] Started container Agent my-agent-pod-3sdj2-wkrqd is provisioned from template my-agent-pod-3sdj2 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.scout.svc.cluster.local/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/10/" runUrl: "job/TESTscout-integration-11.0-SDK-nightly-pipeline/10/" labels: jenkins: "slave" jenkins/label: "my-agent-pod" name: "my-agent-pod-3sdj2-wkrqd" spec: containers: - command: - "cat" image: "maven:alpine" name: "maven" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.scout.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "my-agent-pod-3sdj2-wkrqd" - name: "JENKINS_NAME" value: "my-agent-pod-3sdj2-wkrqd" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.scout.svc.cluster.local/scout/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" name: "jnlp" resources: requests: cpu: "100m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - emptyDir: medium: "" name: "workspace-volume" Running on my-agent-pod-3sdj2-wkrqd in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline [Pipeline] { [Pipeline] stage [Pipeline] { (integration tests) [Pipeline] container [Pipeline] { [Pipeline] checkout No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@38e884ea; decorates RemoteLauncher[hudson.remoting.Channel@e755494d:JNLP4-connect connection from 10.129.14.1/10.129.14.1:39396] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git > git init /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git > git --version # timeout=10 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a86e37acc1ae8bbf6480e5eea41649633f076957 (refs/remotes/origin/releases/11.0) > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.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/scout/org.eclipse.scout.sdk.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/releases/11.0^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/releases/11.0^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a86e37acc1ae8bbf6480e5eea41649633f076957 # timeout=10 Commit message: "Merge remote-tracking branch 'origin/releases/10.0' into releases/11.0" > git rev-list --no-walk a86e37acc1ae8bbf6480e5eea41649633f076957 # timeout=10 [Pipeline] sh + mvn -version Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T19:00:29Z) Maven home: /usr/share/maven Java version: 1.8.0_212, vendor: IcedTea, runtime: /usr/lib/jvm/java-1.8-openjdk/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [Pipeline] sh + export 'MAVEN_OPTS=-Xms256m -Xmx768m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap' [Pipeline] sh + env JENKINS_DISCOVERY_PORT=tcp://172.30.41.91:50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_HOME=/var/jenkins JENKINS_UI_SERVICE_HOST=172.30.40.201 KUBERNETES_PORT=tcp://172.30.40.1:443 KUBERNETES_SERVICE_PORT=443 JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.41.91:50000 JAVA_ALPINE_VERSION=8.212.04-r0 HOSTNAME=my-agent-pod-3sdj2-wkrqd RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/10/display/redirect?page=changes SHLVL=3 HUDSON_URL=https://ci.eclipse.org/scout/ NODE_LABELS=my-agent-pod my-agent-pod-3sdj2-wkrqd HOME=/ OLDPWD=/ KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1 BUILD_URL=https://ci.eclipse.org/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/10/ JENKINS_UI_PORT=tcp://172.30.40.201:80 JENKINS_UI_SERVICE_PORT=80 KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1 JENKINS_SERVER_COOKIE=durable-a513c12538c8e7e06adbca309b54e24f KUBERNETES_PORT_53_TCP_PORT=53 MAVEN_HOME=/usr/share/maven KUBERNETES_PORT_53_TCP_PROTO=tcp KUBERNETES_PORT_53_UDP_PORT=53 WORKSPACE=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline KUBERNETES_SERVICE_PORT_DNS=53 KUBERNETES_PORT_53_UDP_PROTO=udp JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JAVA_VERSION=8u212 JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.201 NODE_NAME=my-agent-pod-3sdj2-wkrqd RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/10/display/redirect?page=artifacts JENKINS_UI_PORT_80_TCP_PORT=80 EXECUTOR_NUMBER=0 STAGE_NAME=integration tests JENKINS_UI_PORT_80_TCP_PROTO=tcp KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53 KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1 BUILD_DISPLAY_NAME=#10 RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/10/display/redirect?page=tests HUDSON_HOME=/var/jenkins JOB_BASE_NAME=TESTscout-integration-11.0-SDK-nightly-pipeline PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53 KUBERNETES_PORT_443_TCP_PORT=443 BUILD_ID=10 KUBERNETES_PORT_443_TCP_PROTO=tcp BUILD_TAG=jenkins-TESTscout-integration-11.0-SDK-nightly-pipeline-10 LANG=C.UTF-8 JENKINS_URL=https://ci.eclipse.org/scout/ JOB_URL=https://ci.eclipse.org/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/ JENKINS_UI_PORT_80_TCP=tcp://172.30.40.201:80 BUILD_NUMBER=10 KUBERNETES_SERVICE_PORT_DNS_TCP=53 JENKINS_NODE_COOKIE=ee978951-de5e-4687-b612-d162d2784abb RUN_DISPLAY_URL=https://ci.eclipse.org/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/10/display/redirect HUDSON_SERVER_COOKIE=84e90636b6f1e0d3 JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.41.91 JOB_DISPLAY_URL=https://ci.eclipse.org/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/display/redirect KUBERNETES_SERVICE_PORT_HTTPS=443 KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443 CLASSPATH= JENKINS_DISCOVERY_SERVICE_HOST=172.30.41.91 JOB_NAME=TESTscout-integration-11.0-SDK-nightly-pipeline JENKINS_UI_SERVICE_PORT_HTTP=80 JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 KUBERNETES_SERVICE_HOST=172.30.40.1 JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk PWD=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp MAVEN_CONFIG=/root/.m2 GITLAB_OBJECT_KIND=none [Pipeline] sh + mvn -f org.eclipse.scout.sdk/pom.xml clean install '-Dmaster_sanityCheck_skip=true' '-Dmaven.repo.local=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository' [INFO] Scanning for projects... Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_sdk_plugin_config-master/3.12.6/maven_sdk_plugin_config-master-3.12.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_sdk_plugin_config-master/3.12.6/maven_sdk_plugin_config-master-3.12.6.pom Progress (1): 2.7/13 kB Progress (1): 5.5/13 kB Progress (1): 8.2/13 kB Progress (1): 11/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_sdk_plugin_config-master/3.12.6/maven_sdk_plugin_config-master-3.12.6.pom (13 kB at 106 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_config-master/3.12.6/maven_plugin_config-master-3.12.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_plugin_config-master/3.12.6/maven_plugin_config-master-3.12.6.pom Progress (1): 2.7/35 kB Progress (1): 5.5/35 kB Progress (1): 8.2/35 kB Progress (1): 11/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 19/35 kB Progress (1): 22/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 30/35 kB Progress (1): 33/35 kB Progress (1): 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_plugin_config-master/3.12.6/maven_plugin_config-master-3.12.6.pom (35 kB at 801 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_version-master/3.12.6/maven_plugin_version-master-3.12.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_plugin_version-master/3.12.6/maven_plugin_version-master-3.12.6.pom Progress (1): 2.7/33 kB Progress (1): 5.5/33 kB Progress (1): 8.2/33 kB Progress (1): 11/33 kB Progress (1): 14/33 kB Progress (1): 16/33 kB Progress (1): 19/33 kB Progress (1): 22/33 kB Progress (1): 25/33 kB Progress (1): 27/33 kB Progress (1): 30/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_plugin_version-master/3.12.6/maven_plugin_version-master-3.12.6.pom (33 kB at 898 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom Progress (1): 2.7/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 235 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 615 B Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/11.0-SNAPSHOT/maven-metadata.xml (615 B at 12 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/11.0-SNAPSHOT/org.eclipse.scout.rt-11.0-20200722.204118-2.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 38 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt/11.0-SNAPSHOT/org.eclipse.scout.rt-11.0-20200722.204118-2.pom (38 kB at 4.7 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_rt_plugin_config-master/3.12.4/maven_rt_plugin_config-master-3.12.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_rt_plugin_config-master/3.12.4/maven_rt_plugin_config-master-3.12.4.pom Progress (1): 2.7/33 kB Progress (1): 5.5/33 kB Progress (1): 8.2/33 kB Progress (1): 11/33 kB Progress (1): 14/33 kB Progress (1): 16/33 kB Progress (1): 19/33 kB Progress (1): 22/33 kB Progress (1): 25/33 kB Progress (1): 27/33 kB Progress (1): 30/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_rt_plugin_config-master/3.12.4/maven_rt_plugin_config-master-3.12.4.pom (33 kB at 795 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_config-master/3.12.4/maven_plugin_config-master-3.12.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_plugin_config-master/3.12.4/maven_plugin_config-master-3.12.4.pom Progress (1): 2.7/35 kB Progress (1): 5.5/35 kB Progress (1): 8.2/35 kB Progress (1): 11/35 kB Progress (1): 14/35 kB Progress (1): 16/35 kB Progress (1): 19/35 kB Progress (1): 22/35 kB Progress (1): 25/35 kB Progress (1): 27/35 kB Progress (1): 30/35 kB Progress (1): 33/35 kB Progress (1): 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_plugin_config-master/3.12.4/maven_plugin_config-master-3.12.4.pom (35 kB at 577 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/scout/maven_plugin_version-master/3.12.4/maven_plugin_version-master-3.12.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_plugin_version-master/3.12.4/maven_plugin_version-master-3.12.4.pom Progress (1): 2.7/33 kB Progress (1): 5.5/33 kB Progress (1): 8.2/33 kB Progress (1): 11/33 kB Progress (1): 14/33 kB Progress (1): 16/33 kB Progress (1): 19/33 kB Progress (1): 22/33 kB Progress (1): 25/33 kB Progress (1): 27/33 kB Progress (1): 30/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/scout/maven_plugin_version-master/3.12.4/maven_plugin_version-master-3.12.4.pom (33 kB at 528 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/jersey-bom/2.30.1/jersey-bom-2.30.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/2.30.1/jersey-bom-2.30.1.pom Progress (1): 2.7/19 kB Progress (1): 5.5/19 kB Progress (1): 8.2/19 kB Progress (1): 11/19 kB Progress (1): 14/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/2.30.1/jersey-bom-2.30.1.pom (19 kB at 902 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 627 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-packaging/3.1.2/archetype-packaging-3.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.1.2/archetype-packaging-3.1.2.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.1.2/archetype-packaging-3.1.2.pom (1.4 kB at 65 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/maven-archetype/3.1.2/maven-archetype-3.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/maven-archetype/3.1.2/maven-archetype-3.1.2.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/maven-archetype/3.1.2/maven-archetype-3.1.2.pom (12 kB at 479 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1/44 kB Progress (1): 8.2/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 25/44 kB Progress (1): 29/44 kB Progress (1): 33/44 kB Progress (1): 37/44 kB Progress (1): 41/44 kB Progress (1): 44 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.6 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/21/apache-21.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 323 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-packaging/3.1.2/archetype-packaging-3.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.1.2/archetype-packaging-3.1.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Progress (1): 4.1/169 kB Progress (1): 8.2/169 kB Progress (1): 12/169 kB Progress (1): 16/169 kB Progress (1): 20/169 kB Progress (1): 25/169 kB Progress (1): 29/169 kB Progress (1): 33/169 kB Progress (1): 37/169 kB Progress (1): 41/169 kB Progress (1): 45/169 kB Progress (1): 49/169 kB Progress (1): 53/169 kB Progress (1): 57/169 kB Progress (1): 61/169 kB Progress (1): 66/169 kB Progress (1): 70/169 kB Progress (1): 74/169 kB Progress (1): 78/169 kB Progress (1): 82/169 kB Progress (1): 86/169 kB Progress (1): 90/169 kB Progress (1): 94/169 kB Progress (1): 98/169 kB Progress (1): 102/169 kB Progress (1): 106/169 kB Progress (1): 111/169 kB Progress (1): 115/169 kB Progress (1): 119/169 kB Progress (1): 123/169 kB Progress (1): 127/169 kB Progress (1): 131/169 kB Progress (1): 135/169 kB Progress (1): 139/169 kB Progress (1): 143/169 kB Progress (1): 147/169 kB Progress (1): 152/169 kB Progress (1): 156/169 kB Progress (1): 160/169 kB Progress (1): 164/169 kB Progress (1): 168/169 kB Progress (1): 169 kB Progress (2): 169 kB | 2.7/7.5 kB Progress (2): 169 kB | 5.5/7.5 kB Progress (2): 169 kB | 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 4.8 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.1.2/archetype-packaging-3.1.2.jar (7.5 kB at 183 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom Progress (1): 2.7/10 kB Progress (1): 5.5/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom (10 kB at 457 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/felix/felix-parent/6/felix-parent-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/6/felix-parent-6.pom Progress (1): 2.7/22 kB Progress (1): 5.5/22 kB Progress (1): 8.2/22 kB Progress (1): 11/22 kB Progress (1): 14/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 911 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 52 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom (1.4 kB at 59 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom Progress (1): 2.7/5.9 kB Progress (1): 5.5/5.9 kB Progress (1): 5.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 159 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom Progress (1): 2.7/9.7 kB Progress (1): 5.5/9.7 kB Progress (1): 8.2/9.7 kB Progress (1): 9.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 439 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom Progress (1): 2.7/15 kB Progress (1): 5.5/15 kB Progress (1): 8.2/15 kB Progress (1): 11/15 kB Progress (1): 14/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 659 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom Progress (1): 193 B Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 9.7 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/easymock/easymock/2.4/easymock-2.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.pom Progress (1): 2.7/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 254 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom Progress (1): 2.7/3.3 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 164 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom Progress (1): 463 B Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 19 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom Progress (1): 2.7/11 kB Progress (1): 5.5/11 kB Progress (1): 8.2/11 kB Progress (1): 11/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom (11 kB at 510 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Progress (1): 2.7/22 kB Progress (1): 5.5/22 kB Progress (1): 8.2/22 kB Progress (1): 11/22 kB Progress (1): 14/22 kB Progress (1): 16/22 kB Progress (1): 19/22 kB Progress (1): 22/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 936 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 2.7/32 kB Progress (1): 5.5/32 kB Progress (1): 8.2/32 kB Progress (1): 11/32 kB Progress (1): 14/32 kB Progress (1): 16/32 kB Progress (1): 19/32 kB Progress (1): 22/32 kB Progress (1): 25/32 kB Progress (1): 27/32 kB Progress (1): 30/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.4 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom Progress (1): 2.7/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 205 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 104 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Progress (1): 2.7/3.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 147 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 2.7/6.8 kB Progress (1): 5.5/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 342 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 2.7/12 kB Progress (1): 5.5/12 kB Progress (1): 8.2/12 kB Progress (1): 11/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 553 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 23 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 2.7/5.8 kB Progress (1): 5.5/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 278 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/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 central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/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 197 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 25 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 287 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 50 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 312 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 156 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom (2.0 kB at 47 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 95 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1/7.9 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 377 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 157 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 99 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom (1.9 kB at 93 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom (1.4 kB at 66 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 43 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 723 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 79 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 102 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 59 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 408 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 98 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 95 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1/8.2 kB Progress (1): 8.2/8.2 kB Progress (1): 8.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 393 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 103 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 83 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 60 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom (1.7 kB at 42 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 132 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 155 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 42 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 96 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 4.1/8.0 kB Progress (1): 8.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 347 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/11/commons-parent-11.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 4.1/25 kB Progress (1): 8.2/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 25/25 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 913 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/4/apache-4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 195 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom (1.5 kB at 69 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom (2.1 kB at 61 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 215 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom (1.3 kB at 66 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 138 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 135 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 252 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 420 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 245 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 103 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 196 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 232 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1/37 kB Progress (1): 8.2/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 25/37 kB Progress (1): 29/37 kB Progress (1): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.4 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/14/apache-14.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 734 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 83 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 934 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 171 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 506 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 115 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 48 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 88 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 69 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 114 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 42 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 57 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 139 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 135 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 96 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 77 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 50 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 57 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom Progress (1): 3.7/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 239 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 48 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 187 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 146 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 865 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 356 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 678 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 201 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 929 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 120 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 153 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 815 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 497 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom Progress (1): 4.1/56 kB Progress (1): 8.2/56 kB Progress (1): 12/56 kB Progress (1): 16/56 kB Progress (1): 20/56 kB Progress (1): 25/56 kB Progress (1): 29/56 kB Progress (1): 33/56 kB Progress (1): 37/56 kB Progress (1): 41/56 kB Progress (1): 45/56 kB Progress (1): 49/56 kB Progress (1): 53/56 kB Progress (1): 56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.8 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 699 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 77 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 170 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 295 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 335 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 17 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 212 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 786 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 107 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1/28 kB Progress (1): 8.2/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 25/28 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 929 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 150 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 169 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 398 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 398 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 403 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 66 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 508 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1/32 kB Progress (1): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 184 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 259 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 126 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Progress (1): 4.1/8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 384 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 50 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 136 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 95 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 103 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 66 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 67 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 49 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 314 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 58 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 366 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 388 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 304 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1/9.9 kB Progress (1): 8.2/9.9 kB Progress (1): 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 473 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.8 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 143 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 525 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 102 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 100 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 112 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 112 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 80 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jdom/jdom/1.1/jdom-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 109 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/easymock/easymock/2.4/easymock-2.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/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 eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jdom/jdom/1.1/jdom-1.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.jar Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar Progress (1): 4.1/81 kB Progress (1): 8.2/81 kB Progress (1): 12/81 kB Progress (1): 16/81 kB Progress (1): 20/81 kB Progress (1): 25/81 kB Progress (1): 29/81 kB Progress (1): 33/81 kB Progress (2): 33/81 kB | 4.1/232 kB Progress (2): 33/81 kB | 8.2/232 kB Progress (2): 33/81 kB | 12/232 kB Progress (2): 33/81 kB | 16/232 kB Progress (2): 37/81 kB | 16/232 kB Progress (2): 41/81 kB | 16/232 kB Progress (2): 45/81 kB | 16/232 kB Progress (2): 49/81 kB | 16/232 kB Progress (2): 53/81 kB | 16/232 kB Progress (2): 57/81 kB | 16/232 kB Progress (2): 61/81 kB | 16/232 kB Progress (2): 66/81 kB | 16/232 kB Progress (2): 70/81 kB | 16/232 kB Progress (2): 74/81 kB | 16/232 kB Progress (2): 78/81 kB | 16/232 kB Progress (2): 81 kB | 16/232 kB Progress (2): 81 kB | 20/232 kB Progress (2): 81 kB | 25/232 kB Progress (2): 81 kB | 29/232 kB Progress (2): 81 kB | 33/232 kB Progress (2): 81 kB | 37/232 kB Progress (2): 81 kB | 41/232 kB Progress (2): 81 kB | 45/232 kB Progress (2): 81 kB | 49/232 kB Progress (2): 81 kB | 53/232 kB Progress (2): 81 kB | 57/232 kB Progress (2): 81 kB | 61/232 kB Progress (2): 81 kB | 66/232 kB Progress (3): 81 kB | 66/232 kB | 2.7/168 kB Progress (3): 81 kB | 66/232 kB | 5.5/168 kB Progress (3): 81 kB | 70/232 kB | 5.5/168 kB Progress (3): 81 kB | 70/232 kB | 8.2/168 kB Progress (3): 81 kB | 70/232 kB | 11/168 kB Progress (4): 81 kB | 70/232 kB | 11/168 kB | 2.7/350 kB Progress (4): 81 kB | 74/232 kB | 11/168 kB | 2.7/350 kB Progress (4): 81 kB | 74/232 kB | 14/168 kB | 2.7/350 kB Progress (4): 81 kB | 74/232 kB | 14/168 kB | 5.5/350 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.0 MB/s) Progress (3): 78/232 kB | 14/168 kB | 5.5/350 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar Progress (3): 78/232 kB | 14/168 kB | 8.2/350 kB Progress (3): 78/232 kB | 16/168 kB | 8.2/350 kB Progress (4): 78/232 kB | 16/168 kB | 8.2/350 kB | 0/2.9 MB Progress (4): 82/232 kB | 16/168 kB | 8.2/350 kB | 0/2.9 MB Progress (4): 82/232 kB | 19/168 kB | 8.2/350 kB | 0/2.9 MB Progress (4): 82/232 kB | 22/168 kB | 8.2/350 kB | 0/2.9 MB Progress (4): 82/232 kB | 25/168 kB | 8.2/350 kB | 0/2.9 MB Progress (4): 82/232 kB | 25/168 kB | 11/350 kB | 0/2.9 MB Progress (4): 82/232 kB | 27/168 kB | 11/350 kB | 0/2.9 MB Progress (4): 82/232 kB | 27/168 kB | 11/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 27/168 kB | 11/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 30/168 kB | 11/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 30/168 kB | 14/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 33/168 kB | 14/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 33/168 kB | 16/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 33/168 kB | 19/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 33/168 kB | 22/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 33/168 kB | 25/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 33/168 kB | 27/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 33/168 kB | 30/350 kB | 0/2.9 MB Progress (4): 86/232 kB | 33/168 kB | 33/350 kB | 0/2.9 MB Progress (4): 90/232 kB | 33/168 kB | 33/350 kB | 0/2.9 MB Progress (4): 90/232 kB | 33/168 kB | 36/350 kB | 0/2.9 MB Progress (4): 90/232 kB | 33/168 kB | 36/350 kB | 0/2.9 MB Progress (4): 90/232 kB | 36/168 kB | 36/350 kB | 0/2.9 MB Progress (4): 90/232 kB | 36/168 kB | 36/350 kB | 0.1/2.9 MB Progress (4): 90/232 kB | 36/168 kB | 38/350 kB | 0.1/2.9 MB Progress (4): 90/232 kB | 36/168 kB | 41/350 kB | 0.1/2.9 MB Progress (4): 90/232 kB | 36/168 kB | 44/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 36/168 kB | 44/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 36/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 36/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 38/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 41/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 44/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 47/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 49/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 52/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 55/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 58/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 60/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 63/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 66/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 69/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 71/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 74/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 77/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 80/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 82/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 85/168 kB | 47/350 kB | 0.1/2.9 MB Progress (4): 94/232 kB | 88/168 kB | 47/350 kB | 0.1/2.9 MB Progress (5): 94/232 kB | 88/168 kB | 47/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 49/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 52/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 55/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 58/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 60/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 63/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 66/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 69/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 71/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 74/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 77/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 94/232 kB | 88/168 kB | 80/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 98/232 kB | 88/168 kB | 80/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 98/232 kB | 88/168 kB | 82/350 kB | 0.1/2.9 MB | 4.1/68 kB Progress (5): 98/232 kB | 88/168 kB | 82/350 kB | 0.1/2.9 MB | 8.2/68 kB Progress (5): 98/232 kB | 90/168 kB | 82/350 kB | 0.1/2.9 MB | 8.2/68 kB Progress (5): 98/232 kB | 90/168 kB | 82/350 kB | 0.1/2.9 MB | 8.2/68 kB Progress (5): 98/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 8.2/68 kB Progress (5): 98/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 12/68 kB Progress (5): 98/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 16/68 kB Progress (5): 98/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 16/68 kB Progress (5): 98/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 20/68 kB Progress (5): 98/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 25/68 kB Progress (5): 98/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 29/68 kB Progress (5): 98/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 33/68 kB Progress (5): 102/232 kB | 93/168 kB | 82/350 kB | 0.1/2.9 MB | 33/68 kB Progress (5): 102/232 kB | 93/168 kB | 85/350 kB | 0.1/2.9 MB | 33/68 kB Progress (5): 106/232 kB | 93/168 kB | 85/350 kB | 0.1/2.9 MB | 33/68 kB Progress (5): 106/232 kB | 93/168 kB | 85/350 kB | 0.1/2.9 MB | 37/68 kB Progress (5): 106/232 kB | 93/168 kB | 85/350 kB | 0.1/2.9 MB | 37/68 kB Progress (5): 106/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 37/68 kB Progress (5): 106/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 111/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 115/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 119/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 123/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 127/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 131/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 135/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 139/232 kB | 96/168 kB | 85/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 139/232 kB | 96/168 kB | 88/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 143/232 kB | 96/168 kB | 88/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 143/232 kB | 96/168 kB | 88/350 kB | 0.1/2.9 MB | 41/68 kB Progress (5): 143/232 kB | 96/168 kB | 88/350 kB | 0.1/2.9 MB | 45/68 kB Progress (5): 143/232 kB | 99/168 kB | 88/350 kB | 0.1/2.9 MB | 45/68 kB Progress (5): 143/232 kB | 99/168 kB | 88/350 kB | 0.1/2.9 MB | 49/68 kB Progress (5): 147/232 kB | 99/168 kB | 88/350 kB | 0.1/2.9 MB | 49/68 kB Progress (5): 147/232 kB | 99/168 kB | 88/350 kB | 0.1/2.9 MB | 53/68 kB Progress (5): 152/232 kB | 99/168 kB | 88/350 kB | 0.1/2.9 MB | 53/68 kB Progress (5): 152/232 kB | 99/168 kB | 90/350 kB | 0.1/2.9 MB | 53/68 kB Progress (5): 156/232 kB | 99/168 kB | 90/350 kB | 0.1/2.9 MB | 53/68 kB Progress (5): 156/232 kB | 99/168 kB | 90/350 kB | 0.1/2.9 MB | 57/68 kB Progress (5): 156/232 kB | 99/168 kB | 90/350 kB | 0.2/2.9 MB | 57/68 kB Progress (5): 156/232 kB | 101/168 kB | 90/350 kB | 0.2/2.9 MB | 57/68 kB Progress (5): 156/232 kB | 101/168 kB | 90/350 kB | 0.2/2.9 MB | 61/68 kB Progress (5): 160/232 kB | 101/168 kB | 90/350 kB | 0.2/2.9 MB | 61/68 kB Progress (5): 160/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 61/68 kB Progress (5): 160/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 61/68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 61/68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 66/68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.2/2.9 MB | 68 kB Progress (5): 164/232 kB | 101/168 kB | 93/350 kB | 0.3/2.9 MB | 68 kB Progress (5): 168/232 kB | 101/168 kB | 93/350 kB | 0.3/2.9 MB | 68 kB Progress (5): 172/232 kB | 101/168 kB | 93/350 kB | 0.3/2.9 MB | 68 kB Progress (5): 176/232 kB | 101/168 kB | 93/350 kB | 0.3/2.9 MB | 68 kB Progress (5): 176/232 kB | 104/168 kB | 93/350 kB | 0.3/2.9 MB | 68 kB Progress (5): 176/232 kB | 104/168 kB | 93/350 kB | 0.3/2.9 MB | 68 kB Progress (5): 180/232 kB | 104/168 kB | 93/350 kB | 0.3/2.9 MB | 68 kB Progress (5): 180/232 kB | 104/168 kB | 96/350 kB | 0.3/2.9 MB | 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 366 kB/s) Progress (4): 180/232 kB | 107/168 kB | 96/350 kB | 0.3/2.9 MB Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar Progress (4): 180/232 kB | 107/168 kB | 96/350 kB | 0.3/2.9 MB Progress (4): 180/232 kB | 107/168 kB | 99/350 kB | 0.3/2.9 MB Progress (4): 184/232 kB | 107/168 kB | 99/350 kB | 0.3/2.9 MB Progress (4): 184/232 kB | 110/168 kB | 99/350 kB | 0.3/2.9 MB Progress (4): 188/232 kB | 110/168 kB | 99/350 kB | 0.3/2.9 MB Progress (4): 188/232 kB | 112/168 kB | 99/350 kB | 0.3/2.9 MB Progress (4): 188/232 kB | 112/168 kB | 101/350 kB | 0.3/2.9 MB Progress (4): 188/232 kB | 115/168 kB | 101/350 kB | 0.3/2.9 MB Progress (4): 188/232 kB | 115/168 kB | 101/350 kB | 0.3/2.9 MB Progress (4): 193/232 kB | 115/168 kB | 101/350 kB | 0.3/2.9 MB Progress (4): 193/232 kB | 118/168 kB | 101/350 kB | 0.3/2.9 MB Progress (4): 193/232 kB | 118/168 kB | 104/350 kB | 0.3/2.9 MB Progress (4): 193/232 kB | 121/168 kB | 104/350 kB | 0.3/2.9 MB Progress (4): 197/232 kB | 121/168 kB | 104/350 kB | 0.3/2.9 MB Progress (4): 197/232 kB | 123/168 kB | 104/350 kB | 0.3/2.9 MB Progress (4): 197/232 kB | 123/168 kB | 107/350 kB | 0.3/2.9 MB Progress (4): 197/232 kB | 126/168 kB | 107/350 kB | 0.3/2.9 MB Progress (4): 197/232 kB | 126/168 kB | 107/350 kB | 0.3/2.9 MB Progress (4): 197/232 kB | 129/168 kB | 107/350 kB | 0.3/2.9 MB Progress (4): 201/232 kB | 129/168 kB | 107/350 kB | 0.3/2.9 MB Progress (4): 201/232 kB | 129/168 kB | 110/350 kB | 0.3/2.9 MB Progress (4): 205/232 kB | 129/168 kB | 110/350 kB | 0.3/2.9 MB Progress (4): 205/232 kB | 129/168 kB | 112/350 kB | 0.3/2.9 MB Progress (4): 205/232 kB | 132/168 kB | 112/350 kB | 0.3/2.9 MB Progress (4): 205/232 kB | 132/168 kB | 112/350 kB | 0.3/2.9 MB Progress (4): 209/232 kB | 132/168 kB | 112/350 kB | 0.3/2.9 MB Progress (4): 209/232 kB | 134/168 kB | 112/350 kB | 0.3/2.9 MB Progress (4): 209/232 kB | 134/168 kB | 115/350 kB | 0.3/2.9 MB Progress (4): 209/232 kB | 137/168 kB | 115/350 kB | 0.3/2.9 MB Progress (4): 213/232 kB | 137/168 kB | 115/350 kB | 0.3/2.9 MB Progress (4): 217/232 kB | 137/168 kB | 115/350 kB | 0.3/2.9 MB Progress (4): 221/232 kB | 137/168 kB | 115/350 kB | 0.3/2.9 MB Progress (4): 221/232 kB | 140/168 kB | 115/350 kB | 0.3/2.9 MB Progress (4): 221/232 kB | 140/168 kB | 115/350 kB | 0.3/2.9 MB Progress (4): 221/232 kB | 143/168 kB | 115/350 kB | 0.3/2.9 MB Progress (4): 221/232 kB | 143/168 kB | 118/350 kB | 0.3/2.9 MB Progress (4): 221/232 kB | 145/168 kB | 118/350 kB | 0.3/2.9 MB Progress (4): 225/232 kB | 145/168 kB | 118/350 kB | 0.3/2.9 MB Progress (4): 225/232 kB | 145/168 kB | 118/350 kB | 0.4/2.9 MB Progress (4): 225/232 kB | 148/168 kB | 118/350 kB | 0.4/2.9 MB Progress (4): 225/232 kB | 148/168 kB | 121/350 kB | 0.4/2.9 MB Progress (4): 225/232 kB | 151/168 kB | 121/350 kB | 0.4/2.9 MB Progress (4): 229/232 kB | 151/168 kB | 121/350 kB | 0.4/2.9 MB Progress (4): 229/232 kB | 151/168 kB | 121/350 kB | 0.4/2.9 MB Progress (4): 229/232 kB | 154/168 kB | 121/350 kB | 0.4/2.9 MB Progress (4): 229/232 kB | 154/168 kB | 123/350 kB | 0.4/2.9 MB Progress (4): 229/232 kB | 156/168 kB | 123/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 156/168 kB | 123/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 159/168 kB | 123/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 159/168 kB | 126/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 162/168 kB | 126/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 162/168 kB | 126/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 165/168 kB | 126/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 165/168 kB | 129/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 167/168 kB | 129/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 167/168 kB | 132/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 132/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 132/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 134/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 137/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 140/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 143/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 143/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 145/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 148/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 151/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 154/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 156/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 156/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 159/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 162/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 165/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 167/350 kB | 0.4/2.9 MB Progress (4): 232 kB | 168 kB | 167/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 170/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 173/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 175/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 178/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 178/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 181/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 184/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 186/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 189/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 192/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 192/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 195/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 197/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 200/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 203/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 203/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 206/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 208/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 211/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 214/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 214/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 217/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 219/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 222/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 225/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 225/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 228/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 230/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 233/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 236/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 236/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 239/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 241/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 244/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 247/350 kB | 0.5/2.9 MB Progress (4): 232 kB | 168 kB | 247/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 250/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 252/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 255/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 258/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 258/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 260/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 263/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 266/350 kB | 0.6/2.9 MB Progress (4): 232 kB | 168 kB | 269/350 kB | 0.6/2.9 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar (232 kB at 1.1 MB/s) Progress (3): 168 kB | 269/350 kB | 0.6/2.9 MB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar Progress (3): 168 kB | 271/350 kB | 0.6/2.9 MB Progress (3): 168 kB | 274/350 kB | 0.6/2.9 MB Progress (3): 168 kB | 274/350 kB | 0.6/2.9 MB Progress (3): 168 kB | 277/350 kB | 0.6/2.9 MB Progress (3): 168 kB | 280/350 kB | 0.6/2.9 MB Progress (3): 168 kB | 282/350 kB | 0.6/2.9 MB Progress (3): 168 kB | 285/350 kB | 0.6/2.9 MB Progress (3): 168 kB | 285/350 kB | 0.6/2.9 MB Progress (3): 168 kB | 288/350 kB | 0.6/2.9 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 817 kB/s) Progress (2): 291/350 kB | 0.6/2.9 MB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar Progress (2): 293/350 kB | 0.6/2.9 MB Progress (2): 293/350 kB | 0.6/2.9 MB Progress (2): 296/350 kB | 0.6/2.9 MB Progress (2): 299/350 kB | 0.6/2.9 MB Progress (2): 302/350 kB | 0.6/2.9 MB Progress (2): 304/350 kB | 0.6/2.9 MB Progress (2): 304/350 kB | 0.7/2.9 MB Progress (2): 307/350 kB | 0.7/2.9 MB Progress (2): 310/350 kB | 0.7/2.9 MB Progress (2): 313/350 kB | 0.7/2.9 MB Progress (2): 315/350 kB | 0.7/2.9 MB Progress (2): 315/350 kB | 0.7/2.9 MB Progress (2): 318/350 kB | 0.7/2.9 MB Progress (2): 321/350 kB | 0.7/2.9 MB Progress (2): 324/350 kB | 0.7/2.9 MB Progress (2): 324/350 kB | 0.7/2.9 MB Progress (2): 326/350 kB | 0.7/2.9 MB Progress (2): 329/350 kB | 0.7/2.9 MB Progress (2): 332/350 kB | 0.7/2.9 MB Progress (2): 335/350 kB | 0.7/2.9 MB Progress (2): 337/350 kB | 0.7/2.9 MB Progress (2): 337/350 kB | 0.7/2.9 MB Progress (2): 340/350 kB | 0.7/2.9 MB Progress (2): 343/350 kB | 0.7/2.9 MB Progress (2): 345/350 kB | 0.7/2.9 MB Progress (2): 348/350 kB | 0.7/2.9 MB Progress (2): 350 kB | 0.7/2.9 MB Progress (2): 350 kB | 0.7/2.9 MB Progress (2): 350 kB | 0.7/2.9 MB Progress (2): 350 kB | 0.8/2.9 MB Progress (2): 350 kB | 0.8/2.9 MB Progress (2): 350 kB | 0.8/2.9 MB Progress (2): 350 kB | 0.8/2.9 MB Progress (2): 350 kB | 0.8/2.9 MB Progress (2): 350 kB | 0.8/2.9 MB Progress (2): 350 kB | 0.9/2.9 MB Progress (3): 350 kB | 0.9/2.9 MB | 2.7/49 kB Progress (3): 350 kB | 0.9/2.9 MB | 5.5/49 kB Progress (3): 350 kB | 0.9/2.9 MB | 8.2/49 kB Progress (3): 350 kB | 0.9/2.9 MB | 11/49 kB Progress (3): 350 kB | 0.9/2.9 MB | 14/49 kB Progress (3): 350 kB | 0.9/2.9 MB | 16/49 kB Progress (3): 350 kB | 0.9/2.9 MB | 19/49 kB Progress (3): 350 kB | 0.9/2.9 MB | 22/49 kB Progress (3): 350 kB | 0.9/2.9 MB | 25/49 kB Progress (4): 350 kB | 0.9/2.9 MB | 25/49 kB | 4.1/175 kB Progress (4): 350 kB | 0.9/2.9 MB | 25/49 kB | 4.1/175 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 1.2 MB/s) Progress (3): 0.9/2.9 MB | 25/49 kB | 8.2/175 kB Progress (3): 0.9/2.9 MB | 27/49 kB | 8.2/175 kB Progress (3): 0.9/2.9 MB | 27/49 kB | 12/175 kB Progress (3): 0.9/2.9 MB | 30/49 kB | 12/175 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar Progress (3): 0.9/2.9 MB | 33/49 kB | 12/175 kB Progress (3): 0.9/2.9 MB | 33/49 kB | 16/175 kB Progress (3): 0.9/2.9 MB | 33/49 kB | 16/175 kB Progress (3): 0.9/2.9 MB | 36/49 kB | 16/175 kB Progress (3): 0.9/2.9 MB | 38/49 kB | 16/175 kB Progress (3): 0.9/2.9 MB | 38/49 kB | 20/175 kB Progress (3): 0.9/2.9 MB | 41/49 kB | 20/175 kB Progress (3): 0.9/2.9 MB | 41/49 kB | 20/175 kB Progress (3): 0.9/2.9 MB | 41/49 kB | 25/175 kB Progress (3): 0.9/2.9 MB | 44/49 kB | 25/175 kB Progress (3): 0.9/2.9 MB | 44/49 kB | 29/175 kB Progress (3): 0.9/2.9 MB | 47/49 kB | 29/175 kB Progress (3): 0.9/2.9 MB | 47/49 kB | 33/175 kB Progress (3): 0.9/2.9 MB | 49 kB | 33/175 kB Progress (3): 0.9/2.9 MB | 49 kB | 33/175 kB Progress (3): 0.9/2.9 MB | 49 kB | 37/175 kB Progress (3): 0.9/2.9 MB | 49 kB | 41/175 kB Progress (3): 0.9/2.9 MB | 49 kB | 45/175 kB Progress (3): 0.9/2.9 MB | 49 kB | 45/175 kB Progress (3): 0.9/2.9 MB | 49 kB | 49/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 49/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 53/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 57/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 61/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 66/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 66/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 70/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 74/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 74/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 74/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 74/175 kB Progress (3): 1.0/2.9 MB | 49 kB | 74/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 74/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 74/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 78/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 82/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 82/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 86/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 90/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 94/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 94/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 98/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 98/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 102/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 106/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 106/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 111/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 115/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 115/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 119/175 kB Progress (3): 1.1/2.9 MB | 49 kB | 123/175 kB Progress (4): 1.1/2.9 MB | 49 kB | 123/175 kB | 4.1/614 kB Progress (4): 1.1/2.9 MB | 49 kB | 127/175 kB | 4.1/614 kB Progress (4): 1.1/2.9 MB | 49 kB | 127/175 kB | 8.2/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 127/175 kB | 8.2/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 127/175 kB | 12/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 131/175 kB | 12/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 131/175 kB | 16/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 131/175 kB | 16/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 135/175 kB | 16/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 135/175 kB | 16/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 139/175 kB | 16/614 kB Progress (4): 1.2/2.9 MB | 49 kB | 139/175 kB | 20/614 kB Progress (5): 1.2/2.9 MB | 49 kB | 139/175 kB | 20/614 kB | 4.1/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 139/175 kB | 20/614 kB | 4.1/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 139/175 kB | 25/614 kB | 4.1/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 143/175 kB | 25/614 kB | 4.1/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 143/175 kB | 29/614 kB | 4.1/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 143/175 kB | 29/614 kB | 8.2/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 143/175 kB | 33/614 kB | 8.2/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 147/175 kB | 33/614 kB | 8.2/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 147/175 kB | 33/614 kB | 8.2/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 147/175 kB | 33/614 kB | 12/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 152/175 kB | 33/614 kB | 12/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 152/175 kB | 33/614 kB | 16/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 152/175 kB | 37/614 kB | 16/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 152/175 kB | 37/614 kB | 16/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 156/175 kB | 37/614 kB | 16/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 156/175 kB | 41/614 kB | 16/22 kB Progress (5): 1.2/2.9 MB | 49 kB | 156/175 kB | 41/614 kB | 20/22 kB Progress (5): 1.3/2.9 MB | 49 kB | 156/175 kB | 41/614 kB | 20/22 kB Progress (5): 1.3/2.9 MB | 49 kB | 156/175 kB | 45/614 kB | 20/22 kB Progress (5): 1.3/2.9 MB | 49 kB | 160/175 kB | 45/614 kB | 20/22 kB Progress (5): 1.3/2.9 MB | 49 kB | 160/175 kB | 49/614 kB | 20/22 kB Progress (5): 1.3/2.9 MB | 49 kB | 160/175 kB | 49/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 160/175 kB | 49/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 164/175 kB | 49/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 164/175 kB | 53/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 168/175 kB | 53/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 168/175 kB | 57/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 168/175 kB | 57/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 168/175 kB | 61/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 172/175 kB | 61/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 172/175 kB | 66/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 172/175 kB | 66/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 175 kB | 66/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 175 kB | 70/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 175 kB | 70/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 175 kB | 74/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 175 kB | 78/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 175 kB | 82/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 175 kB | 82/614 kB | 22 kB Progress (5): 1.3/2.9 MB | 49 kB | 175 kB | 86/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 86/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 90/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 94/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 98/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 98/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 98/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 102/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 106/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 106/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 111/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 115/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 115/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 119/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 119/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 123/614 kB | 22 kB Progress (5): 1.4/2.9 MB | 49 kB | 175 kB | 127/614 kB | 22 kB Progress (5): 1.5/2.9 MB | 49 kB | 175 kB | 127/614 kB | 22 kB Progress (5): 1.5/2.9 MB | 49 kB | 175 kB | 131/614 kB | 22 kB Progress (5): 1.5/2.9 MB | 49 kB | 175 kB | 131/614 kB | 22 kB Progress (5): 1.5/2.9 MB | 49 kB | 175 kB | 135/614 kB | 22 kB Progress (5): 1.5/2.9 MB | 49 kB | 175 kB | 135/614 kB | 22 kB Progress (5): 1.5/2.9 MB | 49 kB | 175 kB | 139/614 kB | 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar (22 kB at 73 kB/s) Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 139/614 kB Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 143/614 kB Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 147/614 kB Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 147/614 kB Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 152/614 kB Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 152/614 kB Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 156/614 kB Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 160/614 kB Progress (4): 1.5/2.9 MB | 49 kB | 175 kB | 164/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 164/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 164/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 168/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 172/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 172/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 176/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 180/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 180/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 184/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 184/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 188/614 kB Progress (4): 1.6/2.9 MB | 49 kB | 175 kB | 193/614 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar (49 kB at 130 kB/s) Progress (3): 1.6/2.9 MB | 175 kB | 197/614 kB Progress (3): 1.6/2.9 MB | 175 kB | 197/614 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar (175 kB at 463 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Progress (3): 1.6/2.9 MB | 197/614 kB | 4.1/8.8 kB Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Progress (3): 1.6/2.9 MB | 197/614 kB | 8.2/8.8 kB Progress (3): 1.7/2.9 MB | 197/614 kB | 8.2/8.8 kB Progress (3): 1.7/2.9 MB | 201/614 kB | 8.2/8.8 kB Progress (3): 1.7/2.9 MB | 201/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 205/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 209/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 213/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 213/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 217/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 217/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 221/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 225/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 229/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 233/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 233/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 238/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 242/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 242/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 246/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 250/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 250/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 254/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 258/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 262/614 kB | 8.8 kB Progress (3): 1.7/2.9 MB | 266/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 266/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 270/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 274/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 274/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 279/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 283/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 283/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 287/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 291/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 295/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 299/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 299/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 303/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 307/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 311/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 311/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 315/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 315/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 319/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 324/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 328/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 332/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 332/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 336/614 kB | 8.8 kB Progress (3): 1.8/2.9 MB | 340/614 kB | 8.8 kB Progress (3): 1.9/2.9 MB | 340/614 kB | 8.8 kB Progress (4): 1.9/2.9 MB | 340/614 kB | 8.8 kB | 4.1/17 kB Progress (4): 1.9/2.9 MB | 344/614 kB | 8.8 kB | 4.1/17 kB Progress (4): 1.9/2.9 MB | 344/614 kB | 8.8 kB | 8.2/17 kB Progress (4): 1.9/2.9 MB | 348/614 kB | 8.8 kB | 8.2/17 kB Progress (4): 1.9/2.9 MB | 348/614 kB | 8.8 kB | 8.2/17 kB Progress (4): 1.9/2.9 MB | 348/614 kB | 8.8 kB | 12/17 kB Progress (4): 1.9/2.9 MB | 348/614 kB | 8.8 kB | 16/17 kB Progress (4): 1.9/2.9 MB | 352/614 kB | 8.8 kB | 16/17 kB Progress (4): 1.9/2.9 MB | 352/614 kB | 8.8 kB | 17 kB Progress (4): 1.9/2.9 MB | 352/614 kB | 8.8 kB | 17 kB Progress (4): 1.9/2.9 MB | 356/614 kB | 8.8 kB | 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 23 kB/s) Progress (3): 1.9/2.9 MB | 360/614 kB | 17 kB Progress (3): 1.9/2.9 MB | 360/614 kB | 17 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar Progress (3): 1.9/2.9 MB | 365/614 kB | 17 kB Progress (3): 1.9/2.9 MB | 365/614 kB | 17 kB Progress (3): 1.9/2.9 MB | 369/614 kB | 17 kB Progress (3): 1.9/2.9 MB | 373/614 kB | 17 kB Progress (3): 1.9/2.9 MB | 377/614 kB | 17 kB Progress (4): 1.9/2.9 MB | 377/614 kB | 17 kB | 4.1/22 kB Progress (4): 1.9/2.9 MB | 377/614 kB | 17 kB | 4.1/22 kB Progress (4): 1.9/2.9 MB | 377/614 kB | 17 kB | 8.2/22 kB Progress (4): 1.9/2.9 MB | 381/614 kB | 17 kB | 8.2/22 kB Progress (4): 1.9/2.9 MB | 381/614 kB | 17 kB | 12/22 kB Progress (4): 1.9/2.9 MB | 381/614 kB | 17 kB | 16/22 kB Progress (4): 2.0/2.9 MB | 381/614 kB | 17 kB | 16/22 kB Progress (4): 2.0/2.9 MB | 385/614 kB | 17 kB | 16/22 kB Progress (4): 2.0/2.9 MB | 385/614 kB | 17 kB | 20/22 kB Progress (4): 2.0/2.9 MB | 389/614 kB | 17 kB | 20/22 kB Progress (4): 2.0/2.9 MB | 389/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 393/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 393/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 397/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 397/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 401/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 406/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 410/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 410/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 414/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 418/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 418/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 422/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 426/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 430/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 430/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 434/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 438/614 kB | 17 kB | 22 kB Progress (4): 2.0/2.9 MB | 442/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 442/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 446/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 446/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 451/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 455/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 459/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 463/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 463/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 467/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 471/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 471/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 475/614 kB | 17 kB | 22 kB Progress (4): 2.1/2.9 MB | 479/614 kB | 17 kB | 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 42 kB/s) Progress (3): 2.1/2.9 MB | 479/614 kB | 22 kB Progress (3): 2.1/2.9 MB | 483/614 kB | 22 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Progress (3): 2.1/2.9 MB | 483/614 kB | 22 kB Progress (3): 2.1/2.9 MB | 487/614 kB | 22 kB Progress (3): 2.1/2.9 MB | 492/614 kB | 22 kB Progress (3): 2.1/2.9 MB | 496/614 kB | 22 kB Progress (3): 2.2/2.9 MB | 496/614 kB | 22 kB Progress (3): 2.2/2.9 MB | 500/614 kB | 22 kB Progress (3): 2.2/2.9 MB | 500/614 kB | 22 kB Progress (3): 2.2/2.9 MB | 504/614 kB | 22 kB Progress (3): 2.2/2.9 MB | 508/614 kB | 22 kB Progress (3): 2.2/2.9 MB | 512/614 kB | 22 kB Progress (4): 2.2/2.9 MB | 512/614 kB | 22 kB | 4.1/9.8 kB Progress (4): 2.2/2.9 MB | 512/614 kB | 22 kB | 4.1/9.8 kB Progress (4): 2.2/2.9 MB | 512/614 kB | 22 kB | 8.2/9.8 kB Progress (4): 2.2/2.9 MB | 516/614 kB | 22 kB | 8.2/9.8 kB Progress (4): 2.2/2.9 MB | 516/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 520/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 524/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 524/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 528/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 528/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 532/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 537/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 541/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 545/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 545/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 549/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 553/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 557/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 561/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 565/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 569/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 573/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 578/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 582/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 586/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 590/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 594/614 kB | 22 kB | 9.8 kB Progress (4): 2.2/2.9 MB | 598/614 kB | 22 kB | 9.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar (9.8 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar Progress (3): 2.2/2.9 MB | 602/614 kB | 22 kB Progress (4): 2.2/2.9 MB | 602/614 kB | 22 kB | 4.1/11 kB Progress (4): 2.2/2.9 MB | 606/614 kB | 22 kB | 4.1/11 kB Progress (4): 2.3/2.9 MB | 606/614 kB | 22 kB | 4.1/11 kB Progress (4): 2.3/2.9 MB | 610/614 kB | 22 kB | 4.1/11 kB Progress (4): 2.3/2.9 MB | 610/614 kB | 22 kB | 8.2/11 kB Progress (4): 2.3/2.9 MB | 614 kB | 22 kB | 8.2/11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 47 kB/s) Progress (3): 2.3/2.9 MB | 614 kB | 8.2/11 kB Progress (3): 2.3/2.9 MB | 614 kB | 11 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar Progress (3): 2.3/2.9 MB | 614 kB | 11 kB Progress (3): 2.3/2.9 MB | 614 kB | 11 kB Progress (3): 2.3/2.9 MB | 614 kB | 11 kB Progress (3): 2.3/2.9 MB | 614 kB | 11 kB Progress (3): 2.4/2.9 MB | 614 kB | 11 kB Progress (3): 2.4/2.9 MB | 614 kB | 11 kB Progress (3): 2.4/2.9 MB | 614 kB | 11 kB Progress (3): 2.4/2.9 MB | 614 kB | 11 kB Progress (3): 2.4/2.9 MB | 614 kB | 11 kB Progress (3): 2.4/2.9 MB | 614 kB | 11 kB Progress (3): 2.4/2.9 MB | 614 kB | 11 kB Progress (3): 2.5/2.9 MB | 614 kB | 11 kB Progress (3): 2.5/2.9 MB | 614 kB | 11 kB Progress (3): 2.5/2.9 MB | 614 kB | 11 kB Progress (3): 2.5/2.9 MB | 614 kB | 11 kB Progress (3): 2.5/2.9 MB | 614 kB | 11 kB Progress (3): 2.5/2.9 MB | 614 kB | 11 kB Progress (3): 2.6/2.9 MB | 614 kB | 11 kB Progress (3): 2.6/2.9 MB | 614 kB | 11 kB Progress (3): 2.6/2.9 MB | 614 kB | 11 kB Progress (3): 2.6/2.9 MB | 614 kB | 11 kB Progress (3): 2.6/2.9 MB | 614 kB | 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 1.3 MB/s) Progress (2): 2.6/2.9 MB | 11 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar Progress (2): 2.7/2.9 MB | 11 kB Progress (2): 2.7/2.9 MB | 11 kB Progress (2): 2.7/2.9 MB | 11 kB Progress (3): 2.7/2.9 MB | 11 kB | 4.1/35 kB Progress (3): 2.7/2.9 MB | 11 kB | 4.1/35 kB Progress (3): 2.7/2.9 MB | 11 kB | 8.2/35 kB Progress (3): 2.7/2.9 MB | 11 kB | 12/35 kB Progress (3): 2.7/2.9 MB | 11 kB | 16/35 kB Progress (3): 2.7/2.9 MB | 11 kB | 16/35 kB Progress (3): 2.7/2.9 MB | 11 kB | 16/35 kB Progress (3): 2.8/2.9 MB | 11 kB | 16/35 kB Progress (4): 2.8/2.9 MB | 11 kB | 16/35 kB | 4.1/87 kB Progress (4): 2.8/2.9 MB | 11 kB | 16/35 kB | 8.2/87 kB Progress (4): 2.8/2.9 MB | 11 kB | 16/35 kB | 12/87 kB Progress (4): 2.8/2.9 MB | 11 kB | 16/35 kB | 16/87 kB Progress (4): 2.8/2.9 MB | 11 kB | 16/35 kB | 16/87 kB Progress (4): 2.8/2.9 MB | 11 kB | 16/35 kB | 20/87 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 23 kB/s) Progress (3): 2.8/2.9 MB | 16/35 kB | 20/87 kB Progress (3): 2.8/2.9 MB | 16/35 kB | 25/87 kB Progress (3): 2.8/2.9 MB | 16/35 kB | 29/87 kB Progress (3): 2.8/2.9 MB | 16/35 kB | 33/87 kB Progress (3): 2.8/2.9 MB | 20/35 kB | 33/87 kB Progress (3): 2.8/2.9 MB | 25/35 kB | 33/87 kB Progress (3): 2.8/2.9 MB | 29/35 kB | 33/87 kB Progress (3): 2.8/2.9 MB | 33/35 kB | 33/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 33/87 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (3): 2.8/2.9 MB | 35 kB | 37/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 37/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 41/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 45/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 49/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 49/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 53/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 57/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 61/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 66/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 66/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 70/87 kB Progress (3): 2.8/2.9 MB | 35 kB | 74/87 kB Progress (3): 2.9/2.9 MB | 35 kB | 74/87 kB Progress (3): 2.9/2.9 MB | 35 kB | 74/87 kB Progress (3): 2.9/2.9 MB | 35 kB | 78/87 kB Progress (3): 2.9/2.9 MB | 35 kB | 82/87 kB Progress (3): 2.9/2.9 MB | 35 kB | 86/87 kB Progress (3): 2.9/2.9 MB | 35 kB | 86/87 kB Progress (3): 2.9/2.9 MB | 35 kB | 87 kB Progress (3): 2.9 MB | 35 kB | 87 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 4.1/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 8.2/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 12/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 16/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 20/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 25/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 29/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 33/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 37/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 41/80 kB Progress (4): 2.9 MB | 35 kB | 87 kB | 45/80 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 70 kB/s) Progress (3): 2.9 MB | 87 kB | 49/80 kB Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar Progress (3): 2.9 MB | 87 kB | 53/80 kB Progress (3): 2.9 MB | 87 kB | 57/80 kB Progress (3): 2.9 MB | 87 kB | 61/80 kB Progress (3): 2.9 MB | 87 kB | 66/80 kB Progress (4): 2.9 MB | 87 kB | 66/80 kB | 4.1/194 kB Progress (4): 2.9 MB | 87 kB | 70/80 kB | 4.1/194 kB Progress (4): 2.9 MB | 87 kB | 70/80 kB | 8.2/194 kB Progress (4): 2.9 MB | 87 kB | 74/80 kB | 8.2/194 kB Progress (4): 2.9 MB | 87 kB | 74/80 kB | 12/194 kB Progress (4): 2.9 MB | 87 kB | 78/80 kB | 12/194 kB Progress (4): 2.9 MB | 87 kB | 78/80 kB | 16/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 16/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 20/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 25/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 29/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 33/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 37/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 41/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 45/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 49/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 53/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 57/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 61/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 66/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 70/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 74/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 78/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 82/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 86/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 90/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 94/194 kB Progress (4): 2.9 MB | 87 kB | 80 kB | 98/194 kB Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar (2.9 MB at 5.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar Progress (3): 87 kB | 80 kB | 102/194 kB Progress (3): 87 kB | 80 kB | 106/194 kB Progress (3): 87 kB | 80 kB | 111/194 kB Progress (3): 87 kB | 80 kB | 115/194 kB Progress (3): 87 kB | 80 kB | 119/194 kB Progress (3): 87 kB | 80 kB | 123/194 kB Progress (3): 87 kB | 80 kB | 127/194 kB Progress (3): 87 kB | 80 kB | 131/194 kB Progress (3): 87 kB | 80 kB | 135/194 kB Progress (3): 87 kB | 80 kB | 139/194 kB Progress (3): 87 kB | 80 kB | 143/194 kB Progress (3): 87 kB | 80 kB | 147/194 kB Progress (3): 87 kB | 80 kB | 152/194 kB Progress (3): 87 kB | 80 kB | 156/194 kB Progress (3): 87 kB | 80 kB | 160/194 kB Progress (3): 87 kB | 80 kB | 164/194 kB Progress (4): 87 kB | 80 kB | 164/194 kB | 4.1/26 kB Progress (4): 87 kB | 80 kB | 164/194 kB | 8.2/26 kB Progress (4): 87 kB | 80 kB | 164/194 kB | 12/26 kB Progress (4): 87 kB | 80 kB | 164/194 kB | 16/26 kB Progress (4): 87 kB | 80 kB | 164/194 kB | 20/26 kB Progress (4): 87 kB | 80 kB | 164/194 kB | 25/26 kB Progress (4): 87 kB | 80 kB | 164/194 kB | 26 kB Progress (4): 87 kB | 80 kB | 168/194 kB | 26 kB Progress (4): 87 kB | 80 kB | 172/194 kB | 26 kB Progress (4): 87 kB | 80 kB | 176/194 kB | 26 kB Progress (4): 87 kB | 80 kB | 180/194 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar (87 kB at 151 kB/s) Progress (3): 80 kB | 184/194 kB | 26 kB Progress (3): 80 kB | 188/194 kB | 26 kB Progress (3): 80 kB | 193/194 kB | 26 kB Progress (4): 80 kB | 193/194 kB | 26 kB | 4.1/121 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar (26 kB at 44 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar (80 kB at 139 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar Progress (2): 193/194 kB | 8.2/121 kB Progress (2): 193/194 kB | 12/121 kB Progress (2): 193/194 kB | 16/121 kB Progress (2): 194 kB | 16/121 kB Progress (2): 194 kB | 20/121 kB Progress (2): 194 kB | 25/121 kB Progress (2): 194 kB | 29/121 kB Progress (2): 194 kB | 33/121 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar Progress (2): 194 kB | 37/121 kB Progress (2): 194 kB | 41/121 kB Progress (2): 194 kB | 45/121 kB Progress (2): 194 kB | 49/121 kB Progress (2): 194 kB | 53/121 kB Progress (2): 194 kB | 57/121 kB Progress (2): 194 kB | 61/121 kB Progress (2): 194 kB | 66/121 kB Progress (2): 194 kB | 70/121 kB Progress (2): 194 kB | 74/121 kB Progress (2): 194 kB | 78/121 kB Progress (2): 194 kB | 82/121 kB Progress (2): 194 kB | 86/121 kB Progress (2): 194 kB | 90/121 kB Progress (2): 194 kB | 94/121 kB Progress (2): 194 kB | 98/121 kB Progress (2): 194 kB | 102/121 kB Progress (2): 194 kB | 106/121 kB Progress (2): 194 kB | 111/121 kB Progress (2): 194 kB | 115/121 kB Progress (2): 194 kB | 119/121 kB Progress (2): 194 kB | 121 kB Downloaded from central: https://repo.maven.apache.org/maven2/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 329 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Progress (2): 121 kB | 4.1/13 kB Progress (2): 121 kB | 8.2/13 kB Progress (2): 121 kB | 12/13 kB Progress (2): 121 kB | 13 kB Progress (3): 121 kB | 13 kB | 4.1/156 kB Progress (3): 121 kB | 13 kB | 8.2/156 kB Progress (3): 121 kB | 13 kB | 12/156 kB Progress (4): 121 kB | 13 kB | 12/156 kB | 4.1/30 kB Progress (4): 121 kB | 13 kB | 16/156 kB | 4.1/30 kB Progress (4): 121 kB | 13 kB | 16/156 kB | 8.2/30 kB Progress (4): 121 kB | 13 kB | 16/156 kB | 12/30 kB Progress (4): 121 kB | 13 kB | 16/156 kB | 16/30 kB Progress (4): 121 kB | 13 kB | 20/156 kB | 16/30 kB Progress (4): 121 kB | 13 kB | 20/156 kB | 20/30 kB Progress (4): 121 kB | 13 kB | 25/156 kB | 20/30 kB Progress (4): 121 kB | 13 kB | 25/156 kB | 25/30 kB Progress (4): 121 kB | 13 kB | 29/156 kB | 25/30 kB Progress (4): 121 kB | 13 kB | 29/156 kB | 29/30 kB Progress (4): 121 kB | 13 kB | 33/156 kB | 29/30 kB Progress (4): 121 kB | 13 kB | 33/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 37/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 41/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 45/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 49/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 53/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 57/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 61/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 66/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 70/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 74/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 78/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 82/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 86/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 90/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 94/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 98/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 102/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 106/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 111/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 115/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 119/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 123/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 127/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 131/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 135/156 kB | 30 kB Progress (4): 121 kB | 13 kB | 139/156 kB | 30 kB Progress (5): 121 kB | 13 kB | 139/156 kB | 30 kB | 4.1/41 kB Progress (5): 121 kB | 13 kB | 143/156 kB | 30 kB | 4.1/41 kB Progress (5): 121 kB | 13 kB | 143/156 kB | 30 kB | 8.2/41 kB Progress (5): 121 kB | 13 kB | 147/156 kB | 30 kB | 8.2/41 kB Progress (5): 121 kB | 13 kB | 147/156 kB | 30 kB | 12/41 kB Progress (5): 121 kB | 13 kB | 147/156 kB | 30 kB | 16/41 kB Progress (5): 121 kB | 13 kB | 152/156 kB | 30 kB | 16/41 kB Progress (5): 121 kB | 13 kB | 156/156 kB | 30 kB | 16/41 kB Progress (5): 121 kB | 13 kB | 156 kB | 30 kB | 16/41 kB Progress (5): 121 kB | 13 kB | 156 kB | 30 kB | 20/41 kB Progress (5): 121 kB | 13 kB | 156 kB | 30 kB | 25/41 kB Progress (5): 121 kB | 13 kB | 156 kB | 30 kB | 29/41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar (13 kB at 22 kB/s) Progress (4): 121 kB | 156 kB | 30 kB | 33/41 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar Progress (4): 121 kB | 156 kB | 30 kB | 37/41 kB Progress (4): 121 kB | 156 kB | 30 kB | 41/41 kB Progress (4): 121 kB | 156 kB | 30 kB | 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 198 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 255 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 67 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (1): 4.1/39 kB Progress (2): 4.1/39 kB | 4.1/12 kB Progress (2): 8.2/39 kB | 4.1/12 kB Progress (2): 8.2/39 kB | 8.2/12 kB Progress (2): 12/39 kB | 8.2/12 kB Progress (2): 12/39 kB | 12/12 kB Progress (2): 16/39 kB | 12/12 kB Progress (2): 16/39 kB | 12 kB Progress (3): 16/39 kB | 12 kB | 4.1/13 kB Progress (3): 20/39 kB | 12 kB | 4.1/13 kB Progress (3): 20/39 kB | 12 kB | 8.2/13 kB Progress (3): 25/39 kB | 12 kB | 8.2/13 kB Progress (3): 25/39 kB | 12 kB | 12/13 kB Progress (3): 29/39 kB | 12 kB | 12/13 kB Progress (3): 29/39 kB | 12 kB | 13 kB Progress (3): 33/39 kB | 12 kB | 13 kB Progress (3): 37/39 kB | 12 kB | 13 kB Progress (3): 39 kB | 12 kB | 13 kB Progress (4): 39 kB | 12 kB | 13 kB | 4.1/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 8.2/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 12/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 16/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 20/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 25/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 29/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 33/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 37/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 41/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 45/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 49/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 53/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 57/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 61/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 66/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 70/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 74/332 kB Progress (4): 39 kB | 12 kB | 13 kB | 78/332 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 18 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 20 kB/s) Progress (3): 39 kB | 78/332 kB | 4.1/65 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar Progress (3): 39 kB | 82/332 kB | 4.1/65 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar (39 kB at 58 kB/s) Progress (2): 82/332 kB | 8.2/65 kB Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (2): 86/332 kB | 8.2/65 kB Progress (2): 86/332 kB | 12/65 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (2): 86/332 kB | 16/65 kB Progress (2): 90/332 kB | 16/65 kB Progress (2): 94/332 kB | 16/65 kB Progress (2): 98/332 kB | 16/65 kB Progress (2): 98/332 kB | 20/65 kB Progress (2): 98/332 kB | 25/65 kB Progress (2): 98/332 kB | 29/65 kB Progress (2): 102/332 kB | 29/65 kB Progress (2): 102/332 kB | 33/65 kB Progress (2): 106/332 kB | 33/65 kB Progress (2): 111/332 kB | 33/65 kB Progress (2): 115/332 kB | 33/65 kB Progress (2): 115/332 kB | 37/65 kB Progress (2): 115/332 kB | 41/65 kB Progress (2): 115/332 kB | 45/65 kB Progress (2): 115/332 kB | 49/65 kB Progress (2): 119/332 kB | 49/65 kB Progress (2): 123/332 kB | 49/65 kB Progress (2): 127/332 kB | 49/65 kB Progress (2): 131/332 kB | 49/65 kB Progress (2): 131/332 kB | 53/65 kB Progress (2): 131/332 kB | 57/65 kB Progress (2): 131/332 kB | 61/65 kB Progress (2): 131/332 kB | 65 kB Progress (2): 135/332 kB | 65 kB Progress (2): 139/332 kB | 65 kB Progress (2): 143/332 kB | 65 kB Progress (2): 147/332 kB | 65 kB Progress (2): 152/332 kB | 65 kB Progress (2): 156/332 kB | 65 kB Progress (2): 160/332 kB | 65 kB Progress (2): 164/332 kB | 65 kB Progress (2): 168/332 kB | 65 kB Progress (2): 172/332 kB | 65 kB Progress (2): 176/332 kB | 65 kB Progress (2): 180/332 kB | 65 kB Progress (2): 184/332 kB | 65 kB Progress (2): 188/332 kB | 65 kB Progress (2): 193/332 kB | 65 kB Progress (2): 197/332 kB | 65 kB Progress (2): 201/332 kB | 65 kB Progress (2): 205/332 kB | 65 kB Progress (2): 209/332 kB | 65 kB Progress (2): 213/332 kB | 65 kB Progress (2): 217/332 kB | 65 kB Progress (2): 221/332 kB | 65 kB Progress (2): 225/332 kB | 65 kB Progress (2): 229/332 kB | 65 kB Progress (2): 233/332 kB | 65 kB Progress (2): 238/332 kB | 65 kB Progress (2): 242/332 kB | 65 kB Progress (2): 246/332 kB | 65 kB Progress (2): 250/332 kB | 65 kB Progress (2): 254/332 kB | 65 kB Progress (2): 258/332 kB | 65 kB Progress (2): 262/332 kB | 65 kB Progress (2): 266/332 kB | 65 kB Progress (2): 270/332 kB | 65 kB Progress (2): 274/332 kB | 65 kB Progress (3): 274/332 kB | 65 kB | 4.1/38 kB Progress (3): 278/332 kB | 65 kB | 4.1/38 kB Progress (4): 278/332 kB | 65 kB | 4.1/38 kB | 4.1/10 kB Progress (4): 278/332 kB | 65 kB | 8.2/38 kB | 4.1/10 kB Progress (4): 278/332 kB | 65 kB | 8.2/38 kB | 8.2/10 kB Progress (4): 278/332 kB | 65 kB | 12/38 kB | 8.2/10 kB Progress (4): 278/332 kB | 65 kB | 12/38 kB | 10 kB Progress (4): 282/332 kB | 65 kB | 12/38 kB | 10 kB Progress (4): 282/332 kB | 65 kB | 16/38 kB | 10 kB Progress (4): 286/332 kB | 65 kB | 16/38 kB | 10 kB Progress (4): 290/332 kB | 65 kB | 16/38 kB | 10 kB Progress (4): 290/332 kB | 65 kB | 20/38 kB | 10 kB Progress (4): 294/332 kB | 65 kB | 20/38 kB | 10 kB Progress (4): 294/332 kB | 65 kB | 25/38 kB | 10 kB Progress (4): 294/332 kB | 65 kB | 29/38 kB | 10 kB Progress (4): 294/332 kB | 65 kB | 33/38 kB | 10 kB Progress (4): 294/332 kB | 65 kB | 37/38 kB | 10 kB Progress (4): 298/332 kB | 65 kB | 37/38 kB | 10 kB Progress (4): 298/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 302/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 307/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 311/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 315/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 319/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 323/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 327/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 331/332 kB | 65 kB | 38 kB | 10 kB Progress (4): 332 kB | 65 kB | 38 kB | 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 94 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar Progress (3): 332 kB | 10 kB | 4.1/29 kB Progress (4): 332 kB | 10 kB | 4.1/29 kB | 4.1/13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar (10 kB at 15 kB/s) Progress (3): 332 kB | 4.1/29 kB | 8.2/13 kB Progress (3): 332 kB | 8.2/29 kB | 8.2/13 kB Progress (3): 332 kB | 8.2/29 kB | 12/13 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 471 kB/s) Progress (2): 8.2/29 kB | 13 kB Progress (2): 12/29 kB | 13 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Progress (2): 16/29 kB | 13 kB Progress (2): 20/29 kB | 13 kB Progress (2): 25/29 kB | 13 kB Progress (2): 29 kB | 13 kB Progress (3): 29 kB | 13 kB | 4.1/23 kB Progress (3): 29 kB | 13 kB | 8.2/23 kB Progress (3): 29 kB | 13 kB | 12/23 kB Progress (3): 29 kB | 13 kB | 16/23 kB Progress (3): 29 kB | 13 kB | 20/23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 19 kB/s) Progress (3): 29 kB | 20/23 kB | 4.1/32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 40 kB/s) Progress (2): 20/23 kB | 8.2/32 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar Progress (2): 23 kB | 8.2/32 kB Progress (2): 23 kB | 12/32 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar Progress (2): 23 kB | 16/32 kB Progress (2): 23 kB | 20/32 kB Progress (2): 23 kB | 25/32 kB Progress (2): 23 kB | 29/32 kB Progress (2): 23 kB | 32 kB Progress (3): 23 kB | 32 kB | 4.1/170 kB Progress (3): 23 kB | 32 kB | 8.2/170 kB Progress (3): 23 kB | 32 kB | 12/170 kB Progress (3): 23 kB | 32 kB | 16/170 kB Progress (3): 23 kB | 32 kB | 20/170 kB Progress (3): 23 kB | 32 kB | 25/170 kB Progress (3): 23 kB | 32 kB | 29/170 kB Progress (3): 23 kB | 32 kB | 33/170 kB Progress (3): 23 kB | 32 kB | 37/170 kB Progress (3): 23 kB | 32 kB | 41/170 kB Progress (3): 23 kB | 32 kB | 45/170 kB Progress (3): 23 kB | 32 kB | 49/170 kB Progress (3): 23 kB | 32 kB | 53/170 kB Progress (3): 23 kB | 32 kB | 57/170 kB Progress (3): 23 kB | 32 kB | 61/170 kB Progress (3): 23 kB | 32 kB | 66/170 kB Progress (3): 23 kB | 32 kB | 70/170 kB Progress (3): 23 kB | 32 kB | 74/170 kB Progress (3): 23 kB | 32 kB | 78/170 kB Progress (3): 23 kB | 32 kB | 82/170 kB Progress (3): 23 kB | 32 kB | 86/170 kB Progress (3): 23 kB | 32 kB | 90/170 kB Progress (3): 23 kB | 32 kB | 94/170 kB Progress (3): 23 kB | 32 kB | 98/170 kB Progress (3): 23 kB | 32 kB | 102/170 kB Progress (3): 23 kB | 32 kB | 106/170 kB Progress (3): 23 kB | 32 kB | 111/170 kB Progress (3): 23 kB | 32 kB | 115/170 kB Progress (3): 23 kB | 32 kB | 119/170 kB Progress (3): 23 kB | 32 kB | 123/170 kB Progress (3): 23 kB | 32 kB | 127/170 kB Progress (3): 23 kB | 32 kB | 131/170 kB Progress (3): 23 kB | 32 kB | 135/170 kB Progress (3): 23 kB | 32 kB | 139/170 kB Progress (3): 23 kB | 32 kB | 143/170 kB Progress (3): 23 kB | 32 kB | 147/170 kB Progress (3): 23 kB | 32 kB | 152/170 kB Progress (3): 23 kB | 32 kB | 156/170 kB Progress (3): 23 kB | 32 kB | 160/170 kB Progress (3): 23 kB | 32 kB | 164/170 kB Progress (3): 23 kB | 32 kB | 168/170 kB Progress (3): 23 kB | 32 kB | 170 kB Progress (4): 23 kB | 32 kB | 170 kB | 4.1/74 kB Progress (4): 23 kB | 32 kB | 170 kB | 8.2/74 kB Progress (4): 23 kB | 32 kB | 170 kB | 12/74 kB Progress (4): 23 kB | 32 kB | 170 kB | 16/74 kB Progress (5): 23 kB | 32 kB | 170 kB | 16/74 kB | 4.1/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 16/74 kB | 8.2/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 16/74 kB | 12/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 16/74 kB | 16/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 20/74 kB | 16/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 25/74 kB | 16/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 25/74 kB | 20/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 25/74 kB | 25/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 25/74 kB | 29/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 25/74 kB | 33/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 29/74 kB | 33/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 33/74 kB | 33/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 33/74 kB | 37/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 33/74 kB | 41/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 33/74 kB | 45/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 33/74 kB | 49/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 37/74 kB | 49/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 41/74 kB | 49/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 41/74 kB | 53/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 45/74 kB | 53/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 45/74 kB | 57/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 49/74 kB | 57/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 49/74 kB | 61/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 49/74 kB | 66/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 53/74 kB | 66/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 53/74 kB | 70/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 57/74 kB | 70/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 57/74 kB | 74/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 61/74 kB | 74/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 61/74 kB | 78/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 66/74 kB | 78/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 66/74 kB | 82/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 70/74 kB | 82/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 70/74 kB | 86/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74/74 kB | 86/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74/74 kB | 90/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 90/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 94/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 98/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 102/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 106/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 111/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 115/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 119/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 123/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 127/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 131/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 135/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 139/143 kB Progress (5): 23 kB | 32 kB | 170 kB | 74 kB | 143 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 40 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 216 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 94 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 179 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (1): 4.1/60 kB Progress (1): 8.2/60 kB Progress (2): 8.2/60 kB | 4.1/378 kB Progress (2): 12/60 kB | 4.1/378 kB Progress (2): 12/60 kB | 8.2/378 kB Progress (2): 16/60 kB | 8.2/378 kB Progress (2): 16/60 kB | 12/378 kB Progress (2): 16/60 kB | 16/378 kB Progress (2): 20/60 kB | 16/378 kB Progress (2): 25/60 kB | 16/378 kB Progress (2): 25/60 kB | 20/378 kB Progress (2): 29/60 kB | 20/378 kB Progress (2): 29/60 kB | 25/378 kB Progress (2): 33/60 kB | 25/378 kB Progress (2): 33/60 kB | 29/378 kB Progress (2): 33/60 kB | 33/378 kB Progress (2): 37/60 kB | 33/378 kB Progress (2): 41/60 kB | 33/378 kB Progress (2): 41/60 kB | 37/378 kB Progress (2): 45/60 kB | 37/378 kB Progress (2): 45/60 kB | 41/378 kB Progress (2): 49/60 kB | 41/378 kB Progress (2): 49/60 kB | 45/378 kB Progress (2): 49/60 kB | 49/378 kB Progress (2): 53/60 kB | 49/378 kB Progress (2): 57/60 kB | 49/378 kB Progress (2): 60 kB | 49/378 kB Progress (2): 60 kB | 53/378 kB Progress (2): 60 kB | 57/378 kB Progress (2): 60 kB | 61/378 kB Progress (2): 60 kB | 66/378 kB Progress (2): 60 kB | 70/378 kB Progress (2): 60 kB | 74/378 kB Progress (2): 60 kB | 78/378 kB Progress (2): 60 kB | 82/378 kB Progress (3): 60 kB | 82/378 kB | 4.1/4.2 kB Progress (3): 60 kB | 82/378 kB | 4.2 kB Progress (3): 60 kB | 86/378 kB | 4.2 kB Progress (3): 60 kB | 90/378 kB | 4.2 kB Progress (3): 60 kB | 94/378 kB | 4.2 kB Progress (3): 60 kB | 98/378 kB | 4.2 kB Progress (3): 60 kB | 102/378 kB | 4.2 kB Progress (3): 60 kB | 106/378 kB | 4.2 kB Progress (3): 60 kB | 111/378 kB | 4.2 kB Progress (3): 60 kB | 115/378 kB | 4.2 kB Progress (3): 60 kB | 119/378 kB | 4.2 kB Progress (3): 60 kB | 123/378 kB | 4.2 kB Progress (3): 60 kB | 127/378 kB | 4.2 kB Progress (3): 60 kB | 131/378 kB | 4.2 kB Progress (3): 60 kB | 135/378 kB | 4.2 kB Progress (3): 60 kB | 139/378 kB | 4.2 kB Progress (3): 60 kB | 143/378 kB | 4.2 kB Progress (3): 60 kB | 147/378 kB | 4.2 kB Progress (3): 60 kB | 152/378 kB | 4.2 kB Progress (3): 60 kB | 156/378 kB | 4.2 kB Progress (3): 60 kB | 160/378 kB | 4.2 kB Progress (3): 60 kB | 164/378 kB | 4.2 kB Progress (4): 60 kB | 164/378 kB | 4.2 kB | 4.1/134 kB Progress (4): 60 kB | 164/378 kB | 4.2 kB | 8.2/134 kB Progress (4): 60 kB | 164/378 kB | 4.2 kB | 12/134 kB Progress (4): 60 kB | 164/378 kB | 4.2 kB | 16/134 kB Progress (4): 60 kB | 168/378 kB | 4.2 kB | 16/134 kB Progress (4): 60 kB | 172/378 kB | 4.2 kB | 16/134 kB Progress (4): 60 kB | 176/378 kB | 4.2 kB | 16/134 kB Progress (4): 60 kB | 176/378 kB | 4.2 kB | 20/134 kB Progress (4): 60 kB | 180/378 kB | 4.2 kB | 20/134 kB Progress (4): 60 kB | 180/378 kB | 4.2 kB | 25/134 kB Progress (4): 60 kB | 180/378 kB | 4.2 kB | 29/134 kB Progress (4): 60 kB | 180/378 kB | 4.2 kB | 33/134 kB Progress (4): 60 kB | 184/378 kB | 4.2 kB | 33/134 kB Progress (4): 60 kB | 188/378 kB | 4.2 kB | 33/134 kB Progress (4): 60 kB | 193/378 kB | 4.2 kB | 33/134 kB Progress (4): 60 kB | 193/378 kB | 4.2 kB | 37/134 kB Progress (4): 60 kB | 197/378 kB | 4.2 kB | 37/134 kB Progress (4): 60 kB | 197/378 kB | 4.2 kB | 41/134 kB Progress (4): 60 kB | 197/378 kB | 4.2 kB | 45/134 kB Progress (4): 60 kB | 197/378 kB | 4.2 kB | 49/134 kB Progress (4): 60 kB | 201/378 kB | 4.2 kB | 49/134 kB Progress (4): 60 kB | 205/378 kB | 4.2 kB | 49/134 kB Progress (4): 60 kB | 205/378 kB | 4.2 kB | 53/134 kB Progress (4): 60 kB | 209/378 kB | 4.2 kB | 53/134 kB Progress (4): 60 kB | 209/378 kB | 4.2 kB | 57/134 kB Progress (4): 60 kB | 213/378 kB | 4.2 kB | 57/134 kB Progress (4): 60 kB | 213/378 kB | 4.2 kB | 61/134 kB Progress (4): 60 kB | 213/378 kB | 4.2 kB | 66/134 kB Progress (4): 60 kB | 213/378 kB | 4.2 kB | 70/134 kB Progress (5): 60 kB | 213/378 kB | 4.2 kB | 70/134 kB | 4.1/62 kB Progress (5): 60 kB | 217/378 kB | 4.2 kB | 70/134 kB | 4.1/62 kB Progress (5): 60 kB | 217/378 kB | 4.2 kB | 70/134 kB | 8.2/62 kB Progress (5): 60 kB | 217/378 kB | 4.2 kB | 74/134 kB | 8.2/62 kB Progress (5): 60 kB | 217/378 kB | 4.2 kB | 74/134 kB | 12/62 kB Progress (5): 60 kB | 221/378 kB | 4.2 kB | 74/134 kB | 12/62 kB Progress (5): 60 kB | 221/378 kB | 4.2 kB | 74/134 kB | 16/62 kB Progress (5): 60 kB | 221/378 kB | 4.2 kB | 78/134 kB | 16/62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 74 kB/s) Progress (4): 225/378 kB | 4.2 kB | 78/134 kB | 16/62 kB Progress (4): 225/378 kB | 4.2 kB | 78/134 kB | 20/62 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar Progress (4): 225/378 kB | 4.2 kB | 82/134 kB | 20/62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 5.2 kB/s) Progress (3): 225/378 kB | 82/134 kB | 25/62 kB Progress (3): 229/378 kB | 82/134 kB | 25/62 kB Progress (3): 229/378 kB | 82/134 kB | 29/62 kB Progress (3): 229/378 kB | 86/134 kB | 29/62 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Progress (3): 233/378 kB | 86/134 kB | 29/62 kB Progress (3): 233/378 kB | 90/134 kB | 29/62 kB Progress (3): 233/378 kB | 90/134 kB | 33/62 kB Progress (3): 233/378 kB | 94/134 kB | 33/62 kB Progress (3): 238/378 kB | 94/134 kB | 33/62 kB Progress (3): 238/378 kB | 98/134 kB | 33/62 kB Progress (3): 242/378 kB | 98/134 kB | 33/62 kB Progress (3): 246/378 kB | 98/134 kB | 33/62 kB Progress (3): 246/378 kB | 98/134 kB | 37/62 kB Progress (3): 246/378 kB | 102/134 kB | 37/62 kB Progress (3): 246/378 kB | 102/134 kB | 41/62 kB Progress (3): 250/378 kB | 102/134 kB | 41/62 kB Progress (3): 250/378 kB | 106/134 kB | 41/62 kB Progress (3): 254/378 kB | 106/134 kB | 41/62 kB Progress (3): 254/378 kB | 106/134 kB | 45/62 kB Progress (3): 258/378 kB | 106/134 kB | 45/62 kB Progress (3): 258/378 kB | 111/134 kB | 45/62 kB Progress (3): 258/378 kB | 115/134 kB | 45/62 kB Progress (4): 258/378 kB | 115/134 kB | 45/62 kB | 4.1/8.5 kB Progress (4): 258/378 kB | 115/134 kB | 45/62 kB | 8.2/8.5 kB Progress (4): 258/378 kB | 115/134 kB | 45/62 kB | 8.5 kB Progress (5): 258/378 kB | 115/134 kB | 45/62 kB | 8.5 kB | 4.1/231 kB Progress (5): 258/378 kB | 115/134 kB | 45/62 kB | 8.5 kB | 8.2/231 kB Progress (5): 258/378 kB | 115/134 kB | 45/62 kB | 8.5 kB | 12/231 kB Progress (5): 262/378 kB | 115/134 kB | 45/62 kB | 8.5 kB | 12/231 kB Progress (5): 262/378 kB | 115/134 kB | 49/62 kB | 8.5 kB | 12/231 kB Progress (5): 262/378 kB | 115/134 kB | 49/62 kB | 8.5 kB | 16/231 kB Progress (5): 266/378 kB | 115/134 kB | 49/62 kB | 8.5 kB | 16/231 kB Progress (5): 266/378 kB | 115/134 kB | 53/62 kB | 8.5 kB | 16/231 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 9.7 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Progress (4): 266/378 kB | 115/134 kB | 53/62 kB | 20/231 kB Progress (4): 266/378 kB | 115/134 kB | 57/62 kB | 20/231 kB Progress (4): 270/378 kB | 115/134 kB | 57/62 kB | 20/231 kB Progress (4): 270/378 kB | 115/134 kB | 61/62 kB | 20/231 kB Progress (4): 270/378 kB | 115/134 kB | 61/62 kB | 25/231 kB Progress (4): 270/378 kB | 115/134 kB | 62 kB | 25/231 kB Progress (4): 274/378 kB | 115/134 kB | 62 kB | 25/231 kB Progress (4): 279/378 kB | 115/134 kB | 62 kB | 25/231 kB Progress (4): 283/378 kB | 115/134 kB | 62 kB | 25/231 kB Progress (4): 283/378 kB | 115/134 kB | 62 kB | 29/231 kB Progress (4): 287/378 kB | 115/134 kB | 62 kB | 29/231 kB Progress (4): 287/378 kB | 119/134 kB | 62 kB | 29/231 kB Progress (4): 291/378 kB | 119/134 kB | 62 kB | 29/231 kB Progress (4): 295/378 kB | 119/134 kB | 62 kB | 29/231 kB Progress (4): 299/378 kB | 119/134 kB | 62 kB | 29/231 kB Progress (4): 303/378 kB | 119/134 kB | 62 kB | 29/231 kB Progress (4): 307/378 kB | 119/134 kB | 62 kB | 29/231 kB Progress (4): 307/378 kB | 119/134 kB | 62 kB | 33/231 kB Progress (4): 311/378 kB | 119/134 kB | 62 kB | 33/231 kB Progress (4): 311/378 kB | 123/134 kB | 62 kB | 33/231 kB Progress (4): 311/378 kB | 127/134 kB | 62 kB | 33/231 kB Progress (4): 311/378 kB | 131/134 kB | 62 kB | 33/231 kB Progress (4): 311/378 kB | 131/134 kB | 62 kB | 37/231 kB Progress (4): 311/378 kB | 131/134 kB | 62 kB | 41/231 kB Progress (4): 311/378 kB | 134 kB | 62 kB | 41/231 kB Progress (4): 315/378 kB | 134 kB | 62 kB | 41/231 kB Progress (4): 315/378 kB | 134 kB | 62 kB | 45/231 kB Progress (4): 319/378 kB | 134 kB | 62 kB | 45/231 kB Progress (4): 319/378 kB | 134 kB | 62 kB | 49/231 kB Progress (4): 324/378 kB | 134 kB | 62 kB | 49/231 kB Progress (4): 328/378 kB | 134 kB | 62 kB | 49/231 kB Progress (4): 328/378 kB | 134 kB | 62 kB | 53/231 kB Progress (4): 328/378 kB | 134 kB | 62 kB | 57/231 kB Progress (4): 328/378 kB | 134 kB | 62 kB | 61/231 kB Progress (4): 328/378 kB | 134 kB | 62 kB | 66/231 kB Progress (4): 332/378 kB | 134 kB | 62 kB | 66/231 kB Progress (4): 336/378 kB | 134 kB | 62 kB | 66/231 kB Progress (4): 336/378 kB | 134 kB | 62 kB | 70/231 kB Progress (4): 340/378 kB | 134 kB | 62 kB | 70/231 kB Progress (4): 340/378 kB | 134 kB | 62 kB | 74/231 kB Progress (4): 344/378 kB | 134 kB | 62 kB | 74/231 kB Progress (4): 344/378 kB | 134 kB | 62 kB | 78/231 kB Progress (4): 344/378 kB | 134 kB | 62 kB | 82/231 kB Progress (4): 348/378 kB | 134 kB | 62 kB | 82/231 kB Progress (4): 352/378 kB | 134 kB | 62 kB | 82/231 kB Progress (4): 352/378 kB | 134 kB | 62 kB | 86/231 kB Progress (4): 356/378 kB | 134 kB | 62 kB | 86/231 kB Progress (4): 356/378 kB | 134 kB | 62 kB | 90/231 kB Progress (4): 360/378 kB | 134 kB | 62 kB | 90/231 kB Progress (4): 360/378 kB | 134 kB | 62 kB | 94/231 kB Progress (4): 360/378 kB | 134 kB | 62 kB | 98/231 kB Progress (4): 365/378 kB | 134 kB | 62 kB | 98/231 kB Progress (4): 369/378 kB | 134 kB | 62 kB | 98/231 kB Progress (4): 369/378 kB | 134 kB | 62 kB | 102/231 kB Progress (4): 373/378 kB | 134 kB | 62 kB | 102/231 kB Progress (4): 373/378 kB | 134 kB | 62 kB | 106/231 kB Progress (4): 377/378 kB | 134 kB | 62 kB | 106/231 kB Progress (4): 377/378 kB | 134 kB | 62 kB | 111/231 kB Progress (4): 378 kB | 134 kB | 62 kB | 111/231 kB Progress (4): 378 kB | 134 kB | 62 kB | 115/231 kB Progress (4): 378 kB | 134 kB | 62 kB | 119/231 kB Progress (4): 378 kB | 134 kB | 62 kB | 123/231 kB Progress (4): 378 kB | 134 kB | 62 kB | 127/231 kB Progress (5): 378 kB | 134 kB | 62 kB | 127/231 kB | 4.1/10 kB Progress (5): 378 kB | 134 kB | 62 kB | 131/231 kB | 4.1/10 kB Progress (5): 378 kB | 134 kB | 62 kB | 131/231 kB | 8.2/10 kB Progress (5): 378 kB | 134 kB | 62 kB | 131/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 135/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 139/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 143/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 147/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 152/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 156/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 160/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 164/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 168/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 172/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 176/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 180/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 184/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 188/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 193/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 197/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 201/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 205/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 209/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 213/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 217/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 221/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 225/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 229/231 kB | 10 kB Progress (5): 378 kB | 134 kB | 62 kB | 231 kB | 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 149 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 69 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 256 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 11 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 414 kB/s) Progress (1): 4.1/47 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (2): 4.1/47 kB | 4.1/11 kB Progress (2): 4.1/47 kB | 8.2/11 kB Progress (2): 8.2/47 kB | 8.2/11 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (2): 12/47 kB | 8.2/11 kB Progress (2): 16/47 kB | 8.2/11 kB Progress (2): 20/47 kB | 8.2/11 kB Progress (2): 25/47 kB | 8.2/11 kB Progress (2): 25/47 kB | 11 kB Progress (2): 29/47 kB | 11 kB Progress (3): 29/47 kB | 11 kB | 4.1/55 kB Progress (3): 33/47 kB | 11 kB | 4.1/55 kB Progress (3): 33/47 kB | 11 kB | 8.2/55 kB Progress (3): 33/47 kB | 11 kB | 12/55 kB Progress (3): 33/47 kB | 11 kB | 16/55 kB Progress (3): 37/47 kB | 11 kB | 16/55 kB Progress (3): 41/47 kB | 11 kB | 16/55 kB Progress (3): 45/47 kB | 11 kB | 16/55 kB Progress (3): 47 kB | 11 kB | 16/55 kB Progress (3): 47 kB | 11 kB | 20/55 kB Progress (3): 47 kB | 11 kB | 25/55 kB Progress (3): 47 kB | 11 kB | 29/55 kB Progress (3): 47 kB | 11 kB | 33/55 kB Progress (3): 47 kB | 11 kB | 37/55 kB Progress (3): 47 kB | 11 kB | 41/55 kB Progress (3): 47 kB | 11 kB | 45/55 kB Progress (3): 47 kB | 11 kB | 49/55 kB Progress (3): 47 kB | 11 kB | 53/55 kB Progress (3): 47 kB | 11 kB | 55 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 11 kB/s) Progress (3): 47 kB | 55 kB | 4.1/392 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 48 kB/s) Progress (2): 55 kB | 8.2/392 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Progress (2): 55 kB | 12/392 kB Progress (2): 55 kB | 16/392 kB Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar Progress (2): 55 kB | 20/392 kB Progress (2): 55 kB | 25/392 kB Progress (2): 55 kB | 29/392 kB Progress (2): 55 kB | 33/392 kB Progress (2): 55 kB | 37/392 kB Progress (2): 55 kB | 41/392 kB Progress (2): 55 kB | 45/392 kB Progress (2): 55 kB | 49/392 kB Progress (2): 55 kB | 53/392 kB Progress (2): 55 kB | 57/392 kB Progress (2): 55 kB | 61/392 kB Progress (2): 55 kB | 66/392 kB Progress (2): 55 kB | 70/392 kB Progress (2): 55 kB | 74/392 kB Progress (2): 55 kB | 78/392 kB Progress (2): 55 kB | 82/392 kB Progress (2): 55 kB | 86/392 kB Progress (2): 55 kB | 90/392 kB Progress (2): 55 kB | 94/392 kB Progress (2): 55 kB | 98/392 kB Progress (2): 55 kB | 102/392 kB Progress (2): 55 kB | 106/392 kB Progress (2): 55 kB | 111/392 kB Progress (2): 55 kB | 115/392 kB Progress (2): 55 kB | 119/392 kB Progress (2): 55 kB | 123/392 kB Progress (2): 55 kB | 127/392 kB Progress (2): 55 kB | 131/392 kB Progress (2): 55 kB | 135/392 kB Progress (2): 55 kB | 139/392 kB Progress (2): 55 kB | 143/392 kB Progress (2): 55 kB | 147/392 kB Progress (2): 55 kB | 152/392 kB Progress (2): 55 kB | 156/392 kB Progress (2): 55 kB | 160/392 kB Progress (2): 55 kB | 164/392 kB Progress (2): 55 kB | 168/392 kB Progress (2): 55 kB | 172/392 kB Progress (2): 55 kB | 176/392 kB Progress (2): 55 kB | 180/392 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 56 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (2): 180/392 kB | 4.1/7.7 kB Progress (2): 184/392 kB | 4.1/7.7 kB Progress (2): 188/392 kB | 4.1/7.7 kB Progress (2): 193/392 kB | 4.1/7.7 kB Progress (2): 197/392 kB | 4.1/7.7 kB Progress (3): 197/392 kB | 4.1/7.7 kB | 4.1/65 kB Progress (3): 197/392 kB | 4.1/7.7 kB | 8.2/65 kB Progress (3): 197/392 kB | 7.7 kB | 8.2/65 kB Progress (3): 197/392 kB | 7.7 kB | 12/65 kB Progress (4): 197/392 kB | 7.7 kB | 12/65 kB | 4.1/208 kB Progress (4): 197/392 kB | 7.7 kB | 12/65 kB | 8.2/208 kB Progress (4): 197/392 kB | 7.7 kB | 12/65 kB | 12/208 kB Progress (4): 201/392 kB | 7.7 kB | 12/65 kB | 12/208 kB Progress (4): 201/392 kB | 7.7 kB | 12/65 kB | 16/208 kB Progress (4): 201/392 kB | 7.7 kB | 16/65 kB | 16/208 kB Progress (4): 201/392 kB | 7.7 kB | 16/65 kB | 20/208 kB Progress (4): 201/392 kB | 7.7 kB | 16/65 kB | 25/208 kB Progress (4): 201/392 kB | 7.7 kB | 16/65 kB | 29/208 kB Progress (4): 205/392 kB | 7.7 kB | 16/65 kB | 29/208 kB Progress (4): 205/392 kB | 7.7 kB | 16/65 kB | 33/208 kB Progress (4): 205/392 kB | 7.7 kB | 20/65 kB | 33/208 kB Progress (4): 205/392 kB | 7.7 kB | 25/65 kB | 33/208 kB Progress (4): 205/392 kB | 7.7 kB | 29/65 kB | 33/208 kB Progress (4): 205/392 kB | 7.7 kB | 33/65 kB | 33/208 kB Progress (4): 209/392 kB | 7.7 kB | 33/65 kB | 33/208 kB Progress (4): 213/392 kB | 7.7 kB | 33/65 kB | 33/208 kB Progress (4): 213/392 kB | 7.7 kB | 37/65 kB | 33/208 kB Progress (4): 213/392 kB | 7.7 kB | 37/65 kB | 37/208 kB Progress (4): 213/392 kB | 7.7 kB | 41/65 kB | 37/208 kB Progress (4): 217/392 kB | 7.7 kB | 41/65 kB | 37/208 kB Progress (4): 217/392 kB | 7.7 kB | 45/65 kB | 37/208 kB Progress (4): 217/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 221/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 225/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 229/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 233/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 238/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 242/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 246/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 250/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 254/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 258/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 262/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 266/392 kB | 7.7 kB | 49/65 kB | 37/208 kB Progress (4): 266/392 kB | 7.7 kB | 49/65 kB | 41/208 kB Progress (4): 266/392 kB | 7.7 kB | 49/65 kB | 45/208 kB Progress (4): 270/392 kB | 7.7 kB | 49/65 kB | 45/208 kB Progress (4): 270/392 kB | 7.7 kB | 53/65 kB | 45/208 kB Progress (4): 274/392 kB | 7.7 kB | 53/65 kB | 45/208 kB Progress (4): 274/392 kB | 7.7 kB | 53/65 kB | 49/208 kB Progress (4): 279/392 kB | 7.7 kB | 53/65 kB | 49/208 kB Progress (4): 283/392 kB | 7.7 kB | 53/65 kB | 49/208 kB Progress (5): 283/392 kB | 7.7 kB | 53/65 kB | 49/208 kB | 4.1/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 4.1/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 8.2/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 12/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 16/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 20/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 25/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 29/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 33/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 37/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 41/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 45/49 kB Progress (5): 283/392 kB | 7.7 kB | 57/65 kB | 49/208 kB | 49 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 7.6 kB/s) Progress (4): 287/392 kB | 57/65 kB | 49/208 kB | 49 kB Progress (4): 287/392 kB | 57/65 kB | 53/208 kB | 49 kB Progress (4): 291/392 kB | 57/65 kB | 53/208 kB | 49 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Progress (4): 291/392 kB | 61/65 kB | 53/208 kB | 49 kB Progress (4): 295/392 kB | 61/65 kB | 53/208 kB | 49 kB Progress (4): 295/392 kB | 61/65 kB | 57/208 kB | 49 kB Progress (4): 299/392 kB | 61/65 kB | 57/208 kB | 49 kB Progress (4): 299/392 kB | 65 kB | 57/208 kB | 49 kB Progress (4): 299/392 kB | 65 kB | 61/208 kB | 49 kB Progress (4): 299/392 kB | 65 kB | 66/208 kB | 49 kB Progress (4): 303/392 kB | 65 kB | 66/208 kB | 49 kB Progress (4): 303/392 kB | 65 kB | 70/208 kB | 49 kB Progress (4): 307/392 kB | 65 kB | 70/208 kB | 49 kB Progress (4): 307/392 kB | 65 kB | 74/208 kB | 49 kB Progress (4): 311/392 kB | 65 kB | 74/208 kB | 49 kB Progress (4): 311/392 kB | 65 kB | 78/208 kB | 49 kB Progress (4): 315/392 kB | 65 kB | 78/208 kB | 49 kB Progress (4): 315/392 kB | 65 kB | 82/208 kB | 49 kB Progress (4): 315/392 kB | 65 kB | 86/208 kB | 49 kB Progress (4): 315/392 kB | 65 kB | 90/208 kB | 49 kB Progress (4): 319/392 kB | 65 kB | 90/208 kB | 49 kB Progress (4): 319/392 kB | 65 kB | 94/208 kB | 49 kB Progress (4): 324/392 kB | 65 kB | 94/208 kB | 49 kB Progress (4): 324/392 kB | 65 kB | 98/208 kB | 49 kB Progress (4): 324/392 kB | 65 kB | 102/208 kB | 49 kB Progress (4): 324/392 kB | 65 kB | 106/208 kB | 49 kB Progress (4): 324/392 kB | 65 kB | 111/208 kB | 49 kB Progress (4): 324/392 kB | 65 kB | 115/208 kB | 49 kB Progress (4): 324/392 kB | 65 kB | 119/208 kB | 49 kB Progress (4): 324/392 kB | 65 kB | 123/208 kB | 49 kB Progress (4): 328/392 kB | 65 kB | 123/208 kB | 49 kB Progress (4): 332/392 kB | 65 kB | 123/208 kB | 49 kB Progress (4): 336/392 kB | 65 kB | 123/208 kB | 49 kB Progress (4): 336/392 kB | 65 kB | 127/208 kB | 49 kB Progress (4): 340/392 kB | 65 kB | 127/208 kB | 49 kB Progress (5): 340/392 kB | 65 kB | 127/208 kB | 49 kB | 4.1/571 kB Progress (5): 340/392 kB | 65 kB | 127/208 kB | 49 kB | 8.2/571 kB Progress (5): 340/392 kB | 65 kB | 127/208 kB | 49 kB | 12/571 kB Progress (5): 340/392 kB | 65 kB | 127/208 kB | 49 kB | 16/571 kB Progress (5): 344/392 kB | 65 kB | 127/208 kB | 49 kB | 16/571 kB Progress (5): 348/392 kB | 65 kB | 127/208 kB | 49 kB | 16/571 kB Progress (5): 348/392 kB | 65 kB | 127/208 kB | 49 kB | 20/571 kB Progress (5): 348/392 kB | 65 kB | 127/208 kB | 49 kB | 25/571 kB Progress (5): 352/392 kB | 65 kB | 127/208 kB | 49 kB | 25/571 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 45 kB/s) Progress (4): 352/392 kB | 65 kB | 131/208 kB | 25/571 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Progress (4): 356/392 kB | 65 kB | 131/208 kB | 25/571 kB Progress (4): 356/392 kB | 65 kB | 135/208 kB | 25/571 kB Progress (4): 356/392 kB | 65 kB | 139/208 kB | 25/571 kB Progress (4): 356/392 kB | 65 kB | 143/208 kB | 25/571 kB Progress (4): 356/392 kB | 65 kB | 143/208 kB | 29/571 kB Progress (4): 356/392 kB | 65 kB | 147/208 kB | 29/571 kB Progress (4): 360/392 kB | 65 kB | 147/208 kB | 29/571 kB Progress (4): 360/392 kB | 65 kB | 147/208 kB | 33/571 kB Progress (4): 365/392 kB | 65 kB | 147/208 kB | 33/571 kB Progress (4): 365/392 kB | 65 kB | 152/208 kB | 33/571 kB Progress (4): 365/392 kB | 65 kB | 156/208 kB | 33/571 kB Progress (4): 365/392 kB | 65 kB | 156/208 kB | 37/571 kB Progress (4): 369/392 kB | 65 kB | 156/208 kB | 37/571 kB Progress (4): 369/392 kB | 65 kB | 160/208 kB | 37/571 kB Progress (4): 373/392 kB | 65 kB | 160/208 kB | 37/571 kB Progress (4): 373/392 kB | 65 kB | 160/208 kB | 41/571 kB Progress (4): 377/392 kB | 65 kB | 160/208 kB | 41/571 kB Progress (4): 377/392 kB | 65 kB | 164/208 kB | 41/571 kB Progress (4): 381/392 kB | 65 kB | 164/208 kB | 41/571 kB Progress (4): 381/392 kB | 65 kB | 164/208 kB | 45/571 kB Progress (4): 381/392 kB | 65 kB | 164/208 kB | 49/571 kB Progress (4): 385/392 kB | 65 kB | 164/208 kB | 49/571 kB Progress (4): 385/392 kB | 65 kB | 168/208 kB | 49/571 kB Progress (4): 389/392 kB | 65 kB | 168/208 kB | 49/571 kB Progress (4): 389/392 kB | 65 kB | 172/208 kB | 49/571 kB Progress (4): 389/392 kB | 65 kB | 172/208 kB | 53/571 kB Progress (4): 392 kB | 65 kB | 172/208 kB | 53/571 kB Progress (4): 392 kB | 65 kB | 172/208 kB | 57/571 kB Progress (4): 392 kB | 65 kB | 172/208 kB | 61/571 kB Progress (4): 392 kB | 65 kB | 172/208 kB | 66/571 kB Progress (4): 392 kB | 65 kB | 176/208 kB | 66/571 kB Progress (4): 392 kB | 65 kB | 180/208 kB | 66/571 kB Progress (4): 392 kB | 65 kB | 180/208 kB | 70/571 kB Progress (4): 392 kB | 65 kB | 180/208 kB | 74/571 kB Progress (4): 392 kB | 65 kB | 180/208 kB | 78/571 kB Progress (4): 392 kB | 65 kB | 184/208 kB | 78/571 kB Progress (4): 392 kB | 65 kB | 184/208 kB | 82/571 kB Progress (4): 392 kB | 65 kB | 188/208 kB | 82/571 kB Progress (4): 392 kB | 65 kB | 193/208 kB | 82/571 kB Progress (4): 392 kB | 65 kB | 197/208 kB | 82/571 kB Progress (4): 392 kB | 65 kB | 197/208 kB | 86/571 kB Progress (4): 392 kB | 65 kB | 197/208 kB | 90/571 kB Progress (4): 392 kB | 65 kB | 201/208 kB | 90/571 kB Progress (4): 392 kB | 65 kB | 201/208 kB | 94/571 kB Progress (4): 392 kB | 65 kB | 205/208 kB | 94/571 kB Progress (4): 392 kB | 65 kB | 205/208 kB | 98/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 98/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 102/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 106/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 111/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 115/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 119/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 123/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 127/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 131/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 135/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 139/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 143/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 147/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 152/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 156/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 160/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 164/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 168/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 172/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 176/571 kB Progress (4): 392 kB | 65 kB | 208 kB | 180/571 kB Progress (5): 392 kB | 65 kB | 208 kB | 180/571 kB | 4.1/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 184/571 kB | 4.1/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 184/571 kB | 8.2/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 188/571 kB | 8.2/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 188/571 kB | 12/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 193/571 kB | 12/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 193/571 kB | 16/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 197/571 kB | 16/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 197/571 kB | 20/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 201/571 kB | 20/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 201/571 kB | 25/47 kB Progress (5): 392 kB | 65 kB | 208 kB | 205/571 kB | 25/47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 359 kB/s) Progress (4): 65 kB | 208 kB | 209/571 kB | 25/47 kB Progress (4): 65 kB | 208 kB | 209/571 kB | 29/47 kB Progress (4): 65 kB | 208 kB | 213/571 kB | 29/47 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Progress (4): 65 kB | 208 kB | 213/571 kB | 33/47 kB Progress (4): 65 kB | 208 kB | 217/571 kB | 33/47 kB Progress (4): 65 kB | 208 kB | 221/571 kB | 33/47 kB Progress (4): 65 kB | 208 kB | 225/571 kB | 33/47 kB Progress (4): 65 kB | 208 kB | 225/571 kB | 37/47 kB Progress (4): 65 kB | 208 kB | 229/571 kB | 37/47 kB Progress (4): 65 kB | 208 kB | 229/571 kB | 41/47 kB Progress (4): 65 kB | 208 kB | 229/571 kB | 45/47 kB Progress (4): 65 kB | 208 kB | 229/571 kB | 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 190 kB/s) Progress (3): 65 kB | 233/571 kB | 47 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Progress (3): 65 kB | 238/571 kB | 47 kB Progress (3): 65 kB | 242/571 kB | 47 kB Progress (3): 65 kB | 246/571 kB | 47 kB Progress (3): 65 kB | 250/571 kB | 47 kB Progress (3): 65 kB | 254/571 kB | 47 kB Progress (3): 65 kB | 258/571 kB | 47 kB Progress (3): 65 kB | 262/571 kB | 47 kB Progress (3): 65 kB | 266/571 kB | 47 kB Progress (3): 65 kB | 270/571 kB | 47 kB Progress (3): 65 kB | 274/571 kB | 47 kB Progress (3): 65 kB | 279/571 kB | 47 kB Progress (3): 65 kB | 283/571 kB | 47 kB Progress (3): 65 kB | 287/571 kB | 47 kB Progress (3): 65 kB | 291/571 kB | 47 kB Progress (3): 65 kB | 295/571 kB | 47 kB Progress (3): 65 kB | 299/571 kB | 47 kB Progress (3): 65 kB | 303/571 kB | 47 kB Progress (3): 65 kB | 307/571 kB | 47 kB Progress (3): 65 kB | 311/571 kB | 47 kB Progress (3): 65 kB | 315/571 kB | 47 kB Progress (3): 65 kB | 319/571 kB | 47 kB Progress (3): 65 kB | 324/571 kB | 47 kB Progress (3): 65 kB | 328/571 kB | 47 kB Progress (3): 65 kB | 332/571 kB | 47 kB Progress (3): 65 kB | 336/571 kB | 47 kB Progress (3): 65 kB | 340/571 kB | 47 kB Progress (3): 65 kB | 344/571 kB | 47 kB Progress (3): 65 kB | 348/571 kB | 47 kB Progress (3): 65 kB | 352/571 kB | 47 kB Progress (3): 65 kB | 356/571 kB | 47 kB Progress (3): 65 kB | 360/571 kB | 47 kB Progress (3): 65 kB | 365/571 kB | 47 kB Progress (3): 65 kB | 369/571 kB | 47 kB Progress (3): 65 kB | 373/571 kB | 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 59 kB/s) Progress (2): 377/571 kB | 47 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Progress (2): 381/571 kB | 47 kB Progress (2): 385/571 kB | 47 kB Progress (2): 389/571 kB | 47 kB Progress (2): 393/571 kB | 47 kB Progress (2): 397/571 kB | 47 kB Progress (2): 401/571 kB | 47 kB Progress (2): 406/571 kB | 47 kB Progress (2): 410/571 kB | 47 kB Progress (2): 414/571 kB | 47 kB Progress (2): 418/571 kB | 47 kB Progress (2): 422/571 kB | 47 kB Progress (2): 426/571 kB | 47 kB Progress (3): 426/571 kB | 47 kB | 4.1/19 kB Progress (3): 426/571 kB | 47 kB | 8.2/19 kB Progress (3): 430/571 kB | 47 kB | 8.2/19 kB Progress (3): 430/571 kB | 47 kB | 12/19 kB Progress (3): 434/571 kB | 47 kB | 12/19 kB Progress (3): 434/571 kB | 47 kB | 16/19 kB Progress (3): 438/571 kB | 47 kB | 16/19 kB Progress (3): 438/571 kB | 47 kB | 19 kB Progress (3): 442/571 kB | 47 kB | 19 kB Progress (4): 442/571 kB | 47 kB | 19 kB | 4.1/28 kB Progress (4): 446/571 kB | 47 kB | 19 kB | 4.1/28 kB Progress (4): 446/571 kB | 47 kB | 19 kB | 8.2/28 kB Progress (4): 451/571 kB | 47 kB | 19 kB | 8.2/28 kB Progress (4): 451/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 455/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 459/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 463/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 467/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 471/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 475/571 kB | 47 kB | 19 kB | 12/28 kB Progress (4): 475/571 kB | 47 kB | 19 kB | 16/28 kB Progress (4): 479/571 kB | 47 kB | 19 kB | 16/28 kB Progress (4): 483/571 kB | 47 kB | 19 kB | 16/28 kB Progress (4): 487/571 kB | 47 kB | 19 kB | 16/28 kB Progress (4): 491/571 kB | 47 kB | 19 kB | 16/28 kB Progress (4): 491/571 kB | 47 kB | 19 kB | 20/28 kB Progress (4): 491/571 kB | 47 kB | 19 kB | 25/28 kB Progress (4): 495/571 kB | 47 kB | 19 kB | 25/28 kB Progress (4): 495/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 499/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 503/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 507/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 511/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 515/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 520/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 524/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 528/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 532/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 536/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 540/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 544/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 548/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 552/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 556/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 561/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 565/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 569/571 kB | 47 kB | 19 kB | 28 kB Progress (4): 571 kB | 47 kB | 19 kB | 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 25 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 17 kB/s) Progress (2): 571 kB | 4.1/153 kB Progress (2): 571 kB | 8.2/153 kB Progress (2): 571 kB | 12/153 kB Progress (2): 571 kB | 16/153 kB Progress (2): 571 kB | 20/153 kB Progress (2): 571 kB | 25/153 kB Progress (2): 571 kB | 29/153 kB Progress (2): 571 kB | 33/153 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 485 kB/s) Progress (1): 37/153 kB Progress (2): 37/153 kB | 4.1/22 kB Progress (2): 41/153 kB | 4.1/22 kB Progress (2): 41/153 kB | 8.2/22 kB Progress (2): 45/153 kB | 8.2/22 kB Progress (2): 45/153 kB | 12/22 kB Progress (2): 49/153 kB | 12/22 kB Progress (2): 49/153 kB | 16/22 kB Progress (2): 49/153 kB | 20/22 kB Progress (2): 49/153 kB | 22 kB Progress (2): 53/153 kB | 22 kB Progress (2): 57/153 kB | 22 kB Progress (2): 61/153 kB | 22 kB Progress (2): 66/153 kB | 22 kB Progress (2): 70/153 kB | 22 kB Progress (2): 74/153 kB | 22 kB Progress (2): 78/153 kB | 22 kB Progress (2): 82/153 kB | 22 kB Progress (2): 86/153 kB | 22 kB Progress (2): 90/153 kB | 22 kB Progress (2): 94/153 kB | 22 kB Progress (2): 98/153 kB | 22 kB Progress (2): 102/153 kB | 22 kB Progress (2): 106/153 kB | 22 kB Progress (2): 111/153 kB | 22 kB Progress (2): 115/153 kB | 22 kB Progress (2): 119/153 kB | 22 kB Progress (2): 123/153 kB | 22 kB Progress (2): 127/153 kB | 22 kB Progress (2): 131/153 kB | 22 kB Progress (2): 135/153 kB | 22 kB Progress (2): 139/153 kB | 22 kB Progress (2): 143/153 kB | 22 kB Progress (2): 147/153 kB | 22 kB Progress (2): 152/153 kB | 22 kB Progress (2): 153 kB | 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 18 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 126 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Scout Hello World Sample Application [maven-archetype] [INFO] Scout JaxWs Module [maven-archetype] [INFO] ScoutJS Sample Application [maven-archetype] [INFO] Eclipse Scout SDK [pom] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s [jar] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test [jar] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc [bundle] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui [bundle] [INFO] org.eclipse.scout.sdk-settings [jar] [INFO] [INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >---------- [INFO] Building Scout Hello World Sample Application 11.0.0-SNAPSHOT [1/14] [INFO] --------------------------[ maven-archetype ]--------------------------- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 349 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (7.2 kB at 313 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/26/maven-parent-26.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1/40 kB Progress (1): 8.2/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 25/40 kB Progress (1): 29/40 kB Progress (1): 33/40 kB Progress (1): 37/40 kB Progress (1): 40 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 925 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/16/apache-16.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 770 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar Progress (1): 4.1/27 kB Progress (1): 8.2/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 25/27 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar (27 kB at 1.2 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 299 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 484 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/18/apache-18.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 746 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar Progress (1): 4.1/31 kB Progress (1): 8.2/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 25/31 kB Progress (1): 29/31 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 272 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 416 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1/43 kB Progress (1): 8.2/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 25/43 kB Progress (1): 29/43 kB Progress (1): 33/43 kB Progress (1): 37/43 kB Progress (1): 41/43 kB Progress (1): 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.6 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/19/apache-19.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 738 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar Progress (1): 4.1/30 kB Progress (1): 8.2/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 25/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom (4.9 kB at 256 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom Progress (1): 4.1/40 kB Progress (1): 8.2/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 25/40 kB Progress (1): 29/40 kB Progress (1): 33/40 kB Progress (1): 37/40 kB Progress (1): 40 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom (40 kB at 1.6 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar Progress (1): 4.1/54 kB Progress (1): 8.2/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 25/54 kB Progress (1): 29/54 kB Progress (1): 33/54 kB Progress (1): 37/54 kB Progress (1): 41/54 kB Progress (1): 45/54 kB Progress (1): 49/54 kB Progress (1): 53/54 kB Progress (1): 54 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar (54 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 231 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom Progress (1): 4.1/34 kB Progress (1): 8.2/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 25/34 kB Progress (1): 29/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.5 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar Progress (1): 4.1/64 kB Progress (1): 8.2/64 kB Progress (1): 12/64 kB Progress (1): 16/64 kB Progress (1): 20/64 kB Progress (1): 25/64 kB Progress (1): 29/64 kB Progress (1): 33/64 kB Progress (1): 37/64 kB Progress (1): 41/64 kB Progress (1): 45/64 kB Progress (1): 49/64 kB Progress (1): 53/64 kB Progress (1): 57/64 kB Progress (1): 61/64 kB Progress (1): 64 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 1.7 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 377 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/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): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/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 eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-archetype-plugin/3.1.2/maven-archetype-plugin-3.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/3.1.2/maven-archetype-plugin-3.1.2.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/3.1.2/maven-archetype-plugin-3.1.2.pom (11 kB at 579 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-archetype-plugin/3.1.2/maven-archetype-plugin-3.1.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/3.1.2/maven-archetype-plugin-3.1.2.jar Progress (1): 4.1/97 kB Progress (1): 8.2/97 kB Progress (1): 12/97 kB Progress (1): 16/97 kB Progress (1): 20/97 kB Progress (1): 25/97 kB Progress (1): 29/97 kB Progress (1): 33/97 kB Progress (1): 37/97 kB Progress (1): 41/97 kB Progress (1): 45/97 kB Progress (1): 49/97 kB Progress (1): 53/97 kB Progress (1): 57/97 kB Progress (1): 61/97 kB Progress (1): 66/97 kB Progress (1): 70/97 kB Progress (1): 74/97 kB Progress (1): 78/97 kB Progress (1): 82/97 kB Progress (1): 86/97 kB Progress (1): 90/97 kB Progress (1): 94/97 kB Progress (1): 97 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/3.1.2/maven-archetype-plugin-3.1.2.jar (97 kB at 2.0 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-jar-plugin/3.1.1/maven-jar-plugin-3.1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.1.1/maven-jar-plugin-3.1.1.pom Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.1.1/maven-jar-plugin-3.1.1.pom (6.7 kB at 350 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 562 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-jar-plugin/3.1.1/maven-jar-plugin-3.1.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.1.1/maven-jar-plugin-3.1.1.jar Progress (1): 4.1/27 kB Progress (1): 8.2/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 25/27 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.1.1/maven-jar-plugin-3.1.1.jar (27 kB at 1.2 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/maven/duplicate-finder-maven-plugin/1.3.0/duplicate-finder-maven-plugin-1.3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/basepom/maven/duplicate-finder-maven-plugin/1.3.0/duplicate-finder-maven-plugin-1.3.0.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/basepom/maven/duplicate-finder-maven-plugin/1.3.0/duplicate-finder-maven-plugin-1.3.0.pom (21 kB at 642 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-oss/25/basepom-oss-25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/basepom/basepom-oss/25/basepom-oss-25.pom Progress (1): 4.1/9.2 kB Progress (1): 8.2/9.2 kB Progress (1): 9.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/basepom/basepom-oss/25/basepom-oss-25.pom (9.2 kB at 436 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-minimal/25/basepom-minimal-25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/basepom/basepom-minimal/25/basepom-minimal-25.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/basepom/basepom-minimal/25/basepom-minimal-25.pom (12 kB at 528 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/basepom-foundation/25/basepom-foundation-25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/basepom/basepom-foundation/25/basepom-foundation-25.pom Progress (1): 4.1/51 kB Progress (1): 8.2/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 25/51 kB Progress (1): 29/51 kB Progress (1): 33/51 kB Progress (1): 37/51 kB Progress (1): 41/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/basepom/basepom-foundation/25/basepom-foundation-25.pom (51 kB at 1.8 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/basepom/maven/duplicate-finder-maven-plugin/1.3.0/duplicate-finder-maven-plugin-1.3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/basepom/maven/duplicate-finder-maven-plugin/1.3.0/duplicate-finder-maven-plugin-1.3.0.jar Progress (1): 4.1/74 kB Progress (1): 8.2/74 kB Progress (1): 12/74 kB Progress (1): 16/74 kB Progress (1): 20/74 kB Progress (1): 25/74 kB Progress (1): 29/74 kB Progress (1): 33/74 kB Progress (1): 37/74 kB Progress (1): 41/74 kB Progress (1): 45/74 kB Progress (1): 49/74 kB Progress (1): 53/74 kB Progress (1): 57/74 kB Progress (1): 61/74 kB Progress (1): 66/74 kB Progress (1): 70/74 kB Progress (1): 74/74 kB Progress (1): 74 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/basepom/maven/duplicate-finder-maven-plugin/1.3.0/duplicate-finder-maven-plugin-1.3.0.jar (74 kB at 1.2 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.pom (5.6 kB at 104 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom Progress (1): 4.1/8.6 kB Progress (1): 8.2/8.6 kB Progress (1): 8.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 430 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.jar Progress (1): 4.1/34 kB Progress (1): 8.2/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 25/34 kB Progress (1): 29/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.jar (34 kB at 424 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 121 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom Progress (1): 4.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 503 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 1.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 120 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.0 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 649 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 609 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 205 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 175 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 798 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 51 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 256 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 165 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 145 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 69 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 389 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 566 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 19 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 265 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.1 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 210 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 175 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 287 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 553 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 297 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 229 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 633 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1/62 kB Progress (1): 8.2/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 25/62 kB Progress (1): 29/62 kB Progress (1): 33/62 kB Progress (1): 37/62 kB Progress (1): 41/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Progress (1): 4.1/49 kB Progress (1): 8.2/49 kB Progress (1): 12/49 kB Progress (1): 16/49 kB Progress (2): 16/49 kB | 4.1/52 kB Progress (2): 16/49 kB | 8.2/52 kB Progress (2): 16/49 kB | 12/52 kB Progress (2): 16/49 kB | 16/52 kB Progress (3): 16/49 kB | 16/52 kB | 4.1/165 kB Progress (3): 16/49 kB | 16/52 kB | 8.2/165 kB Progress (3): 16/49 kB | 16/52 kB | 12/165 kB Progress (3): 16/49 kB | 16/52 kB | 16/165 kB Progress (3): 16/49 kB | 20/52 kB | 16/165 kB Progress (3): 16/49 kB | 25/52 kB | 16/165 kB Progress (3): 16/49 kB | 29/52 kB | 16/165 kB Progress (3): 16/49 kB | 33/52 kB | 16/165 kB Progress (3): 20/49 kB | 33/52 kB | 16/165 kB Progress (3): 20/49 kB | 33/52 kB | 20/165 kB Progress (3): 25/49 kB | 33/52 kB | 20/165 kB Progress (3): 25/49 kB | 33/52 kB | 25/165 kB Progress (3): 29/49 kB | 33/52 kB | 25/165 kB Progress (3): 29/49 kB | 33/52 kB | 29/165 kB Progress (3): 29/49 kB | 37/52 kB | 29/165 kB Progress (3): 29/49 kB | 37/52 kB | 33/165 kB Progress (4): 29/49 kB | 37/52 kB | 33/165 kB | 4.1/222 kB Progress (4): 33/49 kB | 37/52 kB | 33/165 kB | 4.1/222 kB Progress (4): 33/49 kB | 37/52 kB | 33/165 kB | 8.2/222 kB Progress (4): 33/49 kB | 41/52 kB | 33/165 kB | 8.2/222 kB Progress (4): 33/49 kB | 41/52 kB | 37/165 kB | 8.2/222 kB Progress (4): 33/49 kB | 45/52 kB | 37/165 kB | 8.2/222 kB Progress (4): 33/49 kB | 45/52 kB | 37/165 kB | 12/222 kB Progress (4): 33/49 kB | 49/52 kB | 37/165 kB | 12/222 kB Progress (4): 33/49 kB | 49/52 kB | 41/165 kB | 12/222 kB Progress (4): 33/49 kB | 52 kB | 41/165 kB | 12/222 kB Progress (4): 33/49 kB | 52 kB | 41/165 kB | 16/222 kB Progress (4): 33/49 kB | 52 kB | 45/165 kB | 16/222 kB Progress (4): 33/49 kB | 52 kB | 49/165 kB | 16/222 kB Progress (4): 33/49 kB | 52 kB | 49/165 kB | 20/222 kB Progress (4): 37/49 kB | 52 kB | 49/165 kB | 20/222 kB Progress (4): 37/49 kB | 52 kB | 49/165 kB | 25/222 kB Progress (4): 37/49 kB | 52 kB | 53/165 kB | 25/222 kB Progress (4): 41/49 kB | 52 kB | 53/165 kB | 25/222 kB Progress (4): 41/49 kB | 52 kB | 57/165 kB | 25/222 kB Progress (4): 41/49 kB | 52 kB | 57/165 kB | 29/222 kB Progress (4): 41/49 kB | 52 kB | 61/165 kB | 29/222 kB Progress (4): 45/49 kB | 52 kB | 61/165 kB | 29/222 kB Progress (4): 45/49 kB | 52 kB | 66/165 kB | 29/222 kB Progress (4): 45/49 kB | 52 kB | 66/165 kB | 33/222 kB Progress (4): 49 kB | 52 kB | 66/165 kB | 33/222 kB Progress (4): 49 kB | 52 kB | 70/165 kB | 33/222 kB Progress (4): 49 kB | 52 kB | 70/165 kB | 37/222 kB Progress (4): 49 kB | 52 kB | 74/165 kB | 37/222 kB Progress (4): 49 kB | 52 kB | 74/165 kB | 41/222 kB Progress (4): 49 kB | 52 kB | 78/165 kB | 41/222 kB Progress (4): 49 kB | 52 kB | 78/165 kB | 45/222 kB Progress (4): 49 kB | 52 kB | 82/165 kB | 45/222 kB Progress (4): 49 kB | 52 kB | 82/165 kB | 49/222 kB Progress (4): 49 kB | 52 kB | 86/165 kB | 49/222 kB Progress (4): 49 kB | 52 kB | 86/165 kB | 53/222 kB Progress (4): 49 kB | 52 kB | 90/165 kB | 53/222 kB Progress (4): 49 kB | 52 kB | 90/165 kB | 57/222 kB Progress (4): 49 kB | 52 kB | 94/165 kB | 57/222 kB Progress (4): 49 kB | 52 kB | 94/165 kB | 61/222 kB Progress (4): 49 kB | 52 kB | 98/165 kB | 61/222 kB Progress (4): 49 kB | 52 kB | 98/165 kB | 66/222 kB Progress (4): 49 kB | 52 kB | 102/165 kB | 66/222 kB Progress (4): 49 kB | 52 kB | 102/165 kB | 70/222 kB Progress (4): 49 kB | 52 kB | 106/165 kB | 70/222 kB Progress (4): 49 kB | 52 kB | 106/165 kB | 74/222 kB Progress (4): 49 kB | 52 kB | 111/165 kB | 74/222 kB Progress (4): 49 kB | 52 kB | 111/165 kB | 78/222 kB Progress (4): 49 kB | 52 kB | 115/165 kB | 78/222 kB Progress (4): 49 kB | 52 kB | 115/165 kB | 82/222 kB Progress (4): 49 kB | 52 kB | 119/165 kB | 82/222 kB Progress (4): 49 kB | 52 kB | 119/165 kB | 86/222 kB Progress (4): 49 kB | 52 kB | 123/165 kB | 86/222 kB Progress (4): 49 kB | 52 kB | 123/165 kB | 90/222 kB Progress (4): 49 kB | 52 kB | 127/165 kB | 90/222 kB Progress (4): 49 kB | 52 kB | 127/165 kB | 94/222 kB Progress (4): 49 kB | 52 kB | 131/165 kB | 94/222 kB Progress (4): 49 kB | 52 kB | 131/165 kB | 98/222 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 2.1 MB/s) Progress (3): 49 kB | 135/165 kB | 98/222 kB Progress (3): 49 kB | 135/165 kB | 102/222 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 49 kB | 135/165 kB | 106/222 kB Progress (3): 49 kB | 139/165 kB | 106/222 kB Progress (3): 49 kB | 139/165 kB | 111/222 kB Progress (3): 49 kB | 143/165 kB | 111/222 kB Progress (3): 49 kB | 143/165 kB | 115/222 kB Progress (3): 49 kB | 147/165 kB | 115/222 kB Progress (3): 49 kB | 147/165 kB | 119/222 kB Progress (3): 49 kB | 147/165 kB | 123/222 kB Progress (3): 49 kB | 152/165 kB | 123/222 kB Progress (3): 49 kB | 152/165 kB | 127/222 kB Progress (3): 49 kB | 156/165 kB | 127/222 kB Progress (3): 49 kB | 156/165 kB | 131/222 kB Progress (3): 49 kB | 160/165 kB | 131/222 kB Progress (3): 49 kB | 164/165 kB | 131/222 kB Progress (3): 49 kB | 165 kB | 131/222 kB Progress (3): 49 kB | 165 kB | 135/222 kB Progress (3): 49 kB | 165 kB | 139/222 kB Progress (3): 49 kB | 165 kB | 143/222 kB Progress (3): 49 kB | 165 kB | 147/222 kB Progress (3): 49 kB | 165 kB | 152/222 kB Progress (3): 49 kB | 165 kB | 156/222 kB Progress (3): 49 kB | 165 kB | 160/222 kB Progress (3): 49 kB | 165 kB | 164/222 kB Progress (3): 49 kB | 165 kB | 168/222 kB Progress (3): 49 kB | 165 kB | 172/222 kB Progress (3): 49 kB | 165 kB | 176/222 kB Progress (3): 49 kB | 165 kB | 180/222 kB Progress (3): 49 kB | 165 kB | 184/222 kB Progress (3): 49 kB | 165 kB | 188/222 kB Progress (3): 49 kB | 165 kB | 193/222 kB Progress (3): 49 kB | 165 kB | 197/222 kB Progress (3): 49 kB | 165 kB | 201/222 kB Progress (3): 49 kB | 165 kB | 205/222 kB Progress (3): 49 kB | 165 kB | 209/222 kB Progress (3): 49 kB | 165 kB | 213/222 kB Progress (3): 49 kB | 165 kB | 217/222 kB Progress (3): 49 kB | 165 kB | 221/222 kB Progress (3): 49 kB | 165 kB | 222 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 4.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (3): 49 kB | 222 kB | 4.1/4.3 kB Progress (3): 49 kB | 222 kB | 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 2.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 466 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (2): 4.3 kB | 4.1/202 kB Progress (2): 4.3 kB | 8.2/202 kB Progress (2): 4.3 kB | 12/202 kB Progress (2): 4.3 kB | 16/202 kB Progress (2): 4.3 kB | 20/202 kB Progress (2): 4.3 kB | 25/202 kB Progress (2): 4.3 kB | 29/202 kB Progress (2): 4.3 kB | 33/202 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 40 kB/s) Progress (2): 33/202 kB | 4.1/46 kB Progress (2): 37/202 kB | 4.1/46 kB Progress (2): 37/202 kB | 8.2/46 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Progress (2): 37/202 kB | 12/46 kB Progress (2): 41/202 kB | 12/46 kB Progress (2): 41/202 kB | 16/46 kB Progress (2): 45/202 kB | 16/46 kB Progress (2): 49/202 kB | 16/46 kB Progress (2): 53/202 kB | 16/46 kB Progress (2): 57/202 kB | 16/46 kB Progress (2): 61/202 kB | 16/46 kB Progress (2): 66/202 kB | 16/46 kB Progress (2): 70/202 kB | 16/46 kB Progress (2): 70/202 kB | 20/46 kB Progress (2): 73/202 kB | 20/46 kB Progress (2): 73/202 kB | 25/46 kB Progress (2): 73/202 kB | 29/46 kB Progress (2): 73/202 kB | 33/46 kB Progress (2): 77/202 kB | 33/46 kB Progress (2): 81/202 kB | 33/46 kB Progress (2): 85/202 kB | 33/46 kB Progress (2): 89/202 kB | 33/46 kB Progress (2): 89/202 kB | 37/46 kB Progress (2): 89/202 kB | 41/46 kB Progress (2): 93/202 kB | 41/46 kB Progress (2): 93/202 kB | 45/46 kB Progress (2): 97/202 kB | 45/46 kB Progress (2): 97/202 kB | 46 kB Progress (2): 101/202 kB | 46 kB Progress (2): 105/202 kB | 46 kB Progress (2): 109/202 kB | 46 kB Progress (2): 114/202 kB | 46 kB Progress (2): 118/202 kB | 46 kB Progress (2): 122/202 kB | 46 kB Progress (2): 126/202 kB | 46 kB Progress (2): 130/202 kB | 46 kB Progress (2): 134/202 kB | 46 kB Progress (2): 138/202 kB | 46 kB Progress (2): 142/202 kB | 46 kB Progress (2): 146/202 kB | 46 kB Progress (2): 150/202 kB | 46 kB Progress (2): 154/202 kB | 46 kB Progress (2): 159/202 kB | 46 kB Progress (2): 163/202 kB | 46 kB Progress (2): 167/202 kB | 46 kB Progress (3): 167/202 kB | 46 kB | 4.1/153 kB Progress (3): 171/202 kB | 46 kB | 4.1/153 kB Progress (3): 171/202 kB | 46 kB | 8.2/153 kB Progress (3): 171/202 kB | 46 kB | 12/153 kB Progress (3): 171/202 kB | 46 kB | 16/153 kB Progress (3): 175/202 kB | 46 kB | 16/153 kB Progress (3): 179/202 kB | 46 kB | 16/153 kB Progress (3): 183/202 kB | 46 kB | 16/153 kB Progress (3): 187/202 kB | 46 kB | 16/153 kB Progress (3): 187/202 kB | 46 kB | 20/153 kB Progress (3): 187/202 kB | 46 kB | 25/153 kB Progress (3): 191/202 kB | 46 kB | 25/153 kB Progress (3): 191/202 kB | 46 kB | 29/153 kB Progress (3): 195/202 kB | 46 kB | 29/153 kB Progress (3): 195/202 kB | 46 kB | 33/153 kB Progress (3): 200/202 kB | 46 kB | 33/153 kB Progress (3): 202 kB | 46 kB | 33/153 kB Progress (3): 202 kB | 46 kB | 37/153 kB Progress (3): 202 kB | 46 kB | 41/153 kB Progress (3): 202 kB | 46 kB | 45/153 kB Progress (3): 202 kB | 46 kB | 49/153 kB Progress (3): 202 kB | 46 kB | 53/153 kB Progress (3): 202 kB | 46 kB | 57/153 kB Progress (3): 202 kB | 46 kB | 61/153 kB Progress (3): 202 kB | 46 kB | 66/153 kB Progress (3): 202 kB | 46 kB | 70/153 kB Progress (3): 202 kB | 46 kB | 74/153 kB Progress (3): 202 kB | 46 kB | 78/153 kB Progress (3): 202 kB | 46 kB | 82/153 kB Progress (3): 202 kB | 46 kB | 86/153 kB Progress (3): 202 kB | 46 kB | 90/153 kB Progress (3): 202 kB | 46 kB | 94/153 kB Progress (3): 202 kB | 46 kB | 98/153 kB Progress (4): 202 kB | 46 kB | 98/153 kB | 4.1/472 kB Progress (5): 202 kB | 46 kB | 98/153 kB | 4.1/472 kB | 4.1/167 kB Progress (5): 202 kB | 46 kB | 98/153 kB | 8.2/472 kB | 4.1/167 kB Progress (5): 202 kB | 46 kB | 98/153 kB | 8.2/472 kB | 8.2/167 kB Progress (5): 202 kB | 46 kB | 102/153 kB | 8.2/472 kB | 8.2/167 kB Progress (5): 202 kB | 46 kB | 102/153 kB | 12/472 kB | 8.2/167 kB Progress (5): 202 kB | 46 kB | 106/153 kB | 12/472 kB | 8.2/167 kB Progress (5): 202 kB | 46 kB | 106/153 kB | 12/472 kB | 12/167 kB Progress (5): 202 kB | 46 kB | 111/153 kB | 12/472 kB | 12/167 kB Progress (5): 202 kB | 46 kB | 111/153 kB | 16/472 kB | 12/167 kB Progress (5): 202 kB | 46 kB | 115/153 kB | 16/472 kB | 12/167 kB Progress (5): 202 kB | 46 kB | 115/153 kB | 16/472 kB | 16/167 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 384 kB/s) Progress (4): 202 kB | 115/153 kB | 16/472 kB | 20/167 kB Progress (4): 202 kB | 115/153 kB | 20/472 kB | 20/167 kB Progress (4): 202 kB | 115/153 kB | 20/472 kB | 25/167 kB Progress (4): 202 kB | 119/153 kB | 20/472 kB | 25/167 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (4): 202 kB | 123/153 kB | 20/472 kB | 25/167 kB Progress (4): 202 kB | 123/153 kB | 20/472 kB | 29/167 kB Progress (4): 202 kB | 123/153 kB | 25/472 kB | 29/167 kB Progress (4): 202 kB | 123/153 kB | 25/472 kB | 33/167 kB Progress (4): 202 kB | 127/153 kB | 25/472 kB | 33/167 kB Progress (4): 202 kB | 127/153 kB | 29/472 kB | 33/167 kB Progress (4): 202 kB | 131/153 kB | 29/472 kB | 33/167 kB Progress (4): 202 kB | 131/153 kB | 29/472 kB | 37/167 kB Progress (4): 202 kB | 131/153 kB | 33/472 kB | 37/167 kB Progress (4): 202 kB | 131/153 kB | 33/472 kB | 41/167 kB Progress (4): 202 kB | 131/153 kB | 33/472 kB | 45/167 kB Progress (4): 202 kB | 131/153 kB | 33/472 kB | 49/167 kB Progress (4): 202 kB | 131/153 kB | 37/472 kB | 49/167 kB Progress (4): 202 kB | 131/153 kB | 37/472 kB | 53/167 kB Progress (4): 202 kB | 131/153 kB | 41/472 kB | 53/167 kB Progress (4): 202 kB | 131/153 kB | 41/472 kB | 57/167 kB Progress (4): 202 kB | 135/153 kB | 41/472 kB | 57/167 kB Progress (4): 202 kB | 135/153 kB | 45/472 kB | 57/167 kB Progress (4): 202 kB | 139/153 kB | 45/472 kB | 57/167 kB Progress (4): 202 kB | 139/153 kB | 45/472 kB | 61/167 kB Progress (4): 202 kB | 143/153 kB | 45/472 kB | 61/167 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.6 MB/s) Progress (3): 143/153 kB | 49/472 kB | 61/167 kB Progress (3): 147/153 kB | 49/472 kB | 61/167 kB Progress (3): 147/153 kB | 49/472 kB | 66/167 kB Progress (3): 152/153 kB | 49/472 kB | 66/167 kB Progress (3): 153 kB | 49/472 kB | 66/167 kB Progress (3): 153 kB | 53/472 kB | 66/167 kB Progress (3): 153 kB | 53/472 kB | 70/167 kB Progress (3): 153 kB | 57/472 kB | 70/167 kB Progress (3): 153 kB | 57/472 kB | 74/167 kB Progress (3): 153 kB | 61/472 kB | 74/167 kB Progress (3): 153 kB | 61/472 kB | 78/167 kB Progress (3): 153 kB | 66/472 kB | 78/167 kB Progress (3): 153 kB | 66/472 kB | 82/167 kB Progress (3): 153 kB | 70/472 kB | 82/167 kB Progress (3): 153 kB | 74/472 kB | 82/167 kB Progress (3): 153 kB | 74/472 kB | 86/167 kB Progress (3): 153 kB | 78/472 kB | 86/167 kB Progress (3): 153 kB | 78/472 kB | 90/167 kB Progress (3): 153 kB | 82/472 kB | 90/167 kB Progress (3): 153 kB | 82/472 kB | 94/167 kB Progress (3): 153 kB | 82/472 kB | 98/167 kB Progress (3): 153 kB | 86/472 kB | 98/167 kB Progress (3): 153 kB | 90/472 kB | 98/167 kB Progress (3): 153 kB | 90/472 kB | 102/167 kB Progress (3): 153 kB | 94/472 kB | 102/167 kB Progress (3): 153 kB | 94/472 kB | 106/167 kB Progress (3): 153 kB | 98/472 kB | 106/167 kB Progress (3): 153 kB | 98/472 kB | 111/167 kB Progress (3): 153 kB | 98/472 kB | 115/167 kB Progress (3): 153 kB | 102/472 kB | 115/167 kB Progress (3): 153 kB | 106/472 kB | 115/167 kB Progress (3): 153 kB | 111/472 kB | 115/167 kB Progress (3): 153 kB | 111/472 kB | 119/167 kB Progress (3): 153 kB | 115/472 kB | 119/167 kB Progress (3): 153 kB | 115/472 kB | 123/167 kB Progress (3): 153 kB | 115/472 kB | 127/167 kB Progress (3): 153 kB | 115/472 kB | 131/167 kB Progress (3): 153 kB | 119/472 kB | 131/167 kB Progress (3): 153 kB | 123/472 kB | 131/167 kB Progress (3): 153 kB | 127/472 kB | 131/167 kB Progress (3): 153 kB | 131/472 kB | 131/167 kB Progress (3): 153 kB | 131/472 kB | 135/167 kB Progress (3): 153 kB | 131/472 kB | 139/167 kB Progress (3): 153 kB | 131/472 kB | 143/167 kB Progress (3): 153 kB | 131/472 kB | 147/167 kB Progress (3): 153 kB | 135/472 kB | 147/167 kB Progress (3): 153 kB | 139/472 kB | 147/167 kB Progress (3): 153 kB | 143/472 kB | 147/167 kB Progress (3): 153 kB | 147/472 kB | 147/167 kB Progress (3): 153 kB | 147/472 kB | 152/167 kB Progress (3): 153 kB | 147/472 kB | 156/167 kB Progress (3): 153 kB | 147/472 kB | 160/167 kB Progress (3): 153 kB | 147/472 kB | 164/167 kB Progress (3): 153 kB | 152/472 kB | 164/167 kB Progress (3): 153 kB | 152/472 kB | 167 kB Progress (3): 153 kB | 156/472 kB | 167 kB Progress (3): 153 kB | 160/472 kB | 167 kB Progress (3): 153 kB | 164/472 kB | 167 kB Progress (3): 153 kB | 168/472 kB | 167 kB Progress (3): 153 kB | 172/472 kB | 167 kB Progress (3): 153 kB | 176/472 kB | 167 kB Progress (3): 153 kB | 180/472 kB | 167 kB Progress (3): 153 kB | 184/472 kB | 167 kB Progress (3): 153 kB | 188/472 kB | 167 kB Progress (3): 153 kB | 193/472 kB | 167 kB Progress (3): 153 kB | 197/472 kB | 167 kB Progress (3): 153 kB | 201/472 kB | 167 kB Progress (3): 153 kB | 205/472 kB | 167 kB Progress (3): 153 kB | 209/472 kB | 167 kB Progress (3): 153 kB | 213/472 kB | 167 kB Progress (4): 153 kB | 213/472 kB | 167 kB | 4.1/209 kB Progress (4): 153 kB | 217/472 kB | 167 kB | 4.1/209 kB Progress (4): 153 kB | 217/472 kB | 167 kB | 8.2/209 kB Progress (4): 153 kB | 217/472 kB | 167 kB | 12/209 kB Progress (4): 153 kB | 217/472 kB | 167 kB | 16/209 kB Progress (4): 153 kB | 221/472 kB | 167 kB | 16/209 kB Progress (4): 153 kB | 225/472 kB | 167 kB | 16/209 kB Progress (4): 153 kB | 229/472 kB | 167 kB | 16/209 kB Progress (4): 153 kB | 233/472 kB | 167 kB | 16/209 kB Progress (4): 153 kB | 233/472 kB | 167 kB | 20/209 kB Progress (4): 153 kB | 233/472 kB | 167 kB | 25/209 kB Progress (4): 153 kB | 238/472 kB | 167 kB | 25/209 kB Progress (4): 153 kB | 238/472 kB | 167 kB | 29/209 kB Progress (4): 153 kB | 242/472 kB | 167 kB | 29/209 kB Progress (4): 153 kB | 242/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 246/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 250/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 254/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 258/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 262/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 266/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 270/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 274/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 279/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 283/472 kB | 167 kB | 33/209 kB Progress (4): 153 kB | 283/472 kB | 167 kB | 37/209 kB Progress (4): 153 kB | 283/472 kB | 167 kB | 41/209 kB Progress (4): 153 kB | 283/472 kB | 167 kB | 45/209 kB Progress (4): 153 kB | 283/472 kB | 167 kB | 49/209 kB Progress (4): 153 kB | 287/472 kB | 167 kB | 49/209 kB Progress (4): 153 kB | 291/472 kB | 167 kB | 49/209 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.1 MB/s) Progress (3): 295/472 kB | 167 kB | 49/209 kB Progress (3): 295/472 kB | 167 kB | 53/209 kB Progress (3): 299/472 kB | 167 kB | 53/209 kB Progress (3): 299/472 kB | 167 kB | 57/209 kB Progress (3): 299/472 kB | 167 kB | 61/209 kB Progress (3): 299/472 kB | 167 kB | 66/209 kB Progress (3): 303/472 kB | 167 kB | 66/209 kB Progress (3): 307/472 kB | 167 kB | 66/209 kB Progress (3): 311/472 kB | 167 kB | 66/209 kB Progress (3): 315/472 kB | 167 kB | 66/209 kB Progress (3): 319/472 kB | 167 kB | 66/209 kB Progress (3): 324/472 kB | 167 kB | 66/209 kB Progress (3): 328/472 kB | 167 kB | 66/209 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 854 kB/s) Progress (2): 328/472 kB | 70/209 kB Progress (2): 332/472 kB | 70/209 kB Progress (2): 332/472 kB | 74/209 kB Progress (2): 332/472 kB | 78/209 kB Progress (2): 332/472 kB | 82/209 kB Progress (2): 336/472 kB | 82/209 kB Progress (2): 340/472 kB | 82/209 kB Progress (2): 344/472 kB | 82/209 kB Progress (2): 344/472 kB | 86/209 kB Progress (2): 348/472 kB | 86/209 kB Progress (2): 348/472 kB | 90/209 kB Progress (2): 348/472 kB | 94/209 kB Progress (2): 348/472 kB | 98/209 kB Progress (2): 352/472 kB | 98/209 kB Progress (2): 356/472 kB | 98/209 kB Progress (2): 360/472 kB | 98/209 kB Progress (2): 360/472 kB | 102/209 kB Progress (2): 365/472 kB | 102/209 kB Progress (2): 365/472 kB | 106/209 kB Progress (2): 365/472 kB | 111/209 kB Progress (2): 365/472 kB | 115/209 kB Progress (2): 369/472 kB | 115/209 kB Progress (2): 373/472 kB | 115/209 kB Progress (2): 377/472 kB | 115/209 kB Progress (2): 377/472 kB | 119/209 kB Progress (2): 381/472 kB | 119/209 kB Progress (2): 381/472 kB | 123/209 kB Progress (2): 381/472 kB | 127/209 kB Progress (2): 381/472 kB | 131/209 kB Progress (2): 385/472 kB | 131/209 kB Progress (2): 389/472 kB | 131/209 kB Progress (2): 393/472 kB | 131/209 kB Progress (2): 393/472 kB | 135/209 kB Progress (2): 397/472 kB | 135/209 kB Progress (2): 397/472 kB | 139/209 kB Progress (2): 397/472 kB | 143/209 kB Progress (2): 397/472 kB | 147/209 kB Progress (2): 401/472 kB | 147/209 kB Progress (2): 406/472 kB | 147/209 kB Progress (2): 410/472 kB | 147/209 kB Progress (2): 410/472 kB | 152/209 kB Progress (2): 414/472 kB | 152/209 kB Progress (2): 414/472 kB | 156/209 kB Progress (2): 414/472 kB | 160/209 kB Progress (2): 414/472 kB | 164/209 kB Progress (2): 418/472 kB | 164/209 kB Progress (2): 422/472 kB | 164/209 kB Progress (2): 426/472 kB | 164/209 kB Progress (2): 426/472 kB | 168/209 kB Progress (2): 430/472 kB | 168/209 kB Progress (2): 430/472 kB | 172/209 kB Progress (2): 430/472 kB | 176/209 kB Progress (2): 430/472 kB | 180/209 kB Progress (2): 434/472 kB | 180/209 kB Progress (2): 438/472 kB | 180/209 kB Progress (2): 442/472 kB | 180/209 kB Progress (2): 446/472 kB | 180/209 kB Progress (2): 446/472 kB | 184/209 kB Progress (2): 446/472 kB | 188/209 kB Progress (2): 446/472 kB | 193/209 kB Progress (2): 446/472 kB | 197/209 kB Progress (2): 451/472 kB | 197/209 kB Progress (2): 455/472 kB | 197/209 kB Progress (2): 459/472 kB | 197/209 kB Progress (2): 459/472 kB | 201/209 kB Progress (2): 463/472 kB | 201/209 kB Progress (2): 463/472 kB | 205/209 kB Progress (2): 463/472 kB | 209 kB Progress (2): 467/472 kB | 209 kB Progress (2): 471/472 kB | 209 kB Progress (2): 472 kB | 209 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.2 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 989 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 182 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.pom Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 107 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 36 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 99 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 529 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.pom (2.8 kB at 134 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 36 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.pom (3.7 kB at 195 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 94 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 8.2/8.7 kB Progress (1): 8.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 378 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1/26 kB Progress (1): 8.2/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/10/apache-10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 740 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 137 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 576 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/6/maven-parent-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom Progress (1): 4.1/20 kB Progress (1): 8.2/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 911 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 69 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 202 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 814 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 128 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 842 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 6.6 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 267 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 113 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/google/1/google-1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 78 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 60 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 71 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 363 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom Progress (1): 771 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 39 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 109 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 182 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.pom (3.4 kB at 108 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom Progress (1): 4.1/9.5 kB Progress (1): 8.2/9.5 kB Progress (1): 9.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/1.3/maven-plugin-testing-1.3.pom (9.5 kB at 454 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 161 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 159 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 931 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 91 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 128 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 931 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Progress (1): 4.1/80 kB Progress (1): 8.2/80 kB Progress (1): 12/80 kB Progress (1): 16/80 kB Progress (2): 16/80 kB | 4.1/12 kB Progress (2): 16/80 kB | 8.2/12 kB Progress (2): 20/80 kB | 8.2/12 kB Progress (3): 20/80 kB | 8.2/12 kB | 4.1/156 kB Progress (3): 25/80 kB | 8.2/12 kB | 4.1/156 kB Progress (3): 25/80 kB | 12/12 kB | 4.1/156 kB Progress (3): 29/80 kB | 12/12 kB | 4.1/156 kB Progress (3): 33/80 kB | 12/12 kB | 4.1/156 kB Progress (3): 33/80 kB | 12/12 kB | 8.2/156 kB Progress (3): 33/80 kB | 12 kB | 8.2/156 kB Progress (3): 37/80 kB | 12 kB | 8.2/156 kB Progress (3): 41/80 kB | 12 kB | 8.2/156 kB Progress (3): 45/80 kB | 12 kB | 8.2/156 kB Progress (3): 49/80 kB | 12 kB | 8.2/156 kB Progress (3): 49/80 kB | 12 kB | 12/156 kB Progress (3): 49/80 kB | 12 kB | 16/156 kB Progress (3): 53/80 kB | 12 kB | 16/156 kB Progress (3): 57/80 kB | 12 kB | 16/156 kB Progress (3): 61/80 kB | 12 kB | 16/156 kB Progress (3): 61/80 kB | 12 kB | 20/156 kB Progress (3): 66/80 kB | 12 kB | 20/156 kB Progress (3): 66/80 kB | 12 kB | 25/156 kB Progress (3): 66/80 kB | 12 kB | 29/156 kB Progress (3): 66/80 kB | 12 kB | 33/156 kB Progress (3): 70/80 kB | 12 kB | 33/156 kB Progress (3): 74/80 kB | 12 kB | 33/156 kB Progress (3): 78/80 kB | 12 kB | 33/156 kB Progress (3): 80 kB | 12 kB | 33/156 kB Progress (3): 80 kB | 12 kB | 37/156 kB Progress (3): 80 kB | 12 kB | 41/156 kB Progress (3): 80 kB | 12 kB | 45/156 kB Progress (3): 80 kB | 12 kB | 49/156 kB Progress (4): 80 kB | 12 kB | 49/156 kB | 4.1/35 kB Progress (4): 80 kB | 12 kB | 49/156 kB | 8.2/35 kB Progress (4): 80 kB | 12 kB | 49/156 kB | 12/35 kB Progress (4): 80 kB | 12 kB | 49/156 kB | 16/35 kB Progress (4): 80 kB | 12 kB | 53/156 kB | 16/35 kB Progress (5): 80 kB | 12 kB | 53/156 kB | 16/35 kB | 4.1/49 kB Progress (5): 80 kB | 12 kB | 57/156 kB | 16/35 kB | 4.1/49 kB Progress (5): 80 kB | 12 kB | 57/156 kB | 16/35 kB | 8.2/49 kB Progress (5): 80 kB | 12 kB | 57/156 kB | 20/35 kB | 8.2/49 kB Progress (5): 80 kB | 12 kB | 61/156 kB | 20/35 kB | 8.2/49 kB Progress (5): 80 kB | 12 kB | 61/156 kB | 25/35 kB | 8.2/49 kB Progress (5): 80 kB | 12 kB | 61/156 kB | 25/35 kB | 12/49 kB Progress (5): 80 kB | 12 kB | 61/156 kB | 29/35 kB | 12/49 kB Progress (5): 80 kB | 12 kB | 66/156 kB | 29/35 kB | 12/49 kB Progress (5): 80 kB | 12 kB | 66/156 kB | 33/35 kB | 12/49 kB Progress (5): 80 kB | 12 kB | 66/156 kB | 33/35 kB | 16/49 kB Progress (5): 80 kB | 12 kB | 66/156 kB | 35 kB | 16/49 kB Progress (5): 80 kB | 12 kB | 66/156 kB | 35 kB | 20/49 kB Progress (5): 80 kB | 12 kB | 70/156 kB | 35 kB | 20/49 kB Progress (5): 80 kB | 12 kB | 70/156 kB | 35 kB | 25/49 kB Progress (5): 80 kB | 12 kB | 74/156 kB | 35 kB | 25/49 kB Progress (5): 80 kB | 12 kB | 74/156 kB | 35 kB | 29/49 kB Progress (5): 80 kB | 12 kB | 78/156 kB | 35 kB | 29/49 kB Progress (5): 80 kB | 12 kB | 78/156 kB | 35 kB | 33/49 kB Progress (5): 80 kB | 12 kB | 82/156 kB | 35 kB | 33/49 kB Progress (5): 80 kB | 12 kB | 82/156 kB | 35 kB | 37/49 kB Progress (5): 80 kB | 12 kB | 82/156 kB | 35 kB | 41/49 kB Progress (5): 80 kB | 12 kB | 86/156 kB | 35 kB | 41/49 kB Progress (5): 80 kB | 12 kB | 86/156 kB | 35 kB | 45/49 kB Progress (5): 80 kB | 12 kB | 90/156 kB | 35 kB | 45/49 kB Progress (5): 80 kB | 12 kB | 90/156 kB | 35 kB | 49 kB Progress (5): 80 kB | 12 kB | 94/156 kB | 35 kB | 49 kB Progress (5): 80 kB | 12 kB | 98/156 kB | 35 kB | 49 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 538 kB/s) Progress (4): 80 kB | 102/156 kB | 35 kB | 49 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Progress (4): 80 kB | 106/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 111/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 115/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 119/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 123/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 127/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 131/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 135/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 139/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 143/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 147/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 152/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 156/156 kB | 35 kB | 49 kB Progress (4): 80 kB | 156 kB | 35 kB | 49 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (4): 156 kB | 35 kB | 49 kB | 4.1/88 kB Progress (4): 156 kB | 35 kB | 49 kB | 8.2/88 kB Progress (4): 156 kB | 35 kB | 49 kB | 12/88 kB Progress (4): 156 kB | 35 kB | 49 kB | 16/88 kB Progress (4): 156 kB | 35 kB | 49 kB | 20/88 kB Progress (4): 156 kB | 35 kB | 49 kB | 25/88 kB Progress (4): 156 kB | 35 kB | 49 kB | 29/88 kB Progress (4): 156 kB | 35 kB | 49 kB | 33/88 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 4.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (3): 35 kB | 49 kB | 37/88 kB Progress (3): 35 kB | 49 kB | 41/88 kB Progress (3): 35 kB | 49 kB | 45/88 kB Progress (3): 35 kB | 49 kB | 49/88 kB Progress (3): 35 kB | 49 kB | 53/88 kB Progress (3): 35 kB | 49 kB | 57/88 kB Progress (3): 35 kB | 49 kB | 61/88 kB Progress (3): 35 kB | 49 kB | 66/88 kB Progress (3): 35 kB | 49 kB | 70/88 kB Progress (3): 35 kB | 49 kB | 74/88 kB Progress (3): 35 kB | 49 kB | 78/88 kB Progress (3): 35 kB | 49 kB | 82/88 kB Progress (3): 35 kB | 49 kB | 86/88 kB Progress (3): 35 kB | 49 kB | 88 kB Progress (4): 35 kB | 49 kB | 88 kB | 4.1/30 kB Progress (4): 35 kB | 49 kB | 88 kB | 8.2/30 kB Progress (4): 35 kB | 49 kB | 88 kB | 12/30 kB Progress (4): 35 kB | 49 kB | 88 kB | 16/30 kB Progress (4): 35 kB | 49 kB | 88 kB | 20/30 kB Progress (4): 35 kB | 49 kB | 88 kB | 25/30 kB Progress (4): 35 kB | 49 kB | 88 kB | 29/30 kB Progress (4): 35 kB | 49 kB | 88 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 531 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 580 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 791 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (2): 16/22 kB | 4.1/178 kB Progress (2): 20/22 kB | 4.1/178 kB Progress (2): 20/22 kB | 8.2/178 kB Progress (2): 22 kB | 8.2/178 kB Progress (2): 22 kB | 12/178 kB Progress (2): 22 kB | 16/178 kB Progress (2): 22 kB | 20/178 kB Progress (2): 22 kB | 25/178 kB Progress (2): 22 kB | 29/178 kB Progress (2): 22 kB | 33/178 kB Progress (2): 22 kB | 37/178 kB Progress (2): 22 kB | 41/178 kB Progress (2): 22 kB | 45/178 kB Progress (2): 22 kB | 49/178 kB Progress (2): 22 kB | 53/178 kB Progress (2): 22 kB | 57/178 kB Progress (2): 22 kB | 61/178 kB Progress (2): 22 kB | 66/178 kB Progress (2): 22 kB | 70/178 kB Progress (2): 22 kB | 74/178 kB Progress (2): 22 kB | 78/178 kB Progress (2): 22 kB | 82/178 kB Progress (2): 22 kB | 86/178 kB Progress (2): 22 kB | 90/178 kB Progress (2): 22 kB | 94/178 kB Progress (2): 22 kB | 98/178 kB Progress (2): 22 kB | 102/178 kB Progress (2): 22 kB | 106/178 kB Progress (2): 22 kB | 111/178 kB Progress (2): 22 kB | 115/178 kB Progress (2): 22 kB | 119/178 kB Progress (2): 22 kB | 123/178 kB Progress (2): 22 kB | 127/178 kB Progress (2): 22 kB | 131/178 kB Progress (2): 22 kB | 135/178 kB Progress (2): 22 kB | 139/178 kB Progress (2): 22 kB | 143/178 kB Progress (2): 22 kB | 147/178 kB Progress (2): 22 kB | 152/178 kB Progress (2): 22 kB | 156/178 kB Progress (2): 22 kB | 160/178 kB Progress (2): 22 kB | 164/178 kB Progress (2): 22 kB | 168/178 kB Progress (2): 22 kB | 172/178 kB Progress (2): 22 kB | 176/178 kB Progress (2): 22 kB | 178 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 271 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Progress (2): 178 kB | 4.1/68 kB Progress (2): 178 kB | 8.2/68 kB Progress (2): 178 kB | 12/68 kB Progress (2): 178 kB | 16/68 kB Progress (3): 178 kB | 16/68 kB | 4.1/51 kB Progress (3): 178 kB | 16/68 kB | 8.2/51 kB Progress (3): 178 kB | 16/68 kB | 12/51 kB Progress (3): 178 kB | 16/68 kB | 16/51 kB Progress (3): 178 kB | 20/68 kB | 16/51 kB Progress (3): 178 kB | 25/68 kB | 16/51 kB Progress (3): 178 kB | 29/68 kB | 16/51 kB Progress (3): 178 kB | 33/68 kB | 16/51 kB Progress (3): 178 kB | 33/68 kB | 20/51 kB Progress (3): 178 kB | 33/68 kB | 25/51 kB Progress (3): 178 kB | 33/68 kB | 29/51 kB Progress (3): 178 kB | 33/68 kB | 33/51 kB Progress (3): 178 kB | 37/68 kB | 33/51 kB Progress (3): 178 kB | 41/68 kB | 33/51 kB Progress (3): 178 kB | 45/68 kB | 33/51 kB Progress (3): 178 kB | 49/68 kB | 33/51 kB Progress (3): 178 kB | 49/68 kB | 37/51 kB Progress (3): 178 kB | 49/68 kB | 41/51 kB Progress (3): 178 kB | 49/68 kB | 45/51 kB Progress (3): 178 kB | 49/68 kB | 49/51 kB Progress (3): 178 kB | 49/68 kB | 51 kB Progress (3): 178 kB | 53/68 kB | 51 kB Progress (3): 178 kB | 57/68 kB | 51 kB Progress (3): 178 kB | 61/68 kB | 51 kB Progress (3): 178 kB | 66/68 kB | 51 kB Progress (3): 178 kB | 68 kB | 51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Progress (3): 68 kB | 51 kB | 4.1/9.8 kB Progress (3): 68 kB | 51 kB | 8.2/9.8 kB Progress (3): 68 kB | 51 kB | 9.8 kB Progress (4): 68 kB | 51 kB | 9.8 kB | 4.1/13 kB Progress (4): 68 kB | 51 kB | 9.8 kB | 8.2/13 kB Progress (4): 68 kB | 51 kB | 9.8 kB | 12/13 kB Progress (4): 68 kB | 51 kB | 9.8 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 509 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 676 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (3): 9.8 kB | 13 kB | 4.1/26 kB Progress (3): 9.8 kB | 13 kB | 8.2/26 kB Progress (3): 9.8 kB | 13 kB | 12/26 kB Progress (3): 9.8 kB | 13 kB | 16/26 kB Progress (3): 9.8 kB | 13 kB | 20/26 kB Progress (3): 9.8 kB | 13 kB | 25/26 kB Progress (3): 9.8 kB | 13 kB | 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 219 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Progress (3): 9.8 kB | 13 kB | 4.1/13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 105 kB/s) Progress (2): 9.8 kB | 8.2/13 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Progress (2): 9.8 kB | 12/13 kB Progress (2): 9.8 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 77 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar Progress (2): 13 kB | 4.1/10 kB Progress (2): 13 kB | 8.2/10 kB Progress (2): 13 kB | 10 kB Progress (3): 13 kB | 10 kB | 4.1/39 kB Progress (3): 13 kB | 10 kB | 8.2/39 kB Progress (3): 13 kB | 10 kB | 12/39 kB Progress (3): 13 kB | 10 kB | 16/39 kB Progress (3): 13 kB | 10 kB | 20/39 kB Progress (3): 13 kB | 10 kB | 25/39 kB Progress (3): 13 kB | 10 kB | 29/39 kB Progress (3): 13 kB | 10 kB | 33/39 kB Progress (3): 13 kB | 10 kB | 37/39 kB Progress (3): 13 kB | 10 kB | 39 kB Progress (4): 13 kB | 10 kB | 39 kB | 4.1/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 8.2/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 12/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 16/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 20/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 25/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 29/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 33/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 37/245 kB Progress (4): 13 kB | 10 kB | 39 kB | 41/245 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 76 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 94 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar Progress (3): 39 kB | 41/245 kB | 4.1/245 kB Progress (3): 39 kB | 41/245 kB | 8.2/245 kB Progress (3): 39 kB | 41/245 kB | 12/245 kB Progress (3): 39 kB | 45/245 kB | 12/245 kB Progress (3): 39 kB | 45/245 kB | 16/245 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar Progress (3): 39 kB | 49/245 kB | 16/245 kB Progress (3): 39 kB | 49/245 kB | 20/245 kB Progress (3): 39 kB | 49/245 kB | 25/245 kB Progress (3): 39 kB | 49/245 kB | 29/245 kB Progress (3): 39 kB | 49/245 kB | 33/245 kB Progress (3): 39 kB | 53/245 kB | 33/245 kB Progress (3): 39 kB | 57/245 kB | 33/245 kB Progress (3): 39 kB | 61/245 kB | 33/245 kB Progress (3): 39 kB | 66/245 kB | 33/245 kB Progress (3): 39 kB | 66/245 kB | 37/245 kB Progress (3): 39 kB | 66/245 kB | 41/245 kB Progress (3): 39 kB | 66/245 kB | 45/245 kB Progress (3): 39 kB | 66/245 kB | 49/245 kB Progress (3): 39 kB | 70/245 kB | 49/245 kB Progress (3): 39 kB | 74/245 kB | 49/245 kB Progress (3): 39 kB | 78/245 kB | 49/245 kB Progress (3): 39 kB | 82/245 kB | 49/245 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 279 kB/s) Progress (2): 86/245 kB | 49/245 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar Progress (2): 86/245 kB | 53/245 kB Progress (2): 90/245 kB | 53/245 kB Progress (2): 90/245 kB | 57/245 kB Progress (2): 94/245 kB | 57/245 kB Progress (2): 94/245 kB | 61/245 kB Progress (2): 98/245 kB | 61/245 kB Progress (2): 98/245 kB | 66/245 kB Progress (2): 102/245 kB | 66/245 kB Progress (2): 102/245 kB | 70/245 kB Progress (2): 106/245 kB | 70/245 kB Progress (2): 106/245 kB | 74/245 kB Progress (2): 111/245 kB | 74/245 kB Progress (2): 111/245 kB | 78/245 kB Progress (2): 115/245 kB | 78/245 kB Progress (2): 115/245 kB | 82/245 kB Progress (2): 119/245 kB | 82/245 kB Progress (2): 119/245 kB | 86/245 kB Progress (2): 123/245 kB | 86/245 kB Progress (2): 123/245 kB | 90/245 kB Progress (2): 127/245 kB | 90/245 kB Progress (2): 127/245 kB | 94/245 kB Progress (2): 131/245 kB | 94/245 kB Progress (2): 131/245 kB | 98/245 kB Progress (2): 135/245 kB | 98/245 kB Progress (2): 135/245 kB | 102/245 kB Progress (2): 139/245 kB | 102/245 kB Progress (2): 139/245 kB | 106/245 kB Progress (2): 143/245 kB | 106/245 kB Progress (2): 143/245 kB | 111/245 kB Progress (2): 147/245 kB | 111/245 kB Progress (2): 147/245 kB | 115/245 kB Progress (2): 152/245 kB | 115/245 kB Progress (2): 152/245 kB | 119/245 kB Progress (2): 156/245 kB | 119/245 kB Progress (2): 156/245 kB | 123/245 kB Progress (2): 160/245 kB | 123/245 kB Progress (2): 160/245 kB | 127/245 kB Progress (2): 164/245 kB | 127/245 kB Progress (2): 164/245 kB | 131/245 kB Progress (2): 168/245 kB | 131/245 kB Progress (2): 168/245 kB | 135/245 kB Progress (2): 172/245 kB | 135/245 kB Progress (2): 172/245 kB | 139/245 kB Progress (2): 176/245 kB | 139/245 kB Progress (2): 176/245 kB | 143/245 kB Progress (2): 180/245 kB | 143/245 kB Progress (2): 180/245 kB | 147/245 kB Progress (2): 180/245 kB | 152/245 kB Progress (2): 180/245 kB | 156/245 kB Progress (2): 180/245 kB | 160/245 kB Progress (2): 180/245 kB | 164/245 kB Progress (2): 180/245 kB | 168/245 kB Progress (2): 180/245 kB | 172/245 kB Progress (2): 180/245 kB | 176/245 kB Progress (2): 180/245 kB | 180/245 kB Progress (2): 180/245 kB | 184/245 kB Progress (2): 180/245 kB | 188/245 kB Progress (2): 180/245 kB | 193/245 kB Progress (2): 180/245 kB | 197/245 kB Progress (2): 180/245 kB | 201/245 kB Progress (2): 180/245 kB | 205/245 kB Progress (2): 180/245 kB | 209/245 kB Progress (2): 180/245 kB | 213/245 kB Progress (2): 180/245 kB | 217/245 kB Progress (2): 184/245 kB | 217/245 kB Progress (2): 184/245 kB | 221/245 kB Progress (2): 188/245 kB | 221/245 kB Progress (2): 188/245 kB | 225/245 kB Progress (2): 193/245 kB | 225/245 kB Progress (3): 193/245 kB | 225/245 kB | 4.1/11 kB Progress (3): 193/245 kB | 229/245 kB | 4.1/11 kB Progress (3): 193/245 kB | 229/245 kB | 8.2/11 kB Progress (3): 197/245 kB | 229/245 kB | 8.2/11 kB Progress (3): 197/245 kB | 229/245 kB | 11 kB Progress (3): 197/245 kB | 233/245 kB | 11 kB Progress (3): 197/245 kB | 238/245 kB | 11 kB Progress (3): 197/245 kB | 242/245 kB | 11 kB Progress (3): 197/245 kB | 245 kB | 11 kB Progress (4): 197/245 kB | 245 kB | 11 kB | 4.1/99 kB Progress (4): 197/245 kB | 245 kB | 11 kB | 8.2/99 kB Progress (4): 197/245 kB | 245 kB | 11 kB | 12/99 kB Progress (4): 197/245 kB | 245 kB | 11 kB | 16/99 kB Progress (4): 201/245 kB | 245 kB | 11 kB | 16/99 kB Progress (4): 205/245 kB | 245 kB | 11 kB | 16/99 kB Progress (4): 209/245 kB | 245 kB | 11 kB | 16/99 kB Progress (4): 209/245 kB | 245 kB | 11 kB | 20/99 kB Progress (4): 213/245 kB | 245 kB | 11 kB | 20/99 kB Progress (4): 213/245 kB | 245 kB | 11 kB | 25/99 kB Progress (4): 213/245 kB | 245 kB | 11 kB | 29/99 kB Progress (4): 213/245 kB | 245 kB | 11 kB | 33/99 kB Progress (4): 217/245 kB | 245 kB | 11 kB | 33/99 kB Progress (4): 221/245 kB | 245 kB | 11 kB | 33/99 kB Progress (4): 225/245 kB | 245 kB | 11 kB | 33/99 kB Progress (4): 225/245 kB | 245 kB | 11 kB | 37/99 kB Progress (4): 229/245 kB | 245 kB | 11 kB | 37/99 kB Progress (4): 229/245 kB | 245 kB | 11 kB | 41/99 kB Progress (4): 229/245 kB | 245 kB | 11 kB | 45/99 kB Progress (4): 229/245 kB | 245 kB | 11 kB | 49/99 kB Progress (4): 233/245 kB | 245 kB | 11 kB | 49/99 kB Progress (4): 238/245 kB | 245 kB | 11 kB | 49/99 kB Progress (4): 242/245 kB | 245 kB | 11 kB | 49/99 kB Progress (4): 242/245 kB | 245 kB | 11 kB | 53/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 53/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 57/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 61/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 66/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 70/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 74/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 78/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 82/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 86/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 90/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 94/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 98/99 kB Progress (4): 245 kB | 245 kB | 11 kB | 99 kB Progress (5): 245 kB | 245 kB | 11 kB | 99 kB | 4.1/32 kB Progress (5): 245 kB | 245 kB | 11 kB | 99 kB | 8.2/32 kB Progress (5): 245 kB | 245 kB | 11 kB | 99 kB | 12/32 kB Progress (5): 245 kB | 245 kB | 11 kB | 99 kB | 16/32 kB Progress (5): 245 kB | 245 kB | 11 kB | 99 kB | 20/32 kB Progress (5): 245 kB | 245 kB | 11 kB | 99 kB | 25/32 kB Progress (5): 245 kB | 245 kB | 11 kB | 99 kB | 29/32 kB Progress (5): 245 kB | 245 kB | 11 kB | 99 kB | 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar (99 kB at 607 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 192 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar (11 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar Progress (1): 4.1/282 kB Progress (1): 8.2/282 kB Progress (1): 12/282 kB Progress (1): 16/282 kB Progress (1): 20/282 kB Progress (1): 25/282 kB Progress (1): 29/282 kB Progress (1): 33/282 kB Progress (1): 37/282 kB Progress (1): 41/282 kB Progress (1): 45/282 kB Progress (1): 49/282 kB Progress (1): 53/282 kB Progress (1): 57/282 kB Progress (1): 61/282 kB Progress (1): 66/282 kB Progress (2): 66/282 kB | 4.1/64 kB Progress (2): 66/282 kB | 8.2/64 kB Progress (2): 66/282 kB | 12/64 kB Progress (2): 66/282 kB | 16/64 kB Progress (3): 66/282 kB | 16/64 kB | 4.1/185 kB Progress (3): 66/282 kB | 16/64 kB | 8.2/185 kB Progress (3): 66/282 kB | 16/64 kB | 12/185 kB Progress (3): 66/282 kB | 16/64 kB | 16/185 kB Progress (3): 66/282 kB | 16/64 kB | 20/185 kB Progress (3): 70/282 kB | 16/64 kB | 20/185 kB Progress (3): 70/282 kB | 20/64 kB | 20/185 kB Progress (3): 70/282 kB | 20/64 kB | 25/185 kB Progress (3): 70/282 kB | 25/64 kB | 25/185 kB Progress (3): 74/282 kB | 25/64 kB | 25/185 kB Progress (3): 74/282 kB | 29/64 kB | 25/185 kB Progress (3): 74/282 kB | 29/64 kB | 29/185 kB Progress (3): 74/282 kB | 33/64 kB | 29/185 kB Progress (3): 78/282 kB | 33/64 kB | 29/185 kB Progress (3): 78/282 kB | 33/64 kB | 33/185 kB Progress (3): 82/282 kB | 33/64 kB | 33/185 kB Progress (3): 82/282 kB | 37/64 kB | 33/185 kB Progress (3): 82/282 kB | 37/64 kB | 37/185 kB Progress (3): 82/282 kB | 41/64 kB | 37/185 kB Progress (3): 86/282 kB | 41/64 kB | 37/185 kB Progress (3): 86/282 kB | 41/64 kB | 41/185 kB Progress (3): 90/282 kB | 41/64 kB | 41/185 kB Progress (3): 90/282 kB | 45/64 kB | 41/185 kB Progress (3): 94/282 kB | 45/64 kB | 41/185 kB Progress (3): 94/282 kB | 45/64 kB | 45/185 kB Progress (3): 98/282 kB | 45/64 kB | 45/185 kB Progress (3): 98/282 kB | 49/64 kB | 45/185 kB Progress (3): 98/282 kB | 49/64 kB | 49/185 kB Progress (3): 98/282 kB | 49/64 kB | 53/185 kB Progress (3): 98/282 kB | 53/64 kB | 53/185 kB Progress (3): 102/282 kB | 53/64 kB | 53/185 kB Progress (3): 102/282 kB | 57/64 kB | 53/185 kB Progress (3): 102/282 kB | 61/64 kB | 53/185 kB Progress (3): 102/282 kB | 64 kB | 53/185 kB Progress (3): 102/282 kB | 64 kB | 57/185 kB Progress (3): 106/282 kB | 64 kB | 57/185 kB Progress (3): 106/282 kB | 64 kB | 61/185 kB Progress (3): 111/282 kB | 64 kB | 61/185 kB Progress (3): 115/282 kB | 64 kB | 61/185 kB Progress (3): 115/282 kB | 64 kB | 66/185 kB Progress (3): 119/282 kB | 64 kB | 66/185 kB Progress (3): 123/282 kB | 64 kB | 66/185 kB Progress (3): 123/282 kB | 64 kB | 70/185 kB Progress (3): 127/282 kB | 64 kB | 70/185 kB Progress (3): 127/282 kB | 64 kB | 74/185 kB Progress (3): 131/282 kB | 64 kB | 74/185 kB Progress (3): 131/282 kB | 64 kB | 78/185 kB Progress (3): 131/282 kB | 64 kB | 82/185 kB Progress (3): 135/282 kB | 64 kB | 82/185 kB Progress (3): 139/282 kB | 64 kB | 82/185 kB Progress (3): 139/282 kB | 64 kB | 86/185 kB Progress (3): 143/282 kB | 64 kB | 86/185 kB Progress (3): 143/282 kB | 64 kB | 90/185 kB Progress (3): 147/282 kB | 64 kB | 90/185 kB Progress (3): 147/282 kB | 64 kB | 94/185 kB Progress (3): 147/282 kB | 64 kB | 98/185 kB Progress (3): 152/282 kB | 64 kB | 98/185 kB Progress (3): 156/282 kB | 64 kB | 98/185 kB Progress (3): 156/282 kB | 64 kB | 102/185 kB Progress (3): 160/282 kB | 64 kB | 102/185 kB Progress (3): 160/282 kB | 64 kB | 106/185 kB Progress (3): 164/282 kB | 64 kB | 106/185 kB Progress (3): 164/282 kB | 64 kB | 111/185 kB Progress (3): 164/282 kB | 64 kB | 115/185 kB Progress (3): 168/282 kB | 64 kB | 115/185 kB Progress (3): 172/282 kB | 64 kB | 115/185 kB Progress (3): 172/282 kB | 64 kB | 119/185 kB Progress (3): 176/282 kB | 64 kB | 119/185 kB Progress (3): 176/282 kB | 64 kB | 123/185 kB Progress (3): 180/282 kB | 64 kB | 123/185 kB Progress (3): 180/282 kB | 64 kB | 127/185 kB Progress (3): 180/282 kB | 64 kB | 131/185 kB Progress (3): 184/282 kB | 64 kB | 131/185 kB Progress (3): 188/282 kB | 64 kB | 131/185 kB Progress (3): 188/282 kB | 64 kB | 135/185 kB Progress (3): 193/282 kB | 64 kB | 135/185 kB Progress (3): 193/282 kB | 64 kB | 139/185 kB Progress (3): 197/282 kB | 64 kB | 139/185 kB Progress (3): 197/282 kB | 64 kB | 143/185 kB Progress (3): 197/282 kB | 64 kB | 147/185 kB Progress (3): 197/282 kB | 64 kB | 152/185 kB Progress (4): 197/282 kB | 64 kB | 152/185 kB | 4.1/12 kB Progress (4): 201/282 kB | 64 kB | 152/185 kB | 4.1/12 kB Progress (4): 201/282 kB | 64 kB | 152/185 kB | 8.2/12 kB Progress (4): 201/282 kB | 64 kB | 156/185 kB | 8.2/12 kB Progress (4): 201/282 kB | 64 kB | 156/185 kB | 12 kB Progress (4): 205/282 kB | 64 kB | 156/185 kB | 12 kB Progress (4): 205/282 kB | 64 kB | 160/185 kB | 12 kB Progress (4): 209/282 kB | 64 kB | 160/185 kB | 12 kB Progress (4): 209/282 kB | 64 kB | 164/185 kB | 12 kB Progress (4): 213/282 kB | 64 kB | 164/185 kB | 12 kB Progress (4): 217/282 kB | 64 kB | 164/185 kB | 12 kB Progress (4): 217/282 kB | 64 kB | 168/185 kB | 12 kB Progress (4): 221/282 kB | 64 kB | 168/185 kB | 12 kB Progress (4): 221/282 kB | 64 kB | 172/185 kB | 12 kB Progress (4): 225/282 kB | 64 kB | 172/185 kB | 12 kB Progress (4): 225/282 kB | 64 kB | 176/185 kB | 12 kB Progress (4): 229/282 kB | 64 kB | 176/185 kB | 12 kB Progress (4): 233/282 kB | 64 kB | 176/185 kB | 12 kB Progress (5): 233/282 kB | 64 kB | 176/185 kB | 12 kB | 4.1/35 kB Progress (5): 233/282 kB | 64 kB | 176/185 kB | 12 kB | 8.2/35 kB Progress (5): 233/282 kB | 64 kB | 176/185 kB | 12 kB | 12/35 kB Progress (5): 233/282 kB | 64 kB | 176/185 kB | 12 kB | 16/35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 276 kB/s) Progress (4): 233/282 kB | 180/185 kB | 12 kB | 16/35 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar Progress (4): 238/282 kB | 180/185 kB | 12 kB | 16/35 kB Progress (4): 238/282 kB | 184/185 kB | 12 kB | 16/35 kB Progress (4): 242/282 kB | 184/185 kB | 12 kB | 16/35 kB Progress (4): 242/282 kB | 185 kB | 12 kB | 16/35 kB Progress (4): 246/282 kB | 185 kB | 12 kB | 16/35 kB Progress (4): 250/282 kB | 185 kB | 12 kB | 16/35 kB Progress (4): 250/282 kB | 185 kB | 12 kB | 20/35 kB Progress (4): 250/282 kB | 185 kB | 12 kB | 25/35 kB Progress (4): 254/282 kB | 185 kB | 12 kB | 25/35 kB Progress (4): 254/282 kB | 185 kB | 12 kB | 29/35 kB Progress (4): 258/282 kB | 185 kB | 12 kB | 29/35 kB Progress (4): 258/282 kB | 185 kB | 12 kB | 33/35 kB Progress (4): 262/282 kB | 185 kB | 12 kB | 33/35 kB Progress (4): 262/282 kB | 185 kB | 12 kB | 35 kB Progress (4): 266/282 kB | 185 kB | 12 kB | 35 kB Progress (4): 270/282 kB | 185 kB | 12 kB | 35 kB Progress (4): 274/282 kB | 185 kB | 12 kB | 35 kB Progress (4): 279/282 kB | 185 kB | 12 kB | 35 kB Progress (4): 282 kB | 185 kB | 12 kB | 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar Progress (4): 282 kB | 185 kB | 35 kB | 4.1/58 kB Progress (4): 282 kB | 185 kB | 35 kB | 8.2/58 kB Progress (4): 282 kB | 185 kB | 35 kB | 12/58 kB Progress (4): 282 kB | 185 kB | 35 kB | 16/58 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 147 kB/s) Progress (3): 282 kB | 185 kB | 20/58 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 768 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Progress (2): 282 kB | 25/58 kB Progress (2): 282 kB | 29/58 kB Progress (2): 282 kB | 33/58 kB Progress (2): 282 kB | 37/58 kB Progress (2): 282 kB | 41/58 kB Progress (2): 282 kB | 45/58 kB Progress (2): 282 kB | 49/58 kB Progress (2): 282 kB | 53/58 kB Progress (2): 282 kB | 57/58 kB Progress (2): 282 kB | 58 kB Progress (3): 282 kB | 58 kB | 4.1/245 kB Progress (3): 282 kB | 58 kB | 8.2/245 kB Progress (3): 282 kB | 58 kB | 12/245 kB Progress (3): 282 kB | 58 kB | 16/245 kB Progress (3): 282 kB | 58 kB | 20/245 kB Progress (3): 282 kB | 58 kB | 25/245 kB Progress (3): 282 kB | 58 kB | 29/245 kB Progress (3): 282 kB | 58 kB | 33/245 kB Progress (3): 282 kB | 58 kB | 37/245 kB Progress (3): 282 kB | 58 kB | 41/245 kB Progress (3): 282 kB | 58 kB | 45/245 kB Progress (3): 282 kB | 58 kB | 49/245 kB Progress (3): 282 kB | 58 kB | 53/245 kB Progress (3): 282 kB | 58 kB | 57/245 kB Progress (3): 282 kB | 58 kB | 61/245 kB Progress (3): 282 kB | 58 kB | 66/245 kB Progress (3): 282 kB | 58 kB | 70/245 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 230 kB/s) Progress (3): 282 kB | 70/245 kB | 4.1/45 kB Progress (3): 282 kB | 74/245 kB | 4.1/45 kB Progress (3): 282 kB | 74/245 kB | 8.2/45 kB Progress (3): 282 kB | 74/245 kB | 12/45 kB Progress (3): 282 kB | 78/245 kB | 12/45 kB Progress (3): 282 kB | 78/245 kB | 16/45 kB Progress (3): 282 kB | 82/245 kB | 16/45 kB Progress (3): 282 kB | 82/245 kB | 20/45 kB Progress (3): 282 kB | 86/245 kB | 20/45 kB Progress (3): 282 kB | 86/245 kB | 25/45 kB Progress (3): 282 kB | 90/245 kB | 25/45 kB Progress (3): 282 kB | 90/245 kB | 29/45 kB Progress (3): 282 kB | 94/245 kB | 29/45 kB Progress (3): 282 kB | 94/245 kB | 33/45 kB Progress (3): 282 kB | 98/245 kB | 33/45 kB Progress (3): 282 kB | 98/245 kB | 37/45 kB Progress (3): 282 kB | 98/245 kB | 41/45 kB Progress (3): 282 kB | 102/245 kB | 41/45 kB Progress (3): 282 kB | 102/245 kB | 45 kB Progress (3): 282 kB | 106/245 kB | 45 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 1.1 MB/s) Progress (2): 111/245 kB | 45 kB Progress (2): 115/245 kB | 45 kB Progress (2): 119/245 kB | 45 kB Progress (2): 123/245 kB | 45 kB Progress (2): 127/245 kB | 45 kB Progress (2): 131/245 kB | 45 kB Progress (2): 135/245 kB | 45 kB Progress (2): 139/245 kB | 45 kB Progress (2): 143/245 kB | 45 kB Progress (2): 147/245 kB | 45 kB Progress (2): 152/245 kB | 45 kB Progress (2): 156/245 kB | 45 kB Progress (2): 160/245 kB | 45 kB Progress (2): 164/245 kB | 45 kB Progress (2): 168/245 kB | 45 kB Progress (2): 172/245 kB | 45 kB Progress (2): 176/245 kB | 45 kB Progress (2): 180/245 kB | 45 kB Progress (2): 184/245 kB | 45 kB Progress (2): 188/245 kB | 45 kB Progress (2): 193/245 kB | 45 kB Progress (2): 197/245 kB | 45 kB Progress (2): 201/245 kB | 45 kB Progress (2): 205/245 kB | 45 kB Progress (2): 209/245 kB | 45 kB Progress (2): 213/245 kB | 45 kB Progress (2): 217/245 kB | 45 kB Progress (2): 221/245 kB | 45 kB Progress (2): 225/245 kB | 45 kB Progress (2): 229/245 kB | 45 kB Progress (2): 233/245 kB | 45 kB Progress (2): 238/245 kB | 45 kB Progress (2): 242/245 kB | 45 kB Progress (2): 245 kB | 45 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 165 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (245 kB at 875 kB/s) [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.pom Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 64 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 204 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 37 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 4.1/33 kB Progress (1): 8.2/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 25/33 kB Progress (1): 29/33 kB Progress (1): 33/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.6 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 77 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 431 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 726 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/3/apache-3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 191 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 214 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 141 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 4.1/21 kB Progress (1): 6.4/21 kB Progress (1): 11/21 kB Progress (1): 15/21 kB Progress (1): 19/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 924 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Progress (1): 765 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 40 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 659 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Progress (1): 767 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 40 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 78 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 30 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Progress (1): 588 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 15 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 356 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 113 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 241 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1/9.8 kB Progress (1): 8.2/9.8 kB Progress (1): 9.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 516 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 215 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1/9.3 kB Progress (1): 8.2/9.3 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 491 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1/23 kB Progress (1): 8.2/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.1 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/7/apache-7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 687 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 125 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 150 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 124 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 176 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 72 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 110 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 69 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 68 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 85 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 106 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 79 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 79 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 586 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 69 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 177 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 176 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 110 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Progress (1): 738 B Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 39 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/1/apache-1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (3.4 kB at 179 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 699 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.0 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 370 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 251 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 159 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 291 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Progress (1): 3.3/15 kB Progress (1): 7.4/15 kB Progress (1): 11/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 764 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 149 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 70 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 122 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 305 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 591 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1/9.1 kB Progress (1): 8.2/9.1 kB Progress (1): 9.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 478 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 18 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 43 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 49 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 122 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 8.6 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 118 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 19 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom (3.5 kB at 153 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom (2.1 kB at 101 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 147 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 468 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom (3.7 kB at 175 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom (3.1 kB at 142 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom (3.2 kB at 150 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom (1.9 kB at 101 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Progress (1): 4.1/237 kB Progress (1): 8.2/237 kB Progress (1): 12/237 kB Progress (1): 16/237 kB Progress (2): 16/237 kB | 4.1/39 kB Progress (2): 16/237 kB | 8.2/39 kB Progress (2): 20/237 kB | 8.2/39 kB Progress (2): 20/237 kB | 12/39 kB Progress (2): 25/237 kB | 12/39 kB Progress (2): 25/237 kB | 16/39 kB Progress (2): 29/237 kB | 16/39 kB Progress (3): 29/237 kB | 16/39 kB | 4.1/38 kB Progress (3): 33/237 kB | 16/39 kB | 4.1/38 kB Progress (3): 33/237 kB | 16/39 kB | 8.2/38 kB Progress (3): 33/237 kB | 20/39 kB | 8.2/38 kB Progress (3): 33/237 kB | 20/39 kB | 12/38 kB Progress (3): 33/237 kB | 25/39 kB | 12/38 kB Progress (3): 33/237 kB | 25/39 kB | 16/38 kB Progress (3): 33/237 kB | 29/39 kB | 16/38 kB Progress (3): 33/237 kB | 33/39 kB | 16/38 kB Progress (4): 33/237 kB | 33/39 kB | 16/38 kB | 4.1/38 kB Progress (5): 33/237 kB | 33/39 kB | 16/38 kB | 4.1/38 kB | 4.1/43 kB Progress (5): 33/237 kB | 33/39 kB | 20/38 kB | 4.1/38 kB | 4.1/43 kB Progress (5): 33/237 kB | 33/39 kB | 20/38 kB | 4.1/38 kB | 8.2/43 kB Progress (5): 33/237 kB | 37/39 kB | 20/38 kB | 4.1/38 kB | 8.2/43 kB Progress (5): 33/237 kB | 37/39 kB | 20/38 kB | 8.2/38 kB | 8.2/43 kB Progress (5): 33/237 kB | 39 kB | 20/38 kB | 8.2/38 kB | 8.2/43 kB Progress (5): 33/237 kB | 39 kB | 20/38 kB | 8.2/38 kB | 12/43 kB Progress (5): 37/237 kB | 39 kB | 20/38 kB | 8.2/38 kB | 12/43 kB Progress (5): 37/237 kB | 39 kB | 25/38 kB | 8.2/38 kB | 12/43 kB Progress (5): 41/237 kB | 39 kB | 25/38 kB | 8.2/38 kB | 12/43 kB Progress (5): 41/237 kB | 39 kB | 25/38 kB | 8.2/38 kB | 16/43 kB Progress (5): 41/237 kB | 39 kB | 25/38 kB | 12/38 kB | 16/43 kB Progress (5): 45/237 kB | 39 kB | 25/38 kB | 12/38 kB | 16/43 kB Progress (5): 45/237 kB | 39 kB | 29/38 kB | 12/38 kB | 16/43 kB Progress (5): 49/237 kB | 39 kB | 29/38 kB | 12/38 kB | 16/43 kB Progress (5): 49/237 kB | 39 kB | 29/38 kB | 16/38 kB | 16/43 kB Progress (5): 49/237 kB | 39 kB | 29/38 kB | 16/38 kB | 20/43 kB Progress (5): 49/237 kB | 39 kB | 33/38 kB | 16/38 kB | 20/43 kB Progress (5): 49/237 kB | 39 kB | 33/38 kB | 16/38 kB | 25/43 kB Progress (5): 53/237 kB | 39 kB | 33/38 kB | 16/38 kB | 25/43 kB Progress (5): 53/237 kB | 39 kB | 33/38 kB | 20/38 kB | 25/43 kB Progress (5): 57/237 kB | 39 kB | 33/38 kB | 20/38 kB | 25/43 kB Progress (5): 57/237 kB | 39 kB | 37/38 kB | 20/38 kB | 25/43 kB Progress (5): 57/237 kB | 39 kB | 37/38 kB | 20/38 kB | 29/43 kB Progress (5): 57/237 kB | 39 kB | 38 kB | 20/38 kB | 29/43 kB Progress (5): 61/237 kB | 39 kB | 38 kB | 20/38 kB | 29/43 kB Progress (5): 61/237 kB | 39 kB | 38 kB | 25/38 kB | 29/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 25/38 kB | 29/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 25/38 kB | 33/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 29/38 kB | 33/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 33/38 kB | 33/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 33/38 kB | 37/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 37/38 kB | 37/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 37/38 kB | 41/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 38 kB | 41/43 kB Progress (5): 66/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 70/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 74/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 78/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 82/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 86/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 90/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 94/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 98/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 102/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 106/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 111/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 115/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 119/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 123/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 127/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 131/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 135/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 139/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 143/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 147/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Progress (5): 152/237 kB | 39 kB | 38 kB | 38 kB | 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 378 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 346 kB/s) Progress (3): 156/237 kB | 38 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 330 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 326 kB/s) Progress (1): 160/237 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Progress (1): 164/237 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Progress (1): 168/237 kB Progress (1): 172/237 kB Progress (1): 176/237 kB Progress (1): 180/237 kB Progress (1): 184/237 kB Progress (1): 188/237 kB Progress (1): 193/237 kB Progress (1): 197/237 kB Progress (1): 201/237 kB Progress (1): 205/237 kB Progress (1): 209/237 kB Progress (1): 213/237 kB Progress (1): 217/237 kB Progress (1): 221/237 kB Progress (1): 225/237 kB Progress (1): 229/237 kB Progress (1): 233/237 kB Progress (1): 237 kB Progress (2): 237 kB | 4.1/158 kB Progress (2): 237 kB | 8.2/158 kB Progress (2): 237 kB | 12/158 kB Progress (2): 237 kB | 16/158 kB Progress (3): 237 kB | 16/158 kB | 0/1.2 MB Progress (3): 237 kB | 16/158 kB | 0/1.2 MB Progress (3): 237 kB | 20/158 kB | 0/1.2 MB Progress (3): 237 kB | 25/158 kB | 0/1.2 MB Progress (3): 237 kB | 29/158 kB | 0/1.2 MB Progress (3): 237 kB | 33/158 kB | 0/1.2 MB Progress (3): 237 kB | 33/158 kB | 0/1.2 MB Progress (3): 237 kB | 33/158 kB | 0/1.2 MB Progress (3): 237 kB | 33/158 kB | 0/1.2 MB Progress (3): 237 kB | 33/158 kB | 0/1.2 MB Progress (3): 237 kB | 37/158 kB | 0/1.2 MB Progress (3): 237 kB | 41/158 kB | 0/1.2 MB Progress (3): 237 kB | 45/158 kB | 0/1.2 MB Progress (3): 237 kB | 49/158 kB | 0/1.2 MB Progress (3): 237 kB | 49/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 49/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 53/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 57/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 61/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 66/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 66/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 66/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 70/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 70/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 74/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 74/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 78/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 82/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 82/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 82/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 86/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 90/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 94/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 98/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 98/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 98/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 102/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 106/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 111/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 115/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 115/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 115/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 119/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 123/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 127/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 131/158 kB | 0.1/1.2 MB Progress (3): 237 kB | 131/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 131/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 131/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 131/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 135/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 139/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 139/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 143/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 143/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 147/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 152/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 152/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 156/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 156/158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.2/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.3/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.4/1.2 MB Progress (3): 237 kB | 158 kB | 0.5/1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.5/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.6/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.7/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.8/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 0.9/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.0/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.1/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2/1.2 MB Progress (2): 237 kB | 1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (2): 1.2 MB | 4.1/17 kB Progress (2): 1.2 MB | 8.2/17 kB Progress (3): 1.2 MB | 8.2/17 kB | 4.1/305 kB Progress (3): 1.2 MB | 12/17 kB | 4.1/305 kB Progress (3): 1.2 MB | 12/17 kB | 8.2/305 kB Progress (3): 1.2 MB | 16/17 kB | 8.2/305 kB Progress (3): 1.2 MB | 16/17 kB | 12/305 kB Progress (3): 1.2 MB | 17 kB | 12/305 kB Progress (3): 1.2 MB | 17 kB | 16/305 kB Progress (4): 1.2 MB | 17 kB | 16/305 kB | 4.1/262 kB Progress (4): 1.2 MB | 17 kB | 16/305 kB | 8.2/262 kB Progress (4): 1.2 MB | 17 kB | 16/305 kB | 12/262 kB Progress (4): 1.2 MB | 17 kB | 16/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 20/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 25/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 29/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 33/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 37/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 41/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 45/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 49/305 kB | 16/262 kB Progress (4): 1.2 MB | 17 kB | 49/305 kB | 20/262 kB Progress (4): 1.2 MB | 17 kB | 49/305 kB | 25/262 kB Progress (4): 1.2 MB | 17 kB | 49/305 kB | 29/262 kB Progress (4): 1.2 MB | 17 kB | 53/305 kB | 29/262 kB Progress (4): 1.2 MB | 17 kB | 53/305 kB | 33/262 kB Progress (4): 1.2 MB | 17 kB | 57/305 kB | 33/262 kB Progress (4): 1.2 MB | 17 kB | 61/305 kB | 33/262 kB Progress (4): 1.2 MB | 17 kB | 66/305 kB | 33/262 kB Progress (4): 1.2 MB | 17 kB | 70/305 kB | 33/262 kB Progress (4): 1.2 MB | 17 kB | 74/305 kB | 33/262 kB Progress (4): 1.2 MB | 17 kB | 78/305 kB | 33/262 kB Progress (4): 1.2 MB | 17 kB | 82/305 kB | 33/262 kB Progress (4): 1.2 MB | 17 kB | 82/305 kB | 37/262 kB Progress (4): 1.2 MB | 17 kB | 82/305 kB | 41/262 kB Progress (4): 1.2 MB | 17 kB | 82/305 kB | 45/262 kB Progress (4): 1.2 MB | 17 kB | 82/305 kB | 49/262 kB Progress (4): 1.2 MB | 17 kB | 86/305 kB | 49/262 kB Progress (4): 1.2 MB | 17 kB | 90/305 kB | 49/262 kB Progress (4): 1.2 MB | 17 kB | 94/305 kB | 49/262 kB Progress (4): 1.2 MB | 17 kB | 98/305 kB | 49/262 kB Progress (4): 1.2 MB | 17 kB | 98/305 kB | 53/262 kB Progress (4): 1.2 MB | 17 kB | 98/305 kB | 57/262 kB Progress (4): 1.2 MB | 17 kB | 98/305 kB | 61/262 kB Progress (4): 1.2 MB | 17 kB | 98/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 102/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 106/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 111/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 115/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 119/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 123/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 127/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 131/305 kB | 66/262 kB Progress (4): 1.2 MB | 17 kB | 131/305 kB | 70/262 kB Progress (4): 1.2 MB | 17 kB | 131/305 kB | 74/262 kB Progress (4): 1.2 MB | 17 kB | 131/305 kB | 78/262 kB Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 5.6 MB/s) Progress (3): 17 kB | 135/305 kB | 78/262 kB Progress (3): 17 kB | 135/305 kB | 82/262 kB Progress (3): 17 kB | 139/305 kB | 82/262 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (4): 17 kB | 139/305 kB | 82/262 kB | 4.1/30 kB Progress (4): 17 kB | 143/305 kB | 82/262 kB | 4.1/30 kB Progress (4): 17 kB | 143/305 kB | 82/262 kB | 8.2/30 kB Progress (4): 17 kB | 147/305 kB | 82/262 kB | 8.2/30 kB Progress (4): 17 kB | 147/305 kB | 82/262 kB | 12/30 kB Progress (4): 17 kB | 147/305 kB | 86/262 kB | 12/30 kB Progress (4): 17 kB | 147/305 kB | 86/262 kB | 16/30 kB Progress (4): 17 kB | 147/305 kB | 90/262 kB | 16/30 kB Progress (4): 17 kB | 147/305 kB | 94/262 kB | 16/30 kB Progress (4): 17 kB | 152/305 kB | 94/262 kB | 16/30 kB Progress (4): 17 kB | 152/305 kB | 98/262 kB | 16/30 kB Progress (4): 17 kB | 152/305 kB | 98/262 kB | 20/30 kB Progress (4): 17 kB | 156/305 kB | 98/262 kB | 20/30 kB Progress (4): 17 kB | 156/305 kB | 98/262 kB | 25/30 kB Progress (4): 17 kB | 160/305 kB | 98/262 kB | 25/30 kB Progress (4): 17 kB | 160/305 kB | 98/262 kB | 29/30 kB Progress (4): 17 kB | 164/305 kB | 98/262 kB | 29/30 kB Progress (4): 17 kB | 164/305 kB | 98/262 kB | 30 kB Progress (4): 17 kB | 164/305 kB | 102/262 kB | 30 kB Progress (4): 17 kB | 164/305 kB | 106/262 kB | 30 kB Progress (4): 17 kB | 168/305 kB | 106/262 kB | 30 kB Progress (4): 17 kB | 168/305 kB | 111/262 kB | 30 kB Progress (4): 17 kB | 172/305 kB | 111/262 kB | 30 kB Progress (4): 17 kB | 172/305 kB | 115/262 kB | 30 kB Progress (4): 17 kB | 176/305 kB | 115/262 kB | 30 kB Progress (4): 17 kB | 180/305 kB | 115/262 kB | 30 kB Progress (4): 17 kB | 184/305 kB | 115/262 kB | 30 kB Progress (4): 17 kB | 188/305 kB | 115/262 kB | 30 kB Progress (4): 17 kB | 193/305 kB | 115/262 kB | 30 kB Progress (4): 17 kB | 197/305 kB | 115/262 kB | 30 kB Progress (4): 17 kB | 197/305 kB | 119/262 kB | 30 kB Progress (4): 17 kB | 197/305 kB | 123/262 kB | 30 kB Progress (4): 17 kB | 197/305 kB | 127/262 kB | 30 kB Progress (4): 17 kB | 201/305 kB | 127/262 kB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 75 kB/s) Progress (3): 205/305 kB | 127/262 kB | 30 kB Progress (3): 205/305 kB | 131/262 kB | 30 kB Progress (3): 209/305 kB | 131/262 kB | 30 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Progress (3): 213/305 kB | 131/262 kB | 30 kB Progress (3): 213/305 kB | 135/262 kB | 30 kB Progress (3): 217/305 kB | 135/262 kB | 30 kB Progress (3): 217/305 kB | 139/262 kB | 30 kB Progress (3): 217/305 kB | 143/262 kB | 30 kB Progress (3): 217/305 kB | 147/262 kB | 30 kB Progress (3): 221/305 kB | 147/262 kB | 30 kB Progress (3): 225/305 kB | 147/262 kB | 30 kB Progress (3): 229/305 kB | 147/262 kB | 30 kB Progress (3): 233/305 kB | 147/262 kB | 30 kB Progress (3): 233/305 kB | 152/262 kB | 30 kB Progress (3): 233/305 kB | 156/262 kB | 30 kB Progress (3): 238/305 kB | 156/262 kB | 30 kB Progress (3): 238/305 kB | 160/262 kB | 30 kB Progress (3): 242/305 kB | 160/262 kB | 30 kB Progress (3): 242/305 kB | 164/262 kB | 30 kB Progress (3): 246/305 kB | 164/262 kB | 30 kB Progress (3): 250/305 kB | 164/262 kB | 30 kB Progress (3): 254/305 kB | 164/262 kB | 30 kB Progress (3): 258/305 kB | 164/262 kB | 30 kB Progress (3): 262/305 kB | 164/262 kB | 30 kB Progress (3): 266/305 kB | 164/262 kB | 30 kB Progress (3): 266/305 kB | 168/262 kB | 30 kB Progress (3): 270/305 kB | 168/262 kB | 30 kB Progress (3): 270/305 kB | 172/262 kB | 30 kB Progress (3): 274/305 kB | 172/262 kB | 30 kB Progress (3): 274/305 kB | 176/262 kB | 30 kB Progress (3): 279/305 kB | 176/262 kB | 30 kB Progress (3): 279/305 kB | 180/262 kB | 30 kB Progress (3): 283/305 kB | 180/262 kB | 30 kB Progress (3): 283/305 kB | 184/262 kB | 30 kB Progress (3): 287/305 kB | 184/262 kB | 30 kB Progress (3): 287/305 kB | 188/262 kB | 30 kB Progress (3): 291/305 kB | 188/262 kB | 30 kB Progress (3): 291/305 kB | 193/262 kB | 30 kB Progress (3): 295/305 kB | 193/262 kB | 30 kB Progress (3): 295/305 kB | 197/262 kB | 30 kB Progress (3): 299/305 kB | 197/262 kB | 30 kB Progress (3): 303/305 kB | 197/262 kB | 30 kB Progress (3): 305 kB | 197/262 kB | 30 kB Progress (3): 305 kB | 201/262 kB | 30 kB Progress (3): 305 kB | 205/262 kB | 30 kB Progress (3): 305 kB | 209/262 kB | 30 kB Progress (3): 305 kB | 213/262 kB | 30 kB Progress (4): 305 kB | 213/262 kB | 30 kB | 4.1/50 kB Progress (4): 305 kB | 213/262 kB | 30 kB | 8.2/50 kB Progress (4): 305 kB | 213/262 kB | 30 kB | 12/50 kB Progress (4): 305 kB | 217/262 kB | 30 kB | 12/50 kB Progress (4): 305 kB | 217/262 kB | 30 kB | 16/50 kB Progress (4): 305 kB | 221/262 kB | 30 kB | 16/50 kB Progress (4): 305 kB | 225/262 kB | 30 kB | 16/50 kB Progress (4): 305 kB | 229/262 kB | 30 kB | 16/50 kB Progress (4): 305 kB | 229/262 kB | 30 kB | 20/50 kB Progress (4): 305 kB | 229/262 kB | 30 kB | 25/50 kB Progress (4): 305 kB | 229/262 kB | 30 kB | 29/50 kB Progress (4): 305 kB | 229/262 kB | 30 kB | 33/50 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 131 kB/s) Progress (3): 305 kB | 233/262 kB | 33/50 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Progress (3): 305 kB | 233/262 kB | 37/50 kB Progress (3): 305 kB | 238/262 kB | 37/50 kB Progress (3): 305 kB | 238/262 kB | 41/50 kB Progress (3): 305 kB | 242/262 kB | 41/50 kB Progress (3): 305 kB | 242/262 kB | 45/50 kB Progress (3): 305 kB | 246/262 kB | 45/50 kB Progress (3): 305 kB | 246/262 kB | 49/50 kB Progress (3): 305 kB | 246/262 kB | 50 kB Progress (3): 305 kB | 250/262 kB | 50 kB Progress (3): 305 kB | 254/262 kB | 50 kB Progress (3): 305 kB | 258/262 kB | 50 kB Progress (3): 305 kB | 262 kB | 50 kB Progress (4): 305 kB | 262 kB | 50 kB | 4.1/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 8.2/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 12/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 16/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 20/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 25/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 29/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 33/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 37/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 41/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 45/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 49/52 kB Progress (4): 305 kB | 262 kB | 50 kB | 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.1 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 211 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (2): 52 kB | 4.1/37 kB Progress (2): 52 kB | 8.2/37 kB Progress (2): 52 kB | 12/37 kB Progress (2): 52 kB | 16/37 kB Progress (2): 52 kB | 20/37 kB Progress (2): 52 kB | 25/37 kB Progress (2): 52 kB | 29/37 kB Progress (2): 52 kB | 33/37 kB Progress (2): 52 kB | 37/37 kB Progress (2): 52 kB | 37 kB Progress (3): 52 kB | 37 kB | 4.1/91 kB Progress (3): 52 kB | 37 kB | 8.2/91 kB Progress (3): 52 kB | 37 kB | 12/91 kB Progress (3): 52 kB | 37 kB | 16/91 kB Progress (3): 52 kB | 37 kB | 20/91 kB Progress (3): 52 kB | 37 kB | 25/91 kB Progress (3): 52 kB | 37 kB | 29/91 kB Progress (3): 52 kB | 37 kB | 33/91 kB Progress (3): 52 kB | 37 kB | 37/91 kB Progress (3): 52 kB | 37 kB | 41/91 kB Progress (3): 52 kB | 37 kB | 45/91 kB Progress (3): 52 kB | 37 kB | 49/91 kB Progress (3): 52 kB | 37 kB | 53/91 kB Progress (3): 52 kB | 37 kB | 57/91 kB Progress (3): 52 kB | 37 kB | 61/91 kB Progress (3): 52 kB | 37 kB | 66/91 kB Progress (3): 52 kB | 37 kB | 70/91 kB Progress (3): 52 kB | 37 kB | 74/91 kB Progress (3): 52 kB | 37 kB | 78/91 kB Progress (3): 52 kB | 37 kB | 82/91 kB Progress (3): 52 kB | 37 kB | 86/91 kB Progress (3): 52 kB | 37 kB | 90/91 kB Progress (3): 52 kB | 37 kB | 91 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 204 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 146 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (2): 91 kB | 4.1/15 kB Progress (2): 91 kB | 8.2/15 kB Progress (2): 91 kB | 12/15 kB Progress (2): 91 kB | 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 345 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (2): 15 kB | 4.1/168 kB Progress (2): 15 kB | 8.2/168 kB Progress (2): 15 kB | 12/168 kB Progress (2): 15 kB | 16/168 kB Progress (2): 15 kB | 20/168 kB Progress (2): 15 kB | 25/168 kB Progress (2): 15 kB | 29/168 kB Progress (2): 15 kB | 33/168 kB Progress (3): 15 kB | 33/168 kB | 4.1/588 kB Progress (4): 15 kB | 33/168 kB | 4.1/588 kB | 4.1/189 kB Progress (4): 15 kB | 37/168 kB | 4.1/588 kB | 4.1/189 kB Progress (4): 15 kB | 37/168 kB | 8.2/588 kB | 4.1/189 kB Progress (4): 15 kB | 41/168 kB | 8.2/588 kB | 4.1/189 kB Progress (4): 15 kB | 41/168 kB | 8.2/588 kB | 8.2/189 kB Progress (4): 15 kB | 45/168 kB | 8.2/588 kB | 8.2/189 kB Progress (4): 15 kB | 45/168 kB | 12/588 kB | 8.2/189 kB Progress (4): 15 kB | 49/168 kB | 12/588 kB | 8.2/189 kB Progress (4): 15 kB | 49/168 kB | 12/588 kB | 12/189 kB Progress (4): 15 kB | 49/168 kB | 16/588 kB | 12/189 kB Progress (4): 15 kB | 49/168 kB | 16/588 kB | 16/189 kB Progress (4): 15 kB | 53/168 kB | 16/588 kB | 16/189 kB Progress (4): 15 kB | 57/168 kB | 16/588 kB | 16/189 kB Progress (4): 15 kB | 61/168 kB | 16/588 kB | 16/189 kB Progress (4): 15 kB | 66/168 kB | 16/588 kB | 16/189 kB Progress (4): 15 kB | 66/168 kB | 20/588 kB | 16/189 kB Progress (4): 15 kB | 66/168 kB | 20/588 kB | 20/189 kB Progress (4): 15 kB | 66/168 kB | 25/588 kB | 20/189 kB Progress (4): 15 kB | 70/168 kB | 25/588 kB | 20/189 kB Progress (4): 15 kB | 70/168 kB | 25/588 kB | 25/189 kB Progress (4): 15 kB | 74/168 kB | 25/588 kB | 25/189 kB Progress (4): 15 kB | 74/168 kB | 29/588 kB | 25/189 kB Progress (4): 15 kB | 78/168 kB | 29/588 kB | 25/189 kB Progress (4): 15 kB | 78/168 kB | 29/588 kB | 29/189 kB Progress (4): 15 kB | 82/168 kB | 29/588 kB | 29/189 kB Progress (4): 15 kB | 82/168 kB | 33/588 kB | 29/189 kB Progress (4): 15 kB | 82/168 kB | 33/588 kB | 33/189 kB Progress (4): 15 kB | 86/168 kB | 33/588 kB | 33/189 kB Progress (4): 15 kB | 90/168 kB | 33/588 kB | 33/189 kB Progress (4): 15 kB | 94/168 kB | 33/588 kB | 33/189 kB Progress (4): 15 kB | 94/168 kB | 37/588 kB | 33/189 kB Progress (4): 15 kB | 94/168 kB | 37/588 kB | 37/189 kB Progress (4): 15 kB | 98/168 kB | 37/588 kB | 37/189 kB Progress (4): 15 kB | 98/168 kB | 37/588 kB | 41/189 kB Progress (4): 15 kB | 98/168 kB | 41/588 kB | 41/189 kB Progress (4): 15 kB | 98/168 kB | 41/588 kB | 45/189 kB Progress (4): 15 kB | 102/168 kB | 41/588 kB | 45/189 kB Progress (4): 15 kB | 102/168 kB | 45/588 kB | 45/189 kB Progress (4): 15 kB | 106/168 kB | 45/588 kB | 45/189 kB Progress (4): 15 kB | 106/168 kB | 45/588 kB | 49/189 kB Progress (4): 15 kB | 111/168 kB | 45/588 kB | 49/189 kB Progress (4): 15 kB | 111/168 kB | 49/588 kB | 49/189 kB Progress (4): 15 kB | 115/168 kB | 49/588 kB | 49/189 kB Progress (4): 15 kB | 115/168 kB | 49/588 kB | 53/189 kB Progress (4): 15 kB | 119/168 kB | 49/588 kB | 53/189 kB Progress (4): 15 kB | 119/168 kB | 53/588 kB | 53/189 kB Progress (4): 15 kB | 119/168 kB | 53/588 kB | 57/189 kB Progress (4): 15 kB | 119/168 kB | 57/588 kB | 57/189 kB Progress (4): 15 kB | 119/168 kB | 61/588 kB | 57/189 kB Progress (4): 15 kB | 123/168 kB | 61/588 kB | 57/189 kB Progress (4): 15 kB | 123/168 kB | 66/588 kB | 57/189 kB Progress (4): 15 kB | 123/168 kB | 66/588 kB | 61/189 kB Progress (4): 15 kB | 127/168 kB | 66/588 kB | 61/189 kB Progress (4): 15 kB | 127/168 kB | 66/588 kB | 66/189 kB Progress (4): 15 kB | 131/168 kB | 66/588 kB | 66/189 kB Progress (4): 15 kB | 131/168 kB | 70/588 kB | 66/189 kB Progress (4): 15 kB | 131/168 kB | 74/588 kB | 66/189 kB Progress (4): 15 kB | 135/168 kB | 74/588 kB | 66/189 kB Progress (4): 15 kB | 135/168 kB | 74/588 kB | 70/189 kB Progress (4): 15 kB | 135/168 kB | 78/588 kB | 70/189 kB Progress (4): 15 kB | 135/168 kB | 78/588 kB | 74/189 kB Progress (4): 15 kB | 139/168 kB | 78/588 kB | 74/189 kB Progress (4): 15 kB | 139/168 kB | 78/588 kB | 78/189 kB Progress (4): 15 kB | 139/168 kB | 82/588 kB | 78/189 kB Progress (4): 15 kB | 139/168 kB | 82/588 kB | 82/189 kB Progress (4): 15 kB | 143/168 kB | 82/588 kB | 82/189 kB Progress (4): 15 kB | 147/168 kB | 82/588 kB | 82/189 kB Progress (4): 15 kB | 147/168 kB | 86/588 kB | 82/189 kB Progress (4): 15 kB | 147/168 kB | 86/588 kB | 86/189 kB Progress (4): 15 kB | 152/168 kB | 86/588 kB | 86/189 kB Progress (4): 15 kB | 152/168 kB | 90/588 kB | 86/189 kB Progress (4): 15 kB | 156/168 kB | 90/588 kB | 86/189 kB Progress (4): 15 kB | 156/168 kB | 90/588 kB | 90/189 kB Progress (4): 15 kB | 160/168 kB | 90/588 kB | 90/189 kB Progress (4): 15 kB | 160/168 kB | 94/588 kB | 90/189 kB Progress (4): 15 kB | 164/168 kB | 94/588 kB | 90/189 kB Progress (4): 15 kB | 164/168 kB | 94/588 kB | 94/189 kB Progress (4): 15 kB | 164/168 kB | 98/588 kB | 94/189 kB Progress (4): 15 kB | 164/168 kB | 98/588 kB | 98/189 kB Progress (4): 15 kB | 168/168 kB | 98/588 kB | 98/189 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 49 kB/s) Progress (3): 168/168 kB | 102/588 kB | 98/189 kB Progress (3): 168 kB | 102/588 kB | 98/189 kB Progress (3): 168 kB | 106/588 kB | 98/189 kB Progress (3): 168 kB | 106/588 kB | 102/189 kB Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Progress (3): 168 kB | 106/588 kB | 106/189 kB Progress (3): 168 kB | 111/588 kB | 106/189 kB Progress (3): 168 kB | 111/588 kB | 111/189 kB Progress (3): 168 kB | 115/588 kB | 111/189 kB Progress (3): 168 kB | 115/588 kB | 115/189 kB Progress (3): 168 kB | 119/588 kB | 115/189 kB Progress (3): 168 kB | 119/588 kB | 119/189 kB Progress (3): 168 kB | 123/588 kB | 119/189 kB Progress (3): 168 kB | 123/588 kB | 123/189 kB Progress (4): 168 kB | 123/588 kB | 123/189 kB | 4.1/38 kB Progress (4): 168 kB | 127/588 kB | 123/189 kB | 4.1/38 kB Progress (4): 168 kB | 127/588 kB | 123/189 kB | 8.2/38 kB Progress (4): 168 kB | 127/588 kB | 127/189 kB | 8.2/38 kB Progress (4): 168 kB | 127/588 kB | 127/189 kB | 12/38 kB Progress (4): 168 kB | 131/588 kB | 127/189 kB | 12/38 kB Progress (4): 168 kB | 131/588 kB | 127/189 kB | 16/38 kB Progress (4): 168 kB | 131/588 kB | 131/189 kB | 16/38 kB Progress (4): 168 kB | 131/588 kB | 131/189 kB | 20/38 kB Progress (4): 168 kB | 135/588 kB | 131/189 kB | 20/38 kB Progress (4): 168 kB | 135/588 kB | 131/189 kB | 25/38 kB Progress (4): 168 kB | 135/588 kB | 135/189 kB | 25/38 kB Progress (4): 168 kB | 139/588 kB | 135/189 kB | 25/38 kB Progress (4): 168 kB | 139/588 kB | 139/189 kB | 25/38 kB Progress (4): 168 kB | 139/588 kB | 139/189 kB | 29/38 kB Progress (4): 168 kB | 139/588 kB | 143/189 kB | 29/38 kB Progress (4): 168 kB | 143/588 kB | 143/189 kB | 29/38 kB Progress (4): 168 kB | 143/588 kB | 147/189 kB | 29/38 kB Progress (4): 168 kB | 143/588 kB | 147/189 kB | 33/38 kB Progress (4): 168 kB | 147/588 kB | 147/189 kB | 33/38 kB Progress (4): 168 kB | 147/588 kB | 147/189 kB | 37/38 kB Progress (4): 168 kB | 147/588 kB | 147/189 kB | 38 kB Progress (4): 168 kB | 147/588 kB | 152/189 kB | 38 kB Progress (4): 168 kB | 147/588 kB | 156/189 kB | 38 kB Progress (4): 168 kB | 147/588 kB | 160/189 kB | 38 kB Progress (4): 168 kB | 152/588 kB | 160/189 kB | 38 kB Progress (4): 168 kB | 152/588 kB | 164/189 kB | 38 kB Progress (4): 168 kB | 156/588 kB | 164/189 kB | 38 kB Progress (4): 168 kB | 160/588 kB | 164/189 kB | 38 kB Progress (4): 168 kB | 164/588 kB | 164/189 kB | 38 kB Progress (4): 168 kB | 164/588 kB | 168/189 kB | 38 kB Progress (4): 168 kB | 164/588 kB | 172/189 kB | 38 kB Progress (4): 168 kB | 164/588 kB | 176/189 kB | 38 kB Progress (4): 168 kB | 168/588 kB | 176/189 kB | 38 kB Progress (4): 168 kB | 168/588 kB | 180/189 kB | 38 kB Progress (4): 168 kB | 172/588 kB | 180/189 kB | 38 kB Progress (4): 168 kB | 176/588 kB | 180/189 kB | 38 kB Progress (4): 168 kB | 180/588 kB | 180/189 kB | 38 kB Progress (4): 168 kB | 180/588 kB | 184/189 kB | 38 kB Progress (4): 168 kB | 180/588 kB | 188/189 kB | 38 kB Progress (4): 168 kB | 180/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 184/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 188/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 193/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 197/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 201/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 205/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 209/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 213/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 217/588 kB | 189 kB | 38 kB Progress (4): 168 kB | 221/588 kB | 189 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 531 kB/s) Progress (3): 225/588 kB | 189 kB | 38 kB Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Progress (3): 229/588 kB | 189 kB | 38 kB Progress (3): 233/588 kB | 189 kB | 38 kB Progress (3): 238/588 kB | 189 kB | 38 kB Progress (3): 242/588 kB | 189 kB | 38 kB Progress (3): 246/588 kB | 189 kB | 38 kB Progress (3): 250/588 kB | 189 kB | 38 kB Progress (3): 254/588 kB | 189 kB | 38 kB Progress (3): 258/588 kB | 189 kB | 38 kB Progress (3): 262/588 kB | 189 kB | 38 kB Progress (3): 266/588 kB | 189 kB | 38 kB Progress (3): 270/588 kB | 189 kB | 38 kB Progress (4): 270/588 kB | 189 kB | 38 kB | 4.1/109 kB Progress (4): 274/588 kB | 189 kB | 38 kB | 4.1/109 kB Progress (4): 274/588 kB | 189 kB | 38 kB | 8.2/109 kB Progress (4): 279/588 kB | 189 kB | 38 kB | 8.2/109 kB Progress (4): 279/588 kB | 189 kB | 38 kB | 12/109 kB Progress (4): 279/588 kB | 189 kB | 38 kB | 16/109 kB Progress (4): 283/588 kB | 189 kB | 38 kB | 16/109 kB Progress (4): 287/588 kB | 189 kB | 38 kB | 16/109 kB Progress (4): 291/588 kB | 189 kB | 38 kB | 16/109 kB Progress (4): 295/588 kB | 189 kB | 38 kB | 16/109 kB Progress (4): 295/588 kB | 189 kB | 38 kB | 20/109 kB Progress (4): 295/588 kB | 189 kB | 38 kB | 25/109 kB Progress (4): 299/588 kB | 189 kB | 38 kB | 25/109 kB Progress (4): 299/588 kB | 189 kB | 38 kB | 29/109 kB Progress (4): 303/588 kB | 189 kB | 38 kB | 29/109 kB Progress (4): 303/588 kB | 189 kB | 38 kB | 33/109 kB Progress (4): 307/588 kB | 189 kB | 38 kB | 33/109 kB Progress (4): 311/588 kB | 189 kB | 38 kB | 33/109 kB Progress (4): 311/588 kB | 189 kB | 38 kB | 37/109 kB Progress (4): 315/588 kB | 189 kB | 38 kB | 37/109 kB Progress (4): 315/588 kB | 189 kB | 38 kB | 41/109 kB Progress (4): 319/588 kB | 189 kB | 38 kB | 41/109 kB Progress (4): 319/588 kB | 189 kB | 38 kB | 45/109 kB Progress (4): 324/588 kB | 189 kB | 38 kB | 45/109 kB Progress (4): 324/588 kB | 189 kB | 38 kB | 49/109 kB Progress (4): 328/588 kB | 189 kB | 38 kB | 49/109 kB Progress (4): 332/588 kB | 189 kB | 38 kB | 49/109 kB Progress (4): 336/588 kB | 189 kB | 38 kB | 49/109 kB Progress (4): 336/588 kB | 189 kB | 38 kB | 53/109 kB Progress (4): 340/588 kB | 189 kB | 38 kB | 53/109 kB Progress (4): 340/588 kB | 189 kB | 38 kB | 57/109 kB Progress (4): 344/588 kB | 189 kB | 38 kB | 57/109 kB Progress (4): 344/588 kB | 189 kB | 38 kB | 61/109 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 118 kB/s) Progress (3): 348/588 kB | 189 kB | 61/109 kB Progress (3): 348/588 kB | 189 kB | 66/109 kB Progress (3): 352/588 kB | 189 kB | 66/109 kB Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar Progress (3): 356/588 kB | 189 kB | 66/109 kB Progress (3): 360/588 kB | 189 kB | 66/109 kB Progress (3): 360/588 kB | 189 kB | 70/109 kB Progress (3): 360/588 kB | 189 kB | 74/109 kB Progress (3): 360/588 kB | 189 kB | 78/109 kB Progress (3): 365/588 kB | 189 kB | 78/109 kB Progress (3): 365/588 kB | 189 kB | 82/109 kB Progress (3): 369/588 kB | 189 kB | 82/109 kB Progress (3): 373/588 kB | 189 kB | 82/109 kB Progress (3): 377/588 kB | 189 kB | 82/109 kB Progress (3): 377/588 kB | 189 kB | 86/109 kB Progress (3): 377/588 kB | 189 kB | 90/109 kB Progress (3): 381/588 kB | 189 kB | 90/109 kB Progress (3): 381/588 kB | 189 kB | 94/109 kB Progress (3): 385/588 kB | 189 kB | 94/109 kB Progress (3): 385/588 kB | 189 kB | 98/109 kB Progress (3): 389/588 kB | 189 kB | 98/109 kB Progress (3): 393/588 kB | 189 kB | 98/109 kB Progress (3): 393/588 kB | 189 kB | 102/109 kB Progress (3): 393/588 kB | 189 kB | 106/109 kB Progress (3): 397/588 kB | 189 kB | 106/109 kB Progress (3): 397/588 kB | 189 kB | 109 kB Progress (3): 401/588 kB | 189 kB | 109 kB Progress (3): 406/588 kB | 189 kB | 109 kB Progress (3): 410/588 kB | 189 kB | 109 kB Progress (3): 414/588 kB | 189 kB | 109 kB Progress (3): 418/588 kB | 189 kB | 109 kB Progress (3): 422/588 kB | 189 kB | 109 kB Progress (3): 426/588 kB | 189 kB | 109 kB Progress (3): 430/588 kB | 189 kB | 109 kB Progress (3): 434/588 kB | 189 kB | 109 kB Progress (3): 438/588 kB | 189 kB | 109 kB Progress (3): 442/588 kB | 189 kB | 109 kB Progress (3): 446/588 kB | 189 kB | 109 kB Progress (3): 451/588 kB | 189 kB | 109 kB Progress (3): 455/588 kB | 189 kB | 109 kB Progress (3): 459/588 kB | 189 kB | 109 kB Progress (3): 463/588 kB | 189 kB | 109 kB Progress (3): 467/588 kB | 189 kB | 109 kB Progress (3): 471/588 kB | 189 kB | 109 kB Progress (3): 475/588 kB | 189 kB | 109 kB Progress (3): 479/588 kB | 189 kB | 109 kB Progress (3): 483/588 kB | 189 kB | 109 kB Progress (3): 487/588 kB | 189 kB | 109 kB Progress (3): 491/588 kB | 189 kB | 109 kB Progress (4): 491/588 kB | 189 kB | 109 kB | 4.1/270 kB Progress (4): 491/588 kB | 189 kB | 109 kB | 8.2/270 kB Progress (4): 491/588 kB | 189 kB | 109 kB | 12/270 kB Progress (4): 491/588 kB | 189 kB | 109 kB | 16/270 kB Progress (4): 491/588 kB | 189 kB | 109 kB | 20/270 kB Progress (4): 491/588 kB | 189 kB | 109 kB | 25/270 kB Progress (4): 495/588 kB | 189 kB | 109 kB | 25/270 kB Progress (4): 495/588 kB | 189 kB | 109 kB | 29/270 kB Progress (4): 499/588 kB | 189 kB | 109 kB | 29/270 kB Progress (4): 499/588 kB | 189 kB | 109 kB | 33/270 kB Progress (4): 503/588 kB | 189 kB | 109 kB | 33/270 kB Progress (4): 507/588 kB | 189 kB | 109 kB | 33/270 kB Progress (4): 507/588 kB | 189 kB | 109 kB | 37/270 kB Progress (4): 507/588 kB | 189 kB | 109 kB | 41/270 kB Progress (4): 507/588 kB | 189 kB | 109 kB | 45/270 kB Progress (4): 507/588 kB | 189 kB | 109 kB | 49/270 kB Progress (4): 511/588 kB | 189 kB | 109 kB | 49/270 kB Progress (4): 511/588 kB | 189 kB | 109 kB | 53/270 kB Progress (4): 515/588 kB | 189 kB | 109 kB | 53/270 kB Progress (4): 515/588 kB | 189 kB | 109 kB | 57/270 kB Progress (4): 520/588 kB | 189 kB | 109 kB | 57/270 kB Progress (4): 520/588 kB | 189 kB | 109 kB | 61/270 kB Progress (4): 524/588 kB | 189 kB | 109 kB | 61/270 kB Progress (4): 524/588 kB | 189 kB | 109 kB | 66/270 kB Progress (4): 528/588 kB | 189 kB | 109 kB | 66/270 kB Progress (4): 528/588 kB | 189 kB | 109 kB | 70/270 kB Progress (4): 532/588 kB | 189 kB | 109 kB | 70/270 kB Progress (4): 532/588 kB | 189 kB | 109 kB | 74/270 kB Progress (4): 536/588 kB | 189 kB | 109 kB | 74/270 kB Progress (4): 536/588 kB | 189 kB | 109 kB | 78/270 kB Progress (4): 540/588 kB | 189 kB | 109 kB | 78/270 kB Progress (4): 540/588 kB | 189 kB | 109 kB | 82/270 kB Progress (4): 544/588 kB | 189 kB | 109 kB | 82/270 kB Progress (4): 544/588 kB | 189 kB | 109 kB | 86/270 kB Progress (4): 548/588 kB | 189 kB | 109 kB | 86/270 kB Progress (4): 548/588 kB | 189 kB | 109 kB | 90/270 kB Progress (4): 552/588 kB | 189 kB | 109 kB | 90/270 kB Progress (4): 552/588 kB | 189 kB | 109 kB | 94/270 kB Progress (4): 556/588 kB | 189 kB | 109 kB | 94/270 kB Progress (4): 556/588 kB | 189 kB | 109 kB | 98/270 kB Progress (4): 561/588 kB | 189 kB | 109 kB | 98/270 kB Progress (4): 561/588 kB | 189 kB | 109 kB | 102/270 kB Progress (4): 565/588 kB | 189 kB | 109 kB | 102/270 kB Progress (4): 565/588 kB | 189 kB | 109 kB | 106/270 kB Progress (4): 569/588 kB | 189 kB | 109 kB | 106/270 kB Progress (4): 569/588 kB | 189 kB | 109 kB | 111/270 kB Progress (4): 573/588 kB | 189 kB | 109 kB | 111/270 kB Progress (4): 573/588 kB | 189 kB | 109 kB | 115/270 kB Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 325 kB/s) Progress (4): 573/588 kB | 189 kB | 115/270 kB | 4.1/175 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 475 kB/s) Progress (3): 573/588 kB | 119/270 kB | 4.1/175 kB Progress (3): 577/588 kB | 119/270 kB | 4.1/175 kB Progress (3): 577/588 kB | 123/270 kB | 4.1/175 kB Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar Progress (3): 577/588 kB | 123/270 kB | 8.2/175 kB Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar Progress (3): 577/588 kB | 123/270 kB | 12/175 kB Progress (3): 577/588 kB | 127/270 kB | 12/175 kB Progress (3): 581/588 kB | 127/270 kB | 12/175 kB Progress (3): 581/588 kB | 131/270 kB | 12/175 kB Progress (3): 581/588 kB | 131/270 kB | 16/175 kB Progress (3): 581/588 kB | 135/270 kB | 16/175 kB Progress (3): 585/588 kB | 135/270 kB | 16/175 kB Progress (3): 585/588 kB | 139/270 kB | 16/175 kB Progress (3): 585/588 kB | 139/270 kB | 20/175 kB Progress (3): 585/588 kB | 143/270 kB | 20/175 kB Progress (3): 588 kB | 143/270 kB | 20/175 kB Progress (3): 588 kB | 147/270 kB | 20/175 kB Progress (3): 588 kB | 147/270 kB | 25/175 kB Progress (3): 588 kB | 147/270 kB | 29/175 kB Progress (3): 588 kB | 152/270 kB | 29/175 kB Progress (3): 588 kB | 152/270 kB | 33/175 kB Progress (3): 588 kB | 156/270 kB | 33/175 kB Progress (3): 588 kB | 160/270 kB | 33/175 kB Progress (3): 588 kB | 164/270 kB | 33/175 kB Progress (3): 588 kB | 164/270 kB | 37/175 kB Progress (3): 588 kB | 164/270 kB | 41/175 kB Progress (3): 588 kB | 164/270 kB | 45/175 kB Progress (3): 588 kB | 168/270 kB | 45/175 kB Progress (3): 588 kB | 168/270 kB | 49/175 kB Progress (3): 588 kB | 172/270 kB | 49/175 kB Progress (3): 588 kB | 176/270 kB | 49/175 kB Progress (3): 588 kB | 180/270 kB | 49/175 kB Progress (3): 588 kB | 180/270 kB | 53/175 kB Progress (3): 588 kB | 180/270 kB | 57/175 kB Progress (3): 588 kB | 180/270 kB | 61/175 kB Progress (3): 588 kB | 184/270 kB | 61/175 kB Progress (3): 588 kB | 184/270 kB | 66/175 kB Progress (3): 588 kB | 188/270 kB | 66/175 kB Progress (3): 588 kB | 193/270 kB | 66/175 kB Progress (3): 588 kB | 197/270 kB | 66/175 kB Progress (3): 588 kB | 197/270 kB | 70/175 kB Progress (3): 588 kB | 197/270 kB | 74/175 kB Progress (3): 588 kB | 197/270 kB | 78/175 kB Progress (3): 588 kB | 201/270 kB | 78/175 kB Progress (3): 588 kB | 201/270 kB | 82/175 kB Progress (3): 588 kB | 205/270 kB | 82/175 kB Progress (3): 588 kB | 209/270 kB | 82/175 kB Progress (3): 588 kB | 213/270 kB | 82/175 kB Progress (3): 588 kB | 213/270 kB | 86/175 kB Progress (3): 588 kB | 213/270 kB | 90/175 kB Progress (3): 588 kB | 213/270 kB | 94/175 kB Progress (3): 588 kB | 217/270 kB | 94/175 kB Progress (3): 588 kB | 217/270 kB | 98/175 kB Progress (3): 588 kB | 221/270 kB | 98/175 kB Progress (3): 588 kB | 225/270 kB | 98/175 kB Progress (3): 588 kB | 229/270 kB | 98/175 kB Progress (3): 588 kB | 229/270 kB | 102/175 kB Progress (3): 588 kB | 229/270 kB | 106/175 kB Progress (3): 588 kB | 229/270 kB | 111/175 kB Progress (3): 588 kB | 233/270 kB | 111/175 kB Progress (3): 588 kB | 233/270 kB | 115/175 kB Progress (3): 588 kB | 238/270 kB | 115/175 kB Progress (3): 588 kB | 242/270 kB | 115/175 kB Progress (3): 588 kB | 246/270 kB | 115/175 kB Progress (3): 588 kB | 246/270 kB | 119/175 kB Progress (3): 588 kB | 246/270 kB | 123/175 kB Progress (3): 588 kB | 246/270 kB | 127/175 kB Progress (3): 588 kB | 250/270 kB | 127/175 kB Progress (3): 588 kB | 250/270 kB | 131/175 kB Progress (3): 588 kB | 254/270 kB | 131/175 kB Progress (3): 588 kB | 258/270 kB | 131/175 kB Progress (3): 588 kB | 262/270 kB | 131/175 kB Progress (3): 588 kB | 262/270 kB | 135/175 kB Progress (3): 588 kB | 266/270 kB | 135/175 kB Progress (3): 588 kB | 266/270 kB | 139/175 kB Progress (3): 588 kB | 270 kB | 139/175 kB Progress (3): 588 kB | 270 kB | 143/175 kB Progress (3): 588 kB | 270 kB | 147/175 kB Progress (3): 588 kB | 270 kB | 152/175 kB Progress (3): 588 kB | 270 kB | 156/175 kB Progress (3): 588 kB | 270 kB | 160/175 kB Progress (3): 588 kB | 270 kB | 164/175 kB Progress (4): 588 kB | 270 kB | 164/175 kB | 4.1/113 kB Progress (4): 588 kB | 270 kB | 164/175 kB | 8.2/113 kB Progress (4): 588 kB | 270 kB | 168/175 kB | 8.2/113 kB Progress (4): 588 kB | 270 kB | 172/175 kB | 8.2/113 kB Progress (4): 588 kB | 270 kB | 175 kB | 8.2/113 kB Progress (5): 588 kB | 270 kB | 175 kB | 8.2/113 kB | 4.1/79 kB Progress (5): 588 kB | 270 kB | 175 kB | 8.2/113 kB | 8.2/79 kB Progress (5): 588 kB | 270 kB | 175 kB | 8.2/113 kB | 12/79 kB Progress (5): 588 kB | 270 kB | 175 kB | 8.2/113 kB | 16/79 kB Progress (5): 588 kB | 270 kB | 175 kB | 12/113 kB | 16/79 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.4 MB/s) Progress (4): 270 kB | 175 kB | 12/113 kB | 20/79 kB Progress (4): 270 kB | 175 kB | 12/113 kB | 25/79 kB Progress (4): 270 kB | 175 kB | 12/113 kB | 29/79 kB Progress (4): 270 kB | 175 kB | 12/113 kB | 33/79 kB Progress (4): 270 kB | 175 kB | 12/113 kB | 37/79 kB Progress (4): 270 kB | 175 kB | 12/113 kB | 41/79 kB Progress (4): 270 kB | 175 kB | 12/113 kB | 45/79 kB Progress (4): 270 kB | 175 kB | 12/113 kB | 49/79 kB Progress (4): 270 kB | 175 kB | 16/113 kB | 49/79 kB Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar Progress (4): 270 kB | 175 kB | 16/113 kB | 53/79 kB Progress (4): 270 kB | 175 kB | 16/113 kB | 57/79 kB Progress (4): 270 kB | 175 kB | 20/113 kB | 57/79 kB Progress (4): 270 kB | 175 kB | 20/113 kB | 61/79 kB Progress (4): 270 kB | 175 kB | 25/113 kB | 61/79 kB Progress (4): 270 kB | 175 kB | 25/113 kB | 66/79 kB Progress (4): 270 kB | 175 kB | 29/113 kB | 66/79 kB Progress (4): 270 kB | 175 kB | 33/113 kB | 66/79 kB Progress (4): 270 kB | 175 kB | 33/113 kB | 70/79 kB Progress (4): 270 kB | 175 kB | 33/113 kB | 74/79 kB Progress (4): 270 kB | 175 kB | 33/113 kB | 78/79 kB Progress (4): 270 kB | 175 kB | 33/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 37/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 41/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 45/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 49/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 53/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 57/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 61/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 66/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 70/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 74/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 78/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 82/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 86/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 90/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 94/113 kB | 79 kB Progress (4): 270 kB | 175 kB | 98/113 kB | 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar (270 kB at 646 kB/s) Progress (3): 175 kB | 102/113 kB | 79 kB Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Progress (3): 175 kB | 106/113 kB | 79 kB Progress (3): 175 kB | 111/113 kB | 79 kB Progress (3): 175 kB | 113 kB | 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar (175 kB at 419 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Progress (3): 113 kB | 79 kB | 4.1/33 kB Progress (3): 113 kB | 79 kB | 8.2/33 kB Progress (3): 113 kB | 79 kB | 12/33 kB Progress (3): 113 kB | 79 kB | 16/33 kB Progress (3): 113 kB | 79 kB | 20/33 kB Progress (3): 113 kB | 79 kB | 25/33 kB Progress (3): 113 kB | 79 kB | 29/33 kB Progress (3): 113 kB | 79 kB | 33 kB Progress (4): 113 kB | 79 kB | 33 kB | 4.1/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 8.2/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 12/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 16/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 20/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 25/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 29/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 33/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 37/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 41/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 45/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 49/50 kB Progress (4): 113 kB | 79 kB | 33 kB | 50 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 4.1/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 8.2/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 12/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 16/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 20/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 25/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 29/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 33/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 37/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 41/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 45/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 49/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 53/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 57/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 61/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 66/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 70/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 74/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 78/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 82/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 86/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 90/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 94/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 98/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 102/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 106/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 111/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 115/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 119/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 123/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 127/128 kB Progress (5): 113 kB | 79 kB | 33 kB | 50 kB | 128 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar (50 kB at 115 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar (79 kB at 180 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 252 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar (128 kB at 257 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar (33 kB at 66 kB/s) [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 135 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 86 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 63 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 43 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 268 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 55 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 28 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 193 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 867 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 98 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 107 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 80 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 368 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 103 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 185 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 92 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 206 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 247 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 256 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.9 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 730 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 208 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 201 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 41 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 652 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 85 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 87 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 977 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 101 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 266 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 232 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 3.9/37 kB Progress (1): 8.0/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): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.9 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 762 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 508 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 8.2/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 25/48 kB Progress (1): 29/48 kB Progress (1): 33/48 kB Progress (1): 37/48 kB Progress (1): 41/48 kB Progress (1): 45/48 kB Progress (1): 48 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.5 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (1): 4.1/38 kB Progress (1): 8.2/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (2): 16/38 kB | 4.1/30 kB Progress (2): 16/38 kB | 8.2/30 kB Progress (2): 20/38 kB | 8.2/30 kB Progress (2): 20/38 kB | 12/30 kB Progress (2): 25/38 kB | 12/30 kB Progress (2): 25/38 kB | 16/30 kB Progress (2): 29/38 kB | 16/30 kB Progress (2): 33/38 kB | 16/30 kB Progress (2): 37/38 kB | 16/30 kB Progress (2): 38 kB | 16/30 kB Progress (2): 38 kB | 20/30 kB Progress (2): 38 kB | 25/30 kB Progress (2): 38 kB | 29/30 kB Progress (2): 38 kB | 30 kB Progress (3): 38 kB | 30 kB | 4.1/47 kB Progress (3): 38 kB | 30 kB | 8.2/47 kB Progress (3): 38 kB | 30 kB | 12/47 kB Progress (3): 38 kB | 30 kB | 16/47 kB Progress (3): 38 kB | 30 kB | 20/47 kB Progress (3): 38 kB | 30 kB | 25/47 kB Progress (3): 38 kB | 30 kB | 29/47 kB Progress (3): 38 kB | 30 kB | 33/47 kB Progress (3): 38 kB | 30 kB | 37/47 kB Progress (3): 38 kB | 30 kB | 41/47 kB Progress (3): 38 kB | 30 kB | 45/47 kB Progress (3): 38 kB | 30 kB | 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 556 kB/s) Progress (3): 30 kB | 47 kB | 4.1/148 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 1.3 MB/s) Progress (2): 47 kB | 8.2/148 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (2): 47 kB | 12/148 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (2): 47 kB | 16/148 kB Progress (3): 47 kB | 16/148 kB | 4.1/527 kB Progress (3): 47 kB | 20/148 kB | 4.1/527 kB Progress (3): 47 kB | 25/148 kB | 4.1/527 kB Progress (3): 47 kB | 29/148 kB | 4.1/527 kB Progress (3): 47 kB | 33/148 kB | 4.1/527 kB Progress (3): 47 kB | 33/148 kB | 8.2/527 kB Progress (3): 47 kB | 33/148 kB | 12/527 kB Progress (3): 47 kB | 33/148 kB | 16/527 kB Progress (3): 47 kB | 37/148 kB | 16/527 kB Progress (3): 47 kB | 41/148 kB | 16/527 kB Progress (3): 47 kB | 45/148 kB | 16/527 kB Progress (3): 47 kB | 49/148 kB | 16/527 kB Progress (3): 47 kB | 49/148 kB | 20/527 kB Progress (3): 47 kB | 49/148 kB | 25/527 kB Progress (3): 47 kB | 49/148 kB | 29/527 kB Progress (3): 47 kB | 49/148 kB | 33/527 kB Progress (3): 47 kB | 53/148 kB | 33/527 kB Progress (3): 47 kB | 57/148 kB | 33/527 kB Progress (3): 47 kB | 61/148 kB | 33/527 kB Progress (3): 47 kB | 66/148 kB | 33/527 kB Progress (3): 47 kB | 66/148 kB | 37/527 kB Progress (3): 47 kB | 66/148 kB | 41/527 kB Progress (3): 47 kB | 66/148 kB | 45/527 kB Progress (3): 47 kB | 66/148 kB | 49/527 kB Progress (3): 47 kB | 70/148 kB | 49/527 kB Progress (3): 47 kB | 74/148 kB | 49/527 kB Progress (3): 47 kB | 78/148 kB | 49/527 kB Progress (3): 47 kB | 78/148 kB | 53/527 kB Progress (3): 47 kB | 82/148 kB | 53/527 kB Progress (3): 47 kB | 82/148 kB | 57/527 kB Progress (3): 47 kB | 82/148 kB | 61/527 kB Progress (3): 47 kB | 82/148 kB | 66/527 kB Progress (3): 47 kB | 86/148 kB | 66/527 kB Progress (3): 47 kB | 90/148 kB | 66/527 kB Progress (3): 47 kB | 94/148 kB | 66/527 kB Progress (3): 47 kB | 94/148 kB | 70/527 kB Progress (3): 47 kB | 98/148 kB | 70/527 kB Progress (3): 47 kB | 98/148 kB | 74/527 kB Progress (3): 47 kB | 98/148 kB | 78/527 kB Progress (3): 47 kB | 98/148 kB | 82/527 kB Progress (3): 47 kB | 102/148 kB | 82/527 kB Progress (3): 47 kB | 106/148 kB | 82/527 kB Progress (3): 47 kB | 111/148 kB | 82/527 kB Progress (3): 47 kB | 111/148 kB | 86/527 kB Progress (3): 47 kB | 115/148 kB | 86/527 kB Progress (3): 47 kB | 115/148 kB | 90/527 kB Progress (3): 47 kB | 115/148 kB | 94/527 kB Progress (3): 47 kB | 115/148 kB | 98/527 kB Progress (3): 47 kB | 119/148 kB | 98/527 kB Progress (3): 47 kB | 123/148 kB | 98/527 kB Progress (3): 47 kB | 127/148 kB | 98/527 kB Progress (3): 47 kB | 131/148 kB | 98/527 kB Progress (3): 47 kB | 135/148 kB | 98/527 kB Progress (3): 47 kB | 139/148 kB | 98/527 kB Progress (3): 47 kB | 143/148 kB | 98/527 kB Progress (3): 47 kB | 147/148 kB | 98/527 kB Progress (3): 47 kB | 148 kB | 98/527 kB Progress (3): 47 kB | 148 kB | 102/527 kB Progress (3): 47 kB | 148 kB | 106/527 kB Progress (3): 47 kB | 148 kB | 111/527 kB Progress (3): 47 kB | 148 kB | 115/527 kB Progress (3): 47 kB | 148 kB | 119/527 kB Progress (3): 47 kB | 148 kB | 123/527 kB Progress (3): 47 kB | 148 kB | 127/527 kB Progress (3): 47 kB | 148 kB | 131/527 kB Progress (3): 47 kB | 148 kB | 135/527 kB Progress (3): 47 kB | 148 kB | 139/527 kB Progress (3): 47 kB | 148 kB | 143/527 kB Progress (3): 47 kB | 148 kB | 147/527 kB Progress (3): 47 kB | 148 kB | 152/527 kB Progress (3): 47 kB | 148 kB | 156/527 kB Progress (3): 47 kB | 148 kB | 160/527 kB Progress (3): 47 kB | 148 kB | 164/527 kB Progress (3): 47 kB | 148 kB | 168/527 kB Progress (3): 47 kB | 148 kB | 172/527 kB Progress (3): 47 kB | 148 kB | 176/527 kB Progress (3): 47 kB | 148 kB | 180/527 kB Progress (4): 47 kB | 148 kB | 180/527 kB | 4.1/106 kB Progress (4): 47 kB | 148 kB | 180/527 kB | 8.2/106 kB Progress (4): 47 kB | 148 kB | 180/527 kB | 12/106 kB Progress (4): 47 kB | 148 kB | 180/527 kB | 16/106 kB Progress (4): 47 kB | 148 kB | 184/527 kB | 16/106 kB Progress (4): 47 kB | 148 kB | 188/527 kB | 16/106 kB Progress (4): 47 kB | 148 kB | 193/527 kB | 16/106 kB Progress (4): 47 kB | 148 kB | 193/527 kB | 20/106 kB Progress (4): 47 kB | 148 kB | 197/527 kB | 20/106 kB Progress (4): 47 kB | 148 kB | 197/527 kB | 25/106 kB Progress (5): 47 kB | 148 kB | 197/527 kB | 25/106 kB | 4.1/51 kB Progress (5): 47 kB | 148 kB | 197/527 kB | 29/106 kB | 4.1/51 kB Progress (5): 47 kB | 148 kB | 197/527 kB | 33/106 kB | 4.1/51 kB Progress (5): 47 kB | 148 kB | 201/527 kB | 33/106 kB | 4.1/51 kB Progress (5): 47 kB | 148 kB | 201/527 kB | 33/106 kB | 8.2/51 kB Progress (5): 47 kB | 148 kB | 205/527 kB | 33/106 kB | 8.2/51 kB Progress (5): 47 kB | 148 kB | 205/527 kB | 37/106 kB | 8.2/51 kB Progress (5): 47 kB | 148 kB | 205/527 kB | 37/106 kB | 12/51 kB Progress (5): 47 kB | 148 kB | 205/527 kB | 41/106 kB | 12/51 kB Progress (5): 47 kB | 148 kB | 205/527 kB | 45/106 kB | 12/51 kB Progress (5): 47 kB | 148 kB | 205/527 kB | 49/106 kB | 12/51 kB Progress (5): 47 kB | 148 kB | 209/527 kB | 49/106 kB | 12/51 kB Progress (5): 47 kB | 148 kB | 209/527 kB | 49/106 kB | 16/51 kB Progress (5): 47 kB | 148 kB | 213/527 kB | 49/106 kB | 16/51 kB Progress (5): 47 kB | 148 kB | 213/527 kB | 53/106 kB | 16/51 kB Progress (5): 47 kB | 148 kB | 213/527 kB | 57/106 kB | 16/51 kB Progress (5): 47 kB | 148 kB | 213/527 kB | 57/106 kB | 20/51 kB Progress (5): 47 kB | 148 kB | 213/527 kB | 61/106 kB | 20/51 kB Progress (5): 47 kB | 148 kB | 213/527 kB | 61/106 kB | 25/51 kB Progress (5): 47 kB | 148 kB | 217/527 kB | 61/106 kB | 25/51 kB Progress (5): 47 kB | 148 kB | 217/527 kB | 61/106 kB | 29/51 kB Progress (5): 47 kB | 148 kB | 217/527 kB | 66/106 kB | 29/51 kB Progress (5): 47 kB | 148 kB | 217/527 kB | 66/106 kB | 33/51 kB Progress (5): 47 kB | 148 kB | 221/527 kB | 66/106 kB | 33/51 kB Progress (5): 47 kB | 148 kB | 225/527 kB | 66/106 kB | 33/51 kB Progress (5): 47 kB | 148 kB | 225/527 kB | 66/106 kB | 37/51 kB Progress (5): 47 kB | 148 kB | 225/527 kB | 70/106 kB | 37/51 kB Progress (5): 47 kB | 148 kB | 229/527 kB | 70/106 kB | 37/51 kB Progress (5): 47 kB | 148 kB | 229/527 kB | 74/106 kB | 37/51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 556 kB/s) Progress (4): 148 kB | 229/527 kB | 74/106 kB | 41/51 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (4): 148 kB | 233/527 kB | 74/106 kB | 41/51 kB Progress (4): 148 kB | 233/527 kB | 78/106 kB | 41/51 kB Progress (4): 148 kB | 238/527 kB | 78/106 kB | 41/51 kB Progress (4): 148 kB | 238/527 kB | 78/106 kB | 45/51 kB Progress (4): 148 kB | 242/527 kB | 78/106 kB | 45/51 kB Progress (4): 148 kB | 242/527 kB | 82/106 kB | 45/51 kB Progress (4): 148 kB | 246/527 kB | 82/106 kB | 45/51 kB Progress (4): 148 kB | 246/527 kB | 82/106 kB | 49/51 kB Progress (4): 148 kB | 246/527 kB | 82/106 kB | 51 kB Progress (4): 148 kB | 246/527 kB | 86/106 kB | 51 kB Progress (4): 148 kB | 246/527 kB | 90/106 kB | 51 kB Progress (4): 148 kB | 250/527 kB | 90/106 kB | 51 kB Progress (4): 148 kB | 250/527 kB | 94/106 kB | 51 kB Progress (4): 148 kB | 254/527 kB | 94/106 kB | 51 kB Progress (4): 148 kB | 254/527 kB | 98/106 kB | 51 kB Progress (4): 148 kB | 258/527 kB | 98/106 kB | 51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 3.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (3): 258/527 kB | 102/106 kB | 51 kB Progress (3): 262/527 kB | 102/106 kB | 51 kB Progress (3): 262/527 kB | 106 kB | 51 kB Progress (3): 266/527 kB | 106 kB | 51 kB Progress (3): 270/527 kB | 106 kB | 51 kB Progress (3): 274/527 kB | 106 kB | 51 kB Progress (3): 279/527 kB | 106 kB | 51 kB Progress (3): 283/527 kB | 106 kB | 51 kB Progress (3): 287/527 kB | 106 kB | 51 kB Progress (3): 291/527 kB | 106 kB | 51 kB Progress (3): 295/527 kB | 106 kB | 51 kB Progress (3): 299/527 kB | 106 kB | 51 kB Progress (3): 303/527 kB | 106 kB | 51 kB Progress (3): 307/527 kB | 106 kB | 51 kB Progress (3): 311/527 kB | 106 kB | 51 kB Progress (3): 315/527 kB | 106 kB | 51 kB Progress (3): 319/527 kB | 106 kB | 51 kB Progress (3): 324/527 kB | 106 kB | 51 kB Progress (3): 328/527 kB | 106 kB | 51 kB Progress (3): 332/527 kB | 106 kB | 51 kB Progress (3): 336/527 kB | 106 kB | 51 kB Progress (3): 340/527 kB | 106 kB | 51 kB Progress (3): 344/527 kB | 106 kB | 51 kB Progress (3): 348/527 kB | 106 kB | 51 kB Progress (3): 352/527 kB | 106 kB | 51 kB Progress (3): 356/527 kB | 106 kB | 51 kB Progress (3): 360/527 kB | 106 kB | 51 kB Progress (3): 365/527 kB | 106 kB | 51 kB Progress (3): 369/527 kB | 106 kB | 51 kB Progress (3): 373/527 kB | 106 kB | 51 kB Progress (3): 377/527 kB | 106 kB | 51 kB Progress (4): 377/527 kB | 106 kB | 51 kB | 4.1/14 kB Progress (4): 377/527 kB | 106 kB | 51 kB | 8.2/14 kB Progress (4): 377/527 kB | 106 kB | 51 kB | 12/14 kB Progress (4): 377/527 kB | 106 kB | 51 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 2.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 512 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 137 kB/s) Progress (2): 377/527 kB | 4.1/74 kB Progress (2): 381/527 kB | 4.1/74 kB Progress (2): 385/527 kB | 4.1/74 kB Progress (2): 385/527 kB | 8.2/74 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (2): 385/527 kB | 12/74 kB Progress (2): 389/527 kB | 12/74 kB Progress (2): 389/527 kB | 16/74 kB Progress (2): 393/527 kB | 16/74 kB Progress (2): 393/527 kB | 20/74 kB Progress (2): 397/527 kB | 20/74 kB Progress (2): 397/527 kB | 25/74 kB Progress (2): 401/527 kB | 25/74 kB Progress (2): 401/527 kB | 29/74 kB Progress (2): 406/527 kB | 29/74 kB Progress (2): 406/527 kB | 33/74 kB Progress (2): 410/527 kB | 33/74 kB Progress (2): 410/527 kB | 37/74 kB Progress (2): 414/527 kB | 37/74 kB Progress (2): 414/527 kB | 41/74 kB Progress (2): 418/527 kB | 41/74 kB Progress (2): 418/527 kB | 45/74 kB Progress (2): 422/527 kB | 45/74 kB Progress (2): 422/527 kB | 49/74 kB Progress (2): 426/527 kB | 49/74 kB Progress (2): 426/527 kB | 53/74 kB Progress (2): 430/527 kB | 53/74 kB Progress (2): 430/527 kB | 57/74 kB Progress (2): 434/527 kB | 57/74 kB Progress (2): 434/527 kB | 61/74 kB Progress (2): 438/527 kB | 61/74 kB Progress (2): 438/527 kB | 66/74 kB Progress (2): 442/527 kB | 66/74 kB Progress (2): 442/527 kB | 70/74 kB Progress (2): 442/527 kB | 74/74 kB Progress (2): 442/527 kB | 74 kB Progress (2): 446/527 kB | 74 kB Progress (2): 451/527 kB | 74 kB Progress (2): 455/527 kB | 74 kB Progress (2): 459/527 kB | 74 kB Progress (2): 463/527 kB | 74 kB Progress (2): 467/527 kB | 74 kB Progress (2): 471/527 kB | 74 kB Progress (2): 475/527 kB | 74 kB Progress (2): 479/527 kB | 74 kB Progress (2): 483/527 kB | 74 kB Progress (2): 487/527 kB | 74 kB Progress (2): 492/527 kB | 74 kB Progress (2): 496/527 kB | 74 kB Progress (2): 500/527 kB | 74 kB Progress (2): 504/527 kB | 74 kB Progress (2): 508/527 kB | 74 kB Progress (2): 512/527 kB | 74 kB Progress (2): 516/527 kB | 74 kB Progress (2): 520/527 kB | 74 kB Progress (2): 524/527 kB | 74 kB Progress (2): 527 kB | 74 kB Progress (3): 527 kB | 74 kB | 4.1/108 kB Progress (3): 527 kB | 74 kB | 8.2/108 kB Progress (3): 527 kB | 74 kB | 12/108 kB Progress (3): 527 kB | 74 kB | 16/108 kB Progress (3): 527 kB | 74 kB | 20/108 kB Progress (3): 527 kB | 74 kB | 25/108 kB Progress (3): 527 kB | 74 kB | 29/108 kB Progress (3): 527 kB | 74 kB | 33/108 kB Progress (4): 527 kB | 74 kB | 33/108 kB | 4.1/247 kB Progress (4): 527 kB | 74 kB | 33/108 kB | 8.2/247 kB Progress (4): 527 kB | 74 kB | 33/108 kB | 12/247 kB Progress (4): 527 kB | 74 kB | 33/108 kB | 16/247 kB Progress (4): 527 kB | 74 kB | 37/108 kB | 16/247 kB Progress (4): 527 kB | 74 kB | 41/108 kB | 16/247 kB Progress (4): 527 kB | 74 kB | 45/108 kB | 16/247 kB Progress (4): 527 kB | 74 kB | 45/108 kB | 20/247 kB Progress (4): 527 kB | 74 kB | 49/108 kB | 20/247 kB Progress (4): 527 kB | 74 kB | 49/108 kB | 25/247 kB Progress (4): 527 kB | 74 kB | 49/108 kB | 29/247 kB Progress (4): 527 kB | 74 kB | 49/108 kB | 33/247 kB Progress (4): 527 kB | 74 kB | 49/108 kB | 37/247 kB Progress (4): 527 kB | 74 kB | 49/108 kB | 41/247 kB Progress (4): 527 kB | 74 kB | 49/108 kB | 45/247 kB Progress (4): 527 kB | 74 kB | 49/108 kB | 49/247 kB Progress (4): 527 kB | 74 kB | 53/108 kB | 49/247 kB Progress (4): 527 kB | 74 kB | 57/108 kB | 49/247 kB Progress (4): 527 kB | 74 kB | 61/108 kB | 49/247 kB Progress (4): 527 kB | 74 kB | 61/108 kB | 53/247 kB Progress (4): 527 kB | 74 kB | 66/108 kB | 53/247 kB Progress (4): 527 kB | 74 kB | 66/108 kB | 57/247 kB Progress (4): 527 kB | 74 kB | 66/108 kB | 61/247 kB Progress (4): 527 kB | 74 kB | 66/108 kB | 66/247 kB Progress (4): 527 kB | 74 kB | 70/108 kB | 66/247 kB Progress (4): 527 kB | 74 kB | 74/108 kB | 66/247 kB Progress (4): 527 kB | 74 kB | 78/108 kB | 66/247 kB Progress (4): 527 kB | 74 kB | 78/108 kB | 70/247 kB Progress (4): 527 kB | 74 kB | 82/108 kB | 70/247 kB Progress (4): 527 kB | 74 kB | 82/108 kB | 74/247 kB Progress (4): 527 kB | 74 kB | 82/108 kB | 78/247 kB Progress (4): 527 kB | 74 kB | 82/108 kB | 82/247 kB Progress (4): 527 kB | 74 kB | 86/108 kB | 82/247 kB Progress (4): 527 kB | 74 kB | 90/108 kB | 82/247 kB Progress (4): 527 kB | 74 kB | 94/108 kB | 82/247 kB Progress (4): 527 kB | 74 kB | 94/108 kB | 86/247 kB Progress (4): 527 kB | 74 kB | 98/108 kB | 86/247 kB Progress (4): 527 kB | 74 kB | 98/108 kB | 90/247 kB Progress (4): 527 kB | 74 kB | 98/108 kB | 94/247 kB Progress (4): 527 kB | 74 kB | 102/108 kB | 94/247 kB Progress (4): 527 kB | 74 kB | 102/108 kB | 98/247 kB Progress (4): 527 kB | 74 kB | 106/108 kB | 98/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 98/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 102/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 106/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 111/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 115/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 119/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 123/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 127/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 131/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 135/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 139/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 143/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 147/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 152/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 156/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 160/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 164/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 168/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 172/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 176/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 180/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 184/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 188/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 193/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 197/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 201/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 205/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 209/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 213/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 217/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 221/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 225/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 229/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 233/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 238/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 242/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 246/247 kB Progress (4): 527 kB | 74 kB | 108 kB | 247 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 618 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 3.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar Progress (3): 108 kB | 247 kB | 4.1/61 kB Progress (3): 108 kB | 247 kB | 8.2/61 kB Progress (3): 108 kB | 247 kB | 12/61 kB Progress (3): 108 kB | 247 kB | 16/61 kB Progress (3): 108 kB | 247 kB | 20/61 kB Progress (3): 108 kB | 247 kB | 25/61 kB Progress (3): 108 kB | 247 kB | 29/61 kB Progress (3): 108 kB | 247 kB | 33/61 kB Progress (3): 108 kB | 247 kB | 37/61 kB Progress (3): 108 kB | 247 kB | 41/61 kB Progress (3): 108 kB | 247 kB | 45/61 kB Progress (3): 108 kB | 247 kB | 49/61 kB Progress (3): 108 kB | 247 kB | 53/61 kB Progress (3): 108 kB | 247 kB | 57/61 kB Progress (3): 108 kB | 247 kB | 61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 864 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar Progress (2): 61 kB | 4.1/285 kB Progress (2): 61 kB | 8.2/285 kB Progress (2): 61 kB | 12/285 kB Progress (2): 61 kB | 16/285 kB Progress (2): 61 kB | 20/285 kB Progress (2): 61 kB | 25/285 kB Progress (2): 61 kB | 29/285 kB Progress (2): 61 kB | 33/285 kB Progress (2): 61 kB | 37/285 kB Progress (2): 61 kB | 41/285 kB Progress (2): 61 kB | 45/285 kB Progress (2): 61 kB | 49/285 kB Progress (2): 61 kB | 53/285 kB Progress (2): 61 kB | 57/285 kB Progress (2): 61 kB | 61/285 kB Progress (2): 61 kB | 66/285 kB Progress (2): 61 kB | 70/285 kB Progress (2): 61 kB | 74/285 kB Progress (2): 61 kB | 78/285 kB Progress (2): 61 kB | 82/285 kB Progress (2): 61 kB | 86/285 kB Progress (2): 61 kB | 90/285 kB Progress (2): 61 kB | 94/285 kB Progress (2): 61 kB | 98/285 kB Progress (2): 61 kB | 102/285 kB Progress (2): 61 kB | 106/285 kB Progress (2): 61 kB | 111/285 kB Progress (2): 61 kB | 115/285 kB Progress (2): 61 kB | 119/285 kB Progress (2): 61 kB | 123/285 kB Progress (2): 61 kB | 127/285 kB Progress (2): 61 kB | 131/285 kB Progress (2): 61 kB | 135/285 kB Progress (2): 61 kB | 139/285 kB Progress (2): 61 kB | 143/285 kB Progress (2): 61 kB | 147/285 kB Progress (2): 61 kB | 152/285 kB Progress (2): 61 kB | 156/285 kB Progress (2): 61 kB | 160/285 kB Progress (2): 61 kB | 164/285 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 415 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Progress (2): 164/285 kB | 4.1/35 kB Progress (2): 164/285 kB | 8.2/35 kB Progress (2): 164/285 kB | 12/35 kB Progress (2): 164/285 kB | 16/35 kB Progress (2): 164/285 kB | 20/35 kB Progress (2): 168/285 kB | 20/35 kB Progress (2): 168/285 kB | 25/35 kB Progress (2): 168/285 kB | 29/35 kB Progress (2): 168/285 kB | 33/35 kB Progress (2): 168/285 kB | 35 kB Progress (2): 172/285 kB | 35 kB Progress (2): 176/285 kB | 35 kB Progress (2): 180/285 kB | 35 kB Progress (3): 180/285 kB | 35 kB | 4.1/41 kB Progress (4): 180/285 kB | 35 kB | 4.1/41 kB | 4.1/54 kB Progress (4): 180/285 kB | 35 kB | 8.2/41 kB | 4.1/54 kB Progress (4): 180/285 kB | 35 kB | 8.2/41 kB | 8.2/54 kB Progress (4): 184/285 kB | 35 kB | 8.2/41 kB | 8.2/54 kB Progress (4): 184/285 kB | 35 kB | 12/41 kB | 8.2/54 kB Progress (4): 188/285 kB | 35 kB | 12/41 kB | 8.2/54 kB Progress (4): 188/285 kB | 35 kB | 12/41 kB | 12/54 kB Progress (4): 193/285 kB | 35 kB | 12/41 kB | 12/54 kB Progress (4): 193/285 kB | 35 kB | 16/41 kB | 12/54 kB Progress (4): 197/285 kB | 35 kB | 16/41 kB | 12/54 kB Progress (4): 197/285 kB | 35 kB | 16/41 kB | 16/54 kB Progress (4): 201/285 kB | 35 kB | 16/41 kB | 16/54 kB Progress (4): 205/285 kB | 35 kB | 16/41 kB | 16/54 kB Progress (4): 205/285 kB | 35 kB | 20/41 kB | 16/54 kB Progress (4): 205/285 kB | 35 kB | 20/41 kB | 20/54 kB Progress (4): 209/285 kB | 35 kB | 20/41 kB | 20/54 kB Progress (4): 209/285 kB | 35 kB | 20/41 kB | 25/54 kB Progress (4): 209/285 kB | 35 kB | 25/41 kB | 25/54 kB Progress (4): 209/285 kB | 35 kB | 25/41 kB | 29/54 kB Progress (4): 213/285 kB | 35 kB | 25/41 kB | 29/54 kB Progress (4): 213/285 kB | 35 kB | 25/41 kB | 33/54 kB Progress (4): 213/285 kB | 35 kB | 29/41 kB | 33/54 kB Progress (4): 213/285 kB | 35 kB | 33/41 kB | 33/54 kB Progress (4): 217/285 kB | 35 kB | 33/41 kB | 33/54 kB Progress (4): 221/285 kB | 35 kB | 33/41 kB | 33/54 kB Progress (4): 221/285 kB | 35 kB | 33/41 kB | 37/54 kB Progress (4): 221/285 kB | 35 kB | 37/41 kB | 37/54 kB Progress (4): 225/285 kB | 35 kB | 37/41 kB | 37/54 kB Progress (4): 225/285 kB | 35 kB | 41/41 kB | 37/54 kB Progress (4): 225/285 kB | 35 kB | 41/41 kB | 41/54 kB Progress (4): 225/285 kB | 35 kB | 41 kB | 41/54 kB Progress (4): 229/285 kB | 35 kB | 41 kB | 41/54 kB Progress (4): 229/285 kB | 35 kB | 41 kB | 45/54 kB Progress (4): 229/285 kB | 35 kB | 41 kB | 49/54 kB Progress (4): 233/285 kB | 35 kB | 41 kB | 49/54 kB Progress (4): 233/285 kB | 35 kB | 41 kB | 53/54 kB Progress (4): 238/285 kB | 35 kB | 41 kB | 53/54 kB Progress (4): 238/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 242/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 246/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 250/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 254/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 258/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 262/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 266/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 270/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 274/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 279/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 283/285 kB | 35 kB | 41 kB | 54 kB Progress (4): 285 kB | 35 kB | 41 kB | 54 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 4.1/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 8.2/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 12/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 16/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 20/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 25/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 29/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 33/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 37/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 41/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 45/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 49/155 kB Progress (5): 285 kB | 35 kB | 41 kB | 54 kB | 53/155 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 192 kB/s) Progress (4): 285 kB | 35 kB | 54 kB | 57/155 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar Progress (4): 285 kB | 35 kB | 54 kB | 61/155 kB Progress (4): 285 kB | 35 kB | 54 kB | 66/155 kB Progress (4): 285 kB | 35 kB | 54 kB | 70/155 kB Progress (4): 285 kB | 35 kB | 54 kB | 74/155 kB Progress (4): 285 kB | 35 kB | 54 kB | 78/155 kB Progress (4): 285 kB | 35 kB | 54 kB | 82/155 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 1.3 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 246 kB/s) Progress (2): 35 kB | 86/155 kB Progress (2): 35 kB | 90/155 kB Progress (2): 35 kB | 94/155 kB Progress (2): 35 kB | 98/155 kB Progress (2): 35 kB | 102/155 kB Progress (2): 35 kB | 106/155 kB Progress (2): 35 kB | 111/155 kB Progress (2): 35 kB | 115/155 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 161 kB/s) Progress (1): 119/155 kB Progress (1): 123/155 kB Progress (1): 127/155 kB Progress (1): 131/155 kB Progress (1): 135/155 kB Progress (1): 139/155 kB Progress (1): 143/155 kB Progress (1): 147/155 kB Progress (1): 152/155 kB Progress (1): 155 kB Progress (2): 155 kB | 4.1/185 kB Progress (2): 155 kB | 8.2/185 kB Progress (2): 155 kB | 12/185 kB Progress (2): 155 kB | 16/185 kB Progress (2): 155 kB | 20/185 kB Progress (2): 155 kB | 25/185 kB Progress (2): 155 kB | 29/185 kB Progress (2): 155 kB | 33/185 kB Progress (2): 155 kB | 37/185 kB Progress (2): 155 kB | 41/185 kB Progress (2): 155 kB | 45/185 kB Progress (2): 155 kB | 49/185 kB Progress (2): 155 kB | 53/185 kB Progress (2): 155 kB | 57/185 kB Progress (2): 155 kB | 61/185 kB Progress (2): 155 kB | 66/185 kB Progress (2): 155 kB | 70/185 kB Progress (2): 155 kB | 74/185 kB Progress (2): 155 kB | 78/185 kB Progress (2): 155 kB | 82/185 kB Progress (2): 155 kB | 86/185 kB Progress (2): 155 kB | 90/185 kB Progress (2): 155 kB | 94/185 kB Progress (2): 155 kB | 98/185 kB Progress (2): 155 kB | 102/185 kB Progress (2): 155 kB | 106/185 kB Progress (2): 155 kB | 111/185 kB Progress (2): 155 kB | 115/185 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 670 kB/s) Progress (1): 119/185 kB Progress (1): 123/185 kB Progress (1): 127/185 kB Progress (1): 131/185 kB Progress (1): 135/185 kB Progress (1): 139/185 kB Progress (1): 143/185 kB Progress (1): 147/185 kB Progress (1): 152/185 kB Progress (1): 156/185 kB Progress (1): 160/185 kB Progress (1): 164/185 kB Progress (1): 168/185 kB Progress (1): 172/185 kB Progress (1): 176/185 kB Progress (1): 180/185 kB Progress (1): 184/185 kB Progress (1): 185 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 765 kB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-helloworld-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 203 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 167 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 86 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 138 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Progress (1): 4.1/262 kB Progress (1): 8.2/262 kB Progress (1): 12/262 kB Progress (1): 16/262 kB Progress (1): 20/262 kB Progress (1): 25/262 kB Progress (2): 25/262 kB | 4.1/51 kB Progress (2): 29/262 kB | 4.1/51 kB Progress (2): 29/262 kB | 8.2/51 kB Progress (2): 33/262 kB | 8.2/51 kB Progress (2): 33/262 kB | 12/51 kB Progress (2): 33/262 kB | 16/51 kB Progress (2): 37/262 kB | 16/51 kB Progress (2): 41/262 kB | 16/51 kB Progress (2): 45/262 kB | 16/51 kB Progress (2): 49/262 kB | 16/51 kB Progress (2): 49/262 kB | 20/51 kB Progress (2): 49/262 kB | 25/51 kB Progress (2): 49/262 kB | 29/51 kB Progress (2): 49/262 kB | 33/51 kB Progress (2): 53/262 kB | 33/51 kB Progress (2): 57/262 kB | 33/51 kB Progress (2): 61/262 kB | 33/51 kB Progress (2): 66/262 kB | 33/51 kB Progress (2): 66/262 kB | 37/51 kB Progress (2): 66/262 kB | 41/51 kB Progress (2): 70/262 kB | 41/51 kB Progress (2): 70/262 kB | 45/51 kB Progress (2): 74/262 kB | 45/51 kB Progress (2): 78/262 kB | 45/51 kB Progress (2): 78/262 kB | 49/51 kB Progress (2): 82/262 kB | 49/51 kB Progress (2): 82/262 kB | 51 kB Progress (2): 86/262 kB | 51 kB Progress (2): 90/262 kB | 51 kB Progress (2): 94/262 kB | 51 kB Progress (2): 98/262 kB | 51 kB Progress (2): 102/262 kB | 51 kB Progress (2): 106/262 kB | 51 kB Progress (2): 111/262 kB | 51 kB Progress (2): 115/262 kB | 51 kB Progress (2): 119/262 kB | 51 kB Progress (2): 123/262 kB | 51 kB Progress (2): 127/262 kB | 51 kB Progress (2): 131/262 kB | 51 kB Progress (2): 135/262 kB | 51 kB Progress (2): 139/262 kB | 51 kB Progress (2): 143/262 kB | 51 kB Progress (2): 147/262 kB | 51 kB Progress (2): 152/262 kB | 51 kB Progress (2): 156/262 kB | 51 kB Progress (2): 160/262 kB | 51 kB Progress (2): 164/262 kB | 51 kB Progress (2): 168/262 kB | 51 kB Progress (2): 172/262 kB | 51 kB Progress (2): 176/262 kB | 51 kB Progress (2): 180/262 kB | 51 kB Progress (2): 184/262 kB | 51 kB Progress (2): 188/262 kB | 51 kB Progress (2): 193/262 kB | 51 kB Progress (2): 197/262 kB | 51 kB Progress (2): 201/262 kB | 51 kB Progress (2): 205/262 kB | 51 kB Progress (2): 209/262 kB | 51 kB Progress (2): 213/262 kB | 51 kB Progress (2): 217/262 kB | 51 kB Progress (2): 221/262 kB | 51 kB Progress (2): 225/262 kB | 51 kB Progress (2): 229/262 kB | 51 kB Progress (2): 233/262 kB | 51 kB Progress (2): 238/262 kB | 51 kB Progress (2): 242/262 kB | 51 kB Progress (2): 246/262 kB | 51 kB Progress (2): 250/262 kB | 51 kB Progress (2): 254/262 kB | 51 kB Progress (2): 258/262 kB | 51 kB Progress (2): 262 kB | 51 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 2.0 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 2.9 MB/s) Progress (1): 4.1/79 kB Progress (1): 8.2/79 kB Progress (1): 12/79 kB Progress (1): 16/79 kB Progress (1): 20/79 kB Progress (1): 25/79 kB Progress (1): 29/79 kB Progress (1): 33/79 kB Progress (1): 37/79 kB Progress (1): 41/79 kB Progress (1): 45/79 kB Progress (1): 49/79 kB Progress (1): 53/79 kB Progress (1): 57/79 kB Progress (1): 61/79 kB Progress (1): 66/79 kB Progress (1): 70/79 kB Progress (1): 74/79 kB Progress (1): 78/79 kB Progress (1): 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 711 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 116 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-helloworld-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-catalog/3.1.2/archetype-catalog-3.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/3.1.2/archetype-catalog-3.1.2.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/3.1.2/archetype-catalog-3.1.2.pom (2.0 kB at 103 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-models/3.1.2/archetype-models-3.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-models/3.1.2/archetype-models-3.1.2.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-models/3.1.2/archetype-models-3.1.2.pom (2.8 kB at 134 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 241 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Progress (1): 4.1/23 kB Progress (1): 8.2/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.2 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-descriptor/3.1.2/archetype-descriptor-3.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/3.1.2/archetype-descriptor-3.1.2.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/3.1.2/archetype-descriptor-3.1.2.pom (2.0 kB at 106 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-common/3.1.2/archetype-common-3.1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/3.1.2/archetype-common-3.1.2.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/3.1.2/archetype-common-3.1.2.pom (18 kB at 877 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.pom (19 kB at 982 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.pom (6.3 kB at 285 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom (1.3 kB at 70 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jdom/jdom/1.0/jdom-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 58 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom (4.9 kB at 180 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 232 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 552 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 8.2/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 25/47 kB Progress (1): 29/47 kB Progress (1): 33/47 kB Progress (1): 37/47 kB Progress (1): 41/47 kB Progress (1): 45/47 kB Progress (1): 47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.0 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 301 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 268 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 127 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 262 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 607 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1/68 kB Progress (1): 8.2/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 25/68 kB Progress (1): 29/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): 66/68 kB Progress (1): 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.1 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 134 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Progress (1): 4.1/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 590 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 96 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 136 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 595 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 517 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.pom (1.9 kB at 96 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.3.3/wagon-3.3.3.pom (21 kB at 963 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom Progress (1): 726 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 15 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 32 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 121 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom (3.8 kB at 183 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom Progress (1): 4.1/32 kB Progress (1): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom (32 kB at 1.4 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/antlr/antlr/2.7.7/antlr-2.7.7.pom Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom Progress (1): 632 B Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 33 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/asm/asm/3.2/asm-3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.2/asm-3.2.pom Progress (1): 264 B Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.2/asm-3.2.pom (264 B at 13 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/asm/asm-parent/3.2/asm-parent-3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom (4.4 kB at 207 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/asm/asm-commons/3.2/asm-commons-3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom Progress (1): 415 B Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-commons/3.2/asm-commons-3.2.pom (415 B at 21 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/asm/asm-tree/3.2/asm-tree-3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom Progress (1): 404 B Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-tree/3.2/asm-tree-3.2.pom (404 B at 20 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/asm/asm-util/3.2/asm-util-3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom Progress (1): 409 B Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-util/3.2/asm-util-3.2.pom (409 B at 20 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/asm/asm-analysis/3.2/asm-analysis-3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom Progress (1): 417 B Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-analysis/3.2/asm-analysis-3.2.pom (417 B at 20 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Progress (1): 4.1/8.8 kB Progress (1): 8.2/8.8 kB Progress (1): 8.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 440 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 225 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-catalog/3.1.2/archetype-catalog-3.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-common/3.1.2/archetype-common-3.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/archetype/archetype-descriptor/3.1.2/archetype-descriptor-3.1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jdom/jdom/1.0/jdom-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/3.1.2/archetype-catalog-3.1.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/3.1.2/archetype-common-3.1.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/3.1.2/archetype-descriptor-3.1.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar Progress (1): 0/4.7 MB Progress (1): 0/4.7 MB Progress (1): 0.1/4.7 MB Progress (1): 0.1/4.7 MB Progress (1): 0.1/4.7 MB Progress (1): 0.1/4.7 MB Progress (1): 0.2/4.7 MB Progress (1): 0.2/4.7 MB Progress (1): 0.2/4.7 MB Progress (1): 0.3/4.7 MB Progress (1): 0.3/4.7 MB Progress (1): 0.3/4.7 MB Progress (1): 0.3/4.7 MB Progress (1): 0.3/4.7 MB Progress (1): 0.4/4.7 MB Progress (1): 0.4/4.7 MB Progress (1): 0.4/4.7 MB Progress (1): 0.4/4.7 MB Progress (1): 0.5/4.7 MB Progress (1): 0.5/4.7 MB Progress (1): 0.5/4.7 MB Progress (1): 0.5/4.7 MB Progress (1): 0.6/4.7 MB Progress (1): 0.6/4.7 MB Progress (1): 0.6/4.7 MB Progress (1): 0.6/4.7 MB Progress (1): 0.7/4.7 MB Progress (1): 0.7/4.7 MB Progress (1): 0.7/4.7 MB Progress (1): 0.7/4.7 MB Progress (1): 0.8/4.7 MB Progress (1): 0.8/4.7 MB Progress (1): 0.8/4.7 MB Progress (1): 0.8/4.7 MB Progress (1): 0.9/4.7 MB Progress (1): 0.9/4.7 MB Progress (1): 0.9/4.7 MB Progress (1): 0.9/4.7 MB Progress (1): 1.0/4.7 MB Progress (1): 1.0/4.7 MB Progress (1): 1.0/4.7 MB Progress (1): 1.0/4.7 MB Progress (1): 1.1/4.7 MB Progress (1): 1.1/4.7 MB Progress (1): 1.1/4.7 MB Progress (1): 1.1/4.7 MB Progress (1): 1.2/4.7 MB Progress (1): 1.2/4.7 MB Progress (1): 1.2/4.7 MB Progress (1): 1.2/4.7 MB Progress (1): 1.3/4.7 MB Progress (1): 1.3/4.7 MB Progress (1): 1.3/4.7 MB Progress (1): 1.3/4.7 MB Progress (1): 1.3/4.7 MB Progress (1): 1.4/4.7 MB Progress (1): 1.4/4.7 MB Progress (1): 1.4/4.7 MB Progress (1): 1.4/4.7 MB Progress (1): 1.5/4.7 MB Progress (1): 1.5/4.7 MB Progress (1): 1.5/4.7 MB Progress (1): 1.5/4.7 MB Progress (1): 1.6/4.7 MB Progress (1): 1.6/4.7 MB Progress (1): 1.6/4.7 MB Progress (1): 1.6/4.7 MB Progress (1): 1.7/4.7 MB Progress (1): 1.7/4.7 MB Progress (1): 1.7/4.7 MB Progress (1): 1.7/4.7 MB Progress (1): 1.8/4.7 MB Progress (1): 1.8/4.7 MB Progress (1): 1.8/4.7 MB Progress (1): 1.8/4.7 MB Progress (1): 1.9/4.7 MB Progress (1): 1.9/4.7 MB Progress (1): 1.9/4.7 MB Progress (1): 1.9/4.7 MB Progress (1): 2.0/4.7 MB Progress (1): 2.0/4.7 MB Progress (1): 2.0/4.7 MB Progress (1): 2.0/4.7 MB Progress (1): 2.1/4.7 MB Progress (1): 2.1/4.7 MB Progress (1): 2.1/4.7 MB Progress (2): 2.1/4.7 MB | 4.1/19 kB Progress (2): 2.1/4.7 MB | 8.2/19 kB Progress (2): 2.1/4.7 MB | 12/19 kB Progress (2): 2.1/4.7 MB | 16/19 kB Progress (2): 2.1/4.7 MB | 19 kB Progress (3): 2.1/4.7 MB | 19 kB | 4.1/24 kB Progress (3): 2.1/4.7 MB | 19 kB | 4.1/24 kB Progress (3): 2.2/4.7 MB | 19 kB | 4.1/24 kB Progress (3): 2.2/4.7 MB | 19 kB | 8.2/24 kB Progress (4): 2.2/4.7 MB | 19 kB | 8.2/24 kB | 4.1/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 12/24 kB | 4.1/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 12/24 kB | 8.2/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 16/24 kB | 8.2/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 16/24 kB | 12/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 16/24 kB | 16/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 16/24 kB | 16/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 20/24 kB | 16/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 24 kB | 16/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 24 kB | 20/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 24 kB | 25/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 24 kB | 29/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (4): 2.2/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (4): 2.3/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (4): 2.3/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (4): 2.3/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (4): 2.3/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (4): 2.4/4.7 MB | 19 kB | 24 kB | 33/185 kB Progress (5): 2.4/4.7 MB | 19 kB | 24 kB | 33/185 kB | 0/1.3 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/3.1.2/archetype-catalog-3.1.2.jar (19 kB at 114 kB/s) Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0/1.3 MB Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0/1.3 MB Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0/1.3 MB Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0/1.3 MB Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0/1.3 MB Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0/1.3 MB Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0/1.3 MB Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0/1.3 MB Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Progress (4): 2.4/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Progress (4): 2.5/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Progress (4): 2.5/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Progress (4): 2.5/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Progress (4): 2.5/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Progress (4): 2.5/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Progress (4): 2.5/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Progress (4): 2.5/4.7 MB | 24 kB | 33/185 kB | 0.1/1.3 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/3.1.2/archetype-descriptor-3.1.2.jar (24 kB at 140 kB/s) Progress (3): 2.5/4.7 MB | 33/185 kB | 0.1/1.3 MB Progress (3): 2.5/4.7 MB | 33/185 kB | 0.1/1.3 MB Downloading from central: https://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.jar Progress (3): 2.5/4.7 MB | 33/185 kB | 0.1/1.3 MB Progress (3): 2.5/4.7 MB | 37/185 kB | 0.1/1.3 MB Progress (3): 2.5/4.7 MB | 41/185 kB | 0.1/1.3 MB Progress (3): 2.5/4.7 MB | 45/185 kB | 0.1/1.3 MB Progress (3): 2.5/4.7 MB | 45/185 kB | 0.1/1.3 MB Progress (3): 2.5/4.7 MB | 49/185 kB | 0.1/1.3 MB Progress (3): 2.5/4.7 MB | 49/185 kB | 0.1/1.3 MB Progress (3): 2.6/4.7 MB | 49/185 kB | 0.1/1.3 MB Progress (3): 2.6/4.7 MB | 49/185 kB | 0.1/1.3 MB Progress (3): 2.6/4.7 MB | 53/185 kB | 0.1/1.3 MB Progress (3): 2.6/4.7 MB | 53/185 kB | 0.1/1.3 MB Progress (3): 2.6/4.7 MB | 57/185 kB | 0.1/1.3 MB Progress (3): 2.6/4.7 MB | 61/185 kB | 0.1/1.3 MB Progress (3): 2.6/4.7 MB | 66/185 kB | 0.1/1.3 MB Progress (3): 2.6/4.7 MB | 66/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 66/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 66/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 70/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 70/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 74/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 74/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 78/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 82/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 82/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 82/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 82/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 86/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 90/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 90/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 90/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 94/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 94/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 98/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 98/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 98/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 102/185 kB | 0.2/1.3 MB Progress (3): 2.6/4.7 MB | 106/185 kB | 0.2/1.3 MB Progress (3): 2.7/4.7 MB | 106/185 kB | 0.2/1.3 MB Progress (4): 2.7/4.7 MB | 106/185 kB | 0.2/1.3 MB | 4.1/27 kB Progress (4): 2.7/4.7 MB | 106/185 kB | 0.2/1.3 MB | 4.1/27 kB Progress (4): 2.7/4.7 MB | 111/185 kB | 0.2/1.3 MB | 4.1/27 kB Progress (4): 2.7/4.7 MB | 111/185 kB | 0.3/1.3 MB | 4.1/27 kB Progress (4): 2.7/4.7 MB | 111/185 kB | 0.3/1.3 MB | 8.2/27 kB Progress (4): 2.7/4.7 MB | 111/185 kB | 0.3/1.3 MB | 8.2/27 kB Progress (4): 2.7/4.7 MB | 115/185 kB | 0.3/1.3 MB | 8.2/27 kB Progress (4): 2.7/4.7 MB | 115/185 kB | 0.3/1.3 MB | 8.2/27 kB Progress (4): 2.7/4.7 MB | 115/185 kB | 0.3/1.3 MB | 12/27 kB Progress (4): 2.7/4.7 MB | 115/185 kB | 0.3/1.3 MB | 12/27 kB Progress (4): 2.7/4.7 MB | 115/185 kB | 0.3/1.3 MB | 16/27 kB Progress (4): 2.7/4.7 MB | 119/185 kB | 0.3/1.3 MB | 16/27 kB Progress (4): 2.7/4.7 MB | 123/185 kB | 0.3/1.3 MB | 16/27 kB Progress (4): 2.7/4.7 MB | 123/185 kB | 0.3/1.3 MB | 16/27 kB Progress (4): 2.7/4.7 MB | 123/185 kB | 0.3/1.3 MB | 20/27 kB Progress (4): 2.7/4.7 MB | 127/185 kB | 0.3/1.3 MB | 20/27 kB Progress (4): 2.7/4.7 MB | 127/185 kB | 0.3/1.3 MB | 25/27 kB Progress (4): 2.7/4.7 MB | 127/185 kB | 0.3/1.3 MB | 25/27 kB Progress (4): 2.7/4.7 MB | 127/185 kB | 0.3/1.3 MB | 25/27 kB Progress (4): 2.7/4.7 MB | 127/185 kB | 0.3/1.3 MB | 27 kB Progress (4): 2.7/4.7 MB | 131/185 kB | 0.3/1.3 MB | 27 kB Progress (5): 2.7/4.7 MB | 131/185 kB | 0.3/1.3 MB | 27 kB | 4.1/153 kB Progress (5): 2.7/4.7 MB | 131/185 kB | 0.3/1.3 MB | 27 kB | 4.1/153 kB Progress (5): 2.7/4.7 MB | 131/185 kB | 0.3/1.3 MB | 27 kB | 8.2/153 kB Progress (5): 2.7/4.7 MB | 131/185 kB | 0.3/1.3 MB | 27 kB | 8.2/153 kB Progress (5): 2.7/4.7 MB | 131/185 kB | 0.3/1.3 MB | 27 kB | 12/153 kB Progress (5): 2.7/4.7 MB | 135/185 kB | 0.3/1.3 MB | 27 kB | 12/153 kB Progress (5): 2.7/4.7 MB | 135/185 kB | 0.3/1.3 MB | 27 kB | 12/153 kB Progress (5): 2.7/4.7 MB | 139/185 kB | 0.3/1.3 MB | 27 kB | 12/153 kB Progress (5): 2.7/4.7 MB | 139/185 kB | 0.3/1.3 MB | 27 kB | 16/153 kB Progress (5): 2.7/4.7 MB | 143/185 kB | 0.3/1.3 MB | 27 kB | 16/153 kB Progress (5): 2.7/4.7 MB | 143/185 kB | 0.3/1.3 MB | 27 kB | 16/153 kB Progress (5): 2.8/4.7 MB | 143/185 kB | 0.3/1.3 MB | 27 kB | 16/153 kB Progress (5): 2.8/4.7 MB | 147/185 kB | 0.3/1.3 MB | 27 kB | 16/153 kB Progress (5): 2.8/4.7 MB | 147/185 kB | 0.3/1.3 MB | 27 kB | 20/153 kB Progress (5): 2.8/4.7 MB | 147/185 kB | 0.3/1.3 MB | 27 kB | 20/153 kB Progress (5): 2.8/4.7 MB | 147/185 kB | 0.3/1.3 MB | 27 kB | 25/153 kB Progress (5): 2.8/4.7 MB | 147/185 kB | 0.3/1.3 MB | 27 kB | 29/153 kB Progress (5): 2.8/4.7 MB | 147/185 kB | 0.3/1.3 MB | 27 kB | 29/153 kB Progress (5): 2.8/4.7 MB | 152/185 kB | 0.3/1.3 MB | 27 kB | 29/153 kB Progress (5): 2.8/4.7 MB | 152/185 kB | 0.3/1.3 MB | 27 kB | 33/153 kB Progress (5): 2.8/4.7 MB | 152/185 kB | 0.3/1.3 MB | 27 kB | 33/153 kB Progress (5): 2.8/4.7 MB | 156/185 kB | 0.3/1.3 MB | 27 kB | 33/153 kB Progress (5): 2.8/4.7 MB | 156/185 kB | 0.3/1.3 MB | 27 kB | 33/153 kB Progress (5): 2.8/4.7 MB | 160/185 kB | 0.3/1.3 MB | 27 kB | 33/153 kB Progress (5): 2.8/4.7 MB | 160/185 kB | 0.3/1.3 MB | 27 kB | 37/153 kB Progress (5): 2.8/4.7 MB | 160/185 kB | 0.3/1.3 MB | 27 kB | 37/153 kB Progress (5): 2.8/4.7 MB | 164/185 kB | 0.3/1.3 MB | 27 kB | 37/153 kB Progress (5): 2.8/4.7 MB | 164/185 kB | 0.3/1.3 MB | 27 kB | 37/153 kB Progress (5): 2.8/4.7 MB | 164/185 kB | 0.3/1.3 MB | 27 kB | 41/153 kB Progress (5): 2.8/4.7 MB | 164/185 kB | 0.3/1.3 MB | 27 kB | 41/153 kB Progress (5): 2.8/4.7 MB | 164/185 kB | 0.3/1.3 MB | 27 kB | 45/153 kB Progress (5): 2.8/4.7 MB | 164/185 kB | 0.3/1.3 MB | 27 kB | 45/153 kB Progress (5): 2.8/4.7 MB | 164/185 kB | 0.3/1.3 MB | 27 kB | 49/153 kB Progress (5): 2.8/4.7 MB | 168/185 kB | 0.3/1.3 MB | 27 kB | 49/153 kB Progress (5): 2.8/4.7 MB | 168/185 kB | 0.4/1.3 MB | 27 kB | 49/153 kB Progress (5): 2.8/4.7 MB | 172/185 kB | 0.4/1.3 MB | 27 kB | 49/153 kB Progress (5): 2.8/4.7 MB | 172/185 kB | 0.4/1.3 MB | 27 kB | 49/153 kB Progress (5): 2.8/4.7 MB | 172/185 kB | 0.4/1.3 MB | 27 kB | 53/153 kB Progress (5): 2.8/4.7 MB | 176/185 kB | 0.4/1.3 MB | 27 kB | 53/153 kB Progress (5): 2.9/4.7 MB | 176/185 kB | 0.4/1.3 MB | 27 kB | 53/153 kB Progress (5): 2.9/4.7 MB | 176/185 kB | 0.4/1.3 MB | 27 kB | 57/153 kB Progress (5): 2.9/4.7 MB | 176/185 kB | 0.4/1.3 MB | 27 kB | 57/153 kB Progress (5): 2.9/4.7 MB | 180/185 kB | 0.4/1.3 MB | 27 kB | 57/153 kB Progress (5): 2.9/4.7 MB | 180/185 kB | 0.4/1.3 MB | 27 kB | 57/153 kB Progress (5): 2.9/4.7 MB | 180/185 kB | 0.4/1.3 MB | 27 kB | 61/153 kB Progress (5): 2.9/4.7 MB | 184/185 kB | 0.4/1.3 MB | 27 kB | 61/153 kB Progress (5): 2.9/4.7 MB | 184/185 kB | 0.4/1.3 MB | 27 kB | 61/153 kB Progress (5): 2.9/4.7 MB | 184/185 kB | 0.4/1.3 MB | 27 kB | 61/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 61/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 66/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 66/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 70/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 70/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 74/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 74/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 74/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 78/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 82/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 82/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 82/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 82/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 82/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 86/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 90/153 kB Progress (5): 2.9/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 90/153 kB Progress (5): 3.0/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 90/153 kB Progress (5): 3.0/4.7 MB | 185 kB | 0.4/1.3 MB | 27 kB | 94/153 kB Progress (5): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 27 kB | 94/153 kB Progress (5): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 27 kB | 98/153 kB Progress (5): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 27 kB | 98/153 kB Progress (5): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 27 kB | 98/153 kB Progress (5): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 27 kB | 98/153 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar (27 kB at 139 kB/s) Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 98/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 102/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 102/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 102/153 kB Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 102/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 106/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 106/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 106/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 111/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 115/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 115/153 kB Progress (4): 3.0/4.7 MB | 185 kB | 0.5/1.3 MB | 115/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 115/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 115/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 119/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 119/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 123/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 127/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 127/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 127/153 kB Progress (4): 3.1/4.7 MB | 185 kB | 0.5/1.3 MB | 127/153 kB Progress (4): 3.2/4.7 MB | 185 kB | 0.5/1.3 MB | 127/153 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/3.1.2/archetype-common-3.1.2.jar (185 kB at 685 kB/s) Progress (3): 3.2/4.7 MB | 0.5/1.3 MB | 127/153 kB Progress (3): 3.2/4.7 MB | 0.5/1.3 MB | 131/153 kB Progress (4): 3.2/4.7 MB | 0.5/1.3 MB | 131/153 kB | 4.1/174 kB Progress (4): 3.2/4.7 MB | 0.5/1.3 MB | 131/153 kB | 4.1/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 131/153 kB | 4.1/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 135/153 kB | 4.1/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 139/153 kB | 4.1/174 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 143/153 kB | 4.1/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 143/153 kB | 4.1/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 143/153 kB | 4.1/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 143/153 kB | 8.2/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 143/153 kB | 8.2/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 147/153 kB | 8.2/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 147/153 kB | 12/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 147/153 kB | 16/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 152/153 kB | 16/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 152/153 kB | 16/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 153 kB | 16/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 153 kB | 16/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 153 kB | 20/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 153 kB | 20/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 153 kB | 25/174 kB Progress (4): 3.2/4.7 MB | 0.6/1.3 MB | 153 kB | 29/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 29/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 29/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 33/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 33/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 33/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 33/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 37/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 37/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 41/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 41/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 45/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 49/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 49/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 49/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 49/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 53/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 57/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 61/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 66/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 66/174 kB Progress (4): 3.3/4.7 MB | 0.6/1.3 MB | 153 kB | 66/174 kB Progress (4): 3.3/4.7 MB | 0.7/1.3 MB | 153 kB | 66/174 kB Progress (4): 3.3/4.7 MB | 0.7/1.3 MB | 153 kB | 70/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 70/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 74/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 78/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 78/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 82/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 82/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 82/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 86/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 90/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 90/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 90/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 94/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 94/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 98/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 98/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 98/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 102/174 kB Progress (4): 3.4/4.7 MB | 0.7/1.3 MB | 153 kB | 106/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 106/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 111/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 111/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 115/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 115/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 115/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 119/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 123/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 123/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 127/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 127/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 127/174 kB Progress (4): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 131/174 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 131/174 kB | 4.1/7.9 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 135/174 kB | 4.1/7.9 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 135/174 kB | 4.1/7.9 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 135/174 kB | 4.1/7.9 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 139/174 kB | 4.1/7.9 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 139/174 kB | 7.9 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 143/174 kB | 7.9 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 143/174 kB | 7.9 kB Progress (5): 3.5/4.7 MB | 0.7/1.3 MB | 153 kB | 147/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.7/1.3 MB | 153 kB | 147/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 147/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 152/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 152/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 152/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 156/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 160/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 164/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 164/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 164/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 168/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 168/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 168/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 172/174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.6/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.7/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.8/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.8/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Progress (5): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB | 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 27 kB/s) Progress (4): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB Progress (4): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar Progress (4): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB Progress (4): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB Progress (4): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB Progress (4): 3.9/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB Progress (4): 4.0/4.7 MB | 0.9/1.3 MB | 153 kB | 174 kB Progress (4): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB | 174 kB Progress (4): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB | 174 kB Progress (4): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB | 174 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 590 kB/s) Progress (3): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.jar Progress (3): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.0/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.1/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.2/4.7 MB | 1.0/1.3 MB | 153 kB Progress (3): 4.2/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.2/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.2/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.2/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.2/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.2/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.2/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.3/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.3/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.3/4.7 MB | 1.1/1.3 MB | 153 kB Progress (3): 4.3/4.7 MB | 1.1/1.3 MB | 153 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 153 kB | 4.1/450 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 153 kB | 8.2/450 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 153 kB | 12/450 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 153 kB | 16/450 kB Downloaded from central: https://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.jar (153 kB at 493 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 16/450 kB | 4.1/56 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 16/450 kB | 8.2/56 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 16/450 kB | 12/56 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 16/450 kB | 16/56 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 16/450 kB | 16/56 kB Progress (4): 4.3/4.7 MB | 1.1/1.3 MB | 16/450 kB | 16/56 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 16/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 20/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 25/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 29/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 33/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 37/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 41/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 45/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 49/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 53/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 57/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 61/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 66/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 70/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 74/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 78/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.3/4.7 MB | 1.1/1.3 MB | 82/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 82/450 kB | 16/56 kB | 4.1/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 82/450 kB | 16/56 kB | 8.2/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 86/450 kB | 16/56 kB | 8.2/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 86/450 kB | 16/56 kB | 8.2/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 86/450 kB | 20/56 kB | 8.2/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 86/450 kB | 20/56 kB | 8.2/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 90/450 kB | 20/56 kB | 8.2/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 90/450 kB | 20/56 kB | 12/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 90/450 kB | 20/56 kB | 12/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 94/450 kB | 20/56 kB | 12/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 94/450 kB | 25/56 kB | 12/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 98/450 kB | 25/56 kB | 12/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 98/450 kB | 25/56 kB | 12/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 98/450 kB | 25/56 kB | 16/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 102/450 kB | 25/56 kB | 16/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 102/450 kB | 25/56 kB | 16/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 102/450 kB | 25/56 kB | 16/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 102/450 kB | 29/56 kB | 16/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 102/450 kB | 29/56 kB | 20/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 102/450 kB | 29/56 kB | 20/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 106/450 kB | 29/56 kB | 20/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 106/450 kB | 29/56 kB | 25/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 106/450 kB | 33/56 kB | 25/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 106/450 kB | 33/56 kB | 29/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 111/450 kB | 33/56 kB | 29/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 111/450 kB | 33/56 kB | 33/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 111/450 kB | 33/56 kB | 33/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 111/450 kB | 33/56 kB | 33/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 111/450 kB | 33/56 kB | 33/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 111/450 kB | 37/56 kB | 33/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 115/450 kB | 37/56 kB | 33/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 115/450 kB | 41/56 kB | 33/263 kB Progress (5): 4.4/4.7 MB | 1.1/1.3 MB | 115/450 kB | 41/56 kB | 37/263 kB Progress (5): 4.4/4.7 MB | 1.2/1.3 MB | 115/450 kB | 41/56 kB | 37/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 115/450 kB | 41/56 kB | 37/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 115/450 kB | 45/56 kB | 37/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 115/450 kB | 45/56 kB | 37/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 119/450 kB | 45/56 kB | 37/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 119/450 kB | 45/56 kB | 41/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 123/450 kB | 45/56 kB | 41/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 123/450 kB | 49/56 kB | 41/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 123/450 kB | 49/56 kB | 41/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 127/450 kB | 49/56 kB | 41/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 127/450 kB | 49/56 kB | 45/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 131/450 kB | 49/56 kB | 45/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 131/450 kB | 49/56 kB | 45/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 131/450 kB | 49/56 kB | 45/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 131/450 kB | 53/56 kB | 45/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 135/450 kB | 53/56 kB | 45/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 135/450 kB | 53/56 kB | 49/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 139/450 kB | 53/56 kB | 49/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 139/450 kB | 56 kB | 49/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 143/450 kB | 56 kB | 49/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 143/450 kB | 56 kB | 49/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 143/450 kB | 56 kB | 49/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 143/450 kB | 56 kB | 49/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 143/450 kB | 56 kB | 53/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 147/450 kB | 56 kB | 53/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 147/450 kB | 56 kB | 57/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 147/450 kB | 56 kB | 61/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 152/450 kB | 56 kB | 61/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 152/450 kB | 56 kB | 61/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 156/450 kB | 56 kB | 61/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 156/450 kB | 56 kB | 66/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 160/450 kB | 56 kB | 66/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 160/450 kB | 56 kB | 66/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 160/450 kB | 56 kB | 66/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 164/450 kB | 56 kB | 66/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 164/450 kB | 56 kB | 70/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 164/450 kB | 56 kB | 74/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 168/450 kB | 56 kB | 74/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 168/450 kB | 56 kB | 74/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 168/450 kB | 56 kB | 74/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 172/450 kB | 56 kB | 74/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 172/450 kB | 56 kB | 78/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 176/450 kB | 56 kB | 78/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 176/450 kB | 56 kB | 78/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 180/450 kB | 56 kB | 78/263 kB Progress (5): 4.5/4.7 MB | 1.2/1.3 MB | 180/450 kB | 56 kB | 82/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 180/450 kB | 56 kB | 82/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 184/450 kB | 56 kB | 82/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 184/450 kB | 56 kB | 82/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 184/450 kB | 56 kB | 86/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 188/450 kB | 56 kB | 86/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 188/450 kB | 56 kB | 90/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 188/450 kB | 56 kB | 90/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 188/450 kB | 56 kB | 94/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 188/450 kB | 56 kB | 94/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 193/450 kB | 56 kB | 94/263 kB Progress (5): 4.6/4.7 MB | 1.2/1.3 MB | 193/450 kB | 56 kB | 98/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 193/450 kB | 56 kB | 98/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 197/450 kB | 56 kB | 98/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 197/450 kB | 56 kB | 98/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 197/450 kB | 56 kB | 102/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 201/450 kB | 56 kB | 102/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 201/450 kB | 56 kB | 106/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 201/450 kB | 56 kB | 106/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 201/450 kB | 56 kB | 106/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 205/450 kB | 56 kB | 106/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 205/450 kB | 56 kB | 106/263 kB Progress (5): 4.6/4.7 MB | 1.3/1.3 MB | 205/450 kB | 56 kB | 111/263 kB Progress (5): 4.6/4.7 MB | 1.3 MB | 205/450 kB | 56 kB | 111/263 kB Progress (5): 4.6/4.7 MB | 1.3 MB | 209/450 kB | 56 kB | 111/263 kB Progress (5): 4.6/4.7 MB | 1.3 MB | 209/450 kB | 56 kB | 111/263 kB Progress (5): 4.6/4.7 MB | 1.3 MB | 209/450 kB | 56 kB | 115/263 kB Progress (5): 4.6/4.7 MB | 1.3 MB | 213/450 kB | 56 kB | 115/263 kB Progress (5): 4.6/4.7 MB | 1.3 MB | 217/450 kB | 56 kB | 115/263 kB Progress (5): 4.6/4.7 MB | 1.3 MB | 217/450 kB | 56 kB | 119/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 217/450 kB | 56 kB | 119/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 217/450 kB | 56 kB | 123/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 221/450 kB | 56 kB | 123/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 221/450 kB | 56 kB | 127/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 225/450 kB | 56 kB | 127/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 225/450 kB | 56 kB | 131/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 225/450 kB | 56 kB | 131/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 229/450 kB | 56 kB | 131/263 kB Progress (5): 4.7/4.7 MB | 1.3 MB | 233/450 kB | 56 kB | 131/263 kB Progress (5): 4.7 MB | 1.3 MB | 233/450 kB | 56 kB | 131/263 kB Progress (5): 4.7 MB | 1.3 MB | 233/450 kB | 56 kB | 135/263 kB Progress (5): 4.7 MB | 1.3 MB | 233/450 kB | 56 kB | 139/263 kB Progress (5): 4.7 MB | 1.3 MB | 238/450 kB | 56 kB | 139/263 kB Progress (5): 4.7 MB | 1.3 MB | 238/450 kB | 56 kB | 143/263 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.3/wagon-provider-api-3.3.3.jar (56 kB at 144 kB/s) Progress (4): 4.7 MB | 1.3 MB | 238/450 kB | 147/263 kB Progress (4): 4.7 MB | 1.3 MB | 242/450 kB | 147/263 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar Progress (4): 4.7 MB | 1.3 MB | 246/450 kB | 147/263 kB Progress (4): 4.7 MB | 1.3 MB | 246/450 kB | 152/263 kB Progress (4): 4.7 MB | 1.3 MB | 250/450 kB | 152/263 kB Progress (4): 4.7 MB | 1.3 MB | 250/450 kB | 156/263 kB Progress (4): 4.7 MB | 1.3 MB | 250/450 kB | 160/263 kB Progress (4): 4.7 MB | 1.3 MB | 250/450 kB | 164/263 kB Progress (4): 4.7 MB | 1.3 MB | 254/450 kB | 164/263 kB Progress (4): 4.7 MB | 1.3 MB | 258/450 kB | 164/263 kB Progress (4): 4.7 MB | 1.3 MB | 262/450 kB | 164/263 kB Progress (4): 4.7 MB | 1.3 MB | 266/450 kB | 164/263 kB Progress (4): 4.7 MB | 1.3 MB | 266/450 kB | 168/263 kB Progress (4): 4.7 MB | 1.3 MB | 266/450 kB | 172/263 kB Progress (4): 4.7 MB | 1.3 MB | 270/450 kB | 172/263 kB Progress (4): 4.7 MB | 1.3 MB | 270/450 kB | 176/263 kB Progress (4): 4.7 MB | 1.3 MB | 274/450 kB | 176/263 kB Progress (4): 4.7 MB | 1.3 MB | 274/450 kB | 180/263 kB Progress (4): 4.7 MB | 1.3 MB | 279/450 kB | 180/263 kB Progress (4): 4.7 MB | 1.3 MB | 283/450 kB | 180/263 kB Progress (4): 4.7 MB | 1.3 MB | 287/450 kB | 180/263 kB Progress (4): 4.7 MB | 1.3 MB | 287/450 kB | 184/263 kB Progress (4): 4.7 MB | 1.3 MB | 291/450 kB | 184/263 kB Progress (4): 4.7 MB | 1.3 MB | 291/450 kB | 188/263 kB Progress (4): 4.7 MB | 1.3 MB | 295/450 kB | 188/263 kB Progress (4): 4.7 MB | 1.3 MB | 295/450 kB | 193/263 kB Progress (4): 4.7 MB | 1.3 MB | 299/450 kB | 193/263 kB Progress (4): 4.7 MB | 1.3 MB | 299/450 kB | 197/263 kB Progress (4): 4.7 MB | 1.3 MB | 303/450 kB | 197/263 kB Progress (4): 4.7 MB | 1.3 MB | 307/450 kB | 197/263 kB Progress (4): 4.7 MB | 1.3 MB | 311/450 kB | 197/263 kB Progress (4): 4.7 MB | 1.3 MB | 311/450 kB | 201/263 kB Progress (4): 4.7 MB | 1.3 MB | 315/450 kB | 201/263 kB Progress (4): 4.7 MB | 1.3 MB | 315/450 kB | 205/263 kB Progress (4): 4.7 MB | 1.3 MB | 315/450 kB | 209/263 kB Progress (4): 4.7 MB | 1.3 MB | 315/450 kB | 213/263 kB Progress (4): 4.7 MB | 1.3 MB | 319/450 kB | 213/263 kB Progress (4): 4.7 MB | 1.3 MB | 324/450 kB | 213/263 kB Progress (4): 4.7 MB | 1.3 MB | 328/450 kB | 213/263 kB Progress (4): 4.7 MB | 1.3 MB | 332/450 kB | 213/263 kB Progress (4): 4.7 MB | 1.3 MB | 332/450 kB | 217/263 kB Progress (4): 4.7 MB | 1.3 MB | 332/450 kB | 221/263 kB Progress (4): 4.7 MB | 1.3 MB | 336/450 kB | 221/263 kB Progress (4): 4.7 MB | 1.3 MB | 336/450 kB | 225/263 kB Progress (4): 4.7 MB | 1.3 MB | 340/450 kB | 225/263 kB Progress (4): 4.7 MB | 1.3 MB | 340/450 kB | 229/263 kB Progress (4): 4.7 MB | 1.3 MB | 344/450 kB | 229/263 kB Progress (4): 4.7 MB | 1.3 MB | 348/450 kB | 229/263 kB Progress (4): 4.7 MB | 1.3 MB | 352/450 kB | 229/263 kB Progress (4): 4.7 MB | 1.3 MB | 352/450 kB | 233/263 kB Progress (4): 4.7 MB | 1.3 MB | 356/450 kB | 233/263 kB Progress (4): 4.7 MB | 1.3 MB | 356/450 kB | 238/263 kB Progress (4): 4.7 MB | 1.3 MB | 360/450 kB | 238/263 kB Progress (4): 4.7 MB | 1.3 MB | 360/450 kB | 242/263 kB Progress (4): 4.7 MB | 1.3 MB | 365/450 kB | 242/263 kB Progress (4): 4.7 MB | 1.3 MB | 365/450 kB | 246/263 kB Progress (4): 4.7 MB | 1.3 MB | 369/450 kB | 246/263 kB Progress (4): 4.7 MB | 1.3 MB | 373/450 kB | 246/263 kB Progress (4): 4.7 MB | 1.3 MB | 377/450 kB | 246/263 kB Progress (4): 4.7 MB | 1.3 MB | 377/450 kB | 250/263 kB Progress (4): 4.7 MB | 1.3 MB | 381/450 kB | 250/263 kB Progress (4): 4.7 MB | 1.3 MB | 381/450 kB | 254/263 kB Progress (4): 4.7 MB | 1.3 MB | 381/450 kB | 258/263 kB Progress (4): 4.7 MB | 1.3 MB | 385/450 kB | 258/263 kB Progress (4): 4.7 MB | 1.3 MB | 389/450 kB | 258/263 kB Progress (4): 4.7 MB | 1.3 MB | 393/450 kB | 258/263 kB Progress (4): 4.7 MB | 1.3 MB | 397/450 kB | 258/263 kB Progress (4): 4.7 MB | 1.3 MB | 397/450 kB | 262/263 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.4.16/groovy-2.4.16.jar (4.7 MB at 10 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar (1.3 MB at 2.7 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar Progress (3): 397/450 kB | 262/263 kB | 4.1/12 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar Progress (3): 401/450 kB | 262/263 kB | 4.1/12 kB Progress (3): 401/450 kB | 263 kB | 4.1/12 kB Progress (3): 406/450 kB | 263 kB | 4.1/12 kB Progress (3): 406/450 kB | 263 kB | 8.2/12 kB Progress (3): 410/450 kB | 263 kB | 8.2/12 kB Progress (3): 410/450 kB | 263 kB | 12 kB Progress (3): 414/450 kB | 263 kB | 12 kB Progress (3): 418/450 kB | 263 kB | 12 kB Progress (3): 422/450 kB | 263 kB | 12 kB Progress (3): 426/450 kB | 263 kB | 12 kB Progress (3): 430/450 kB | 263 kB | 12 kB Progress (3): 434/450 kB | 263 kB | 12 kB Progress (3): 438/450 kB | 263 kB | 12 kB Progress (3): 442/450 kB | 263 kB | 12 kB Progress (3): 446/450 kB | 263 kB | 12 kB Progress (3): 450 kB | 263 kB | 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar (263 kB at 547 kB/s) Progress (3): 450 kB | 12 kB | 4.1/33 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar Progress (3): 450 kB | 12 kB | 8.2/33 kB Progress (3): 450 kB | 12 kB | 12/33 kB Progress (3): 450 kB | 12 kB | 16/33 kB Progress (3): 450 kB | 12 kB | 20/33 kB Progress (3): 450 kB | 12 kB | 25/33 kB Progress (3): 450 kB | 12 kB | 29/33 kB Progress (4): 450 kB | 12 kB | 29/33 kB | 4.1/128 kB Progress (4): 450 kB | 12 kB | 33/33 kB | 4.1/128 kB Progress (4): 450 kB | 12 kB | 33/33 kB | 8.2/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 8.2/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 12/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 16/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 20/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 25/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 29/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 33/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 37/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 41/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 45/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 49/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 53/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 57/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 61/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 66/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 70/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 74/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 78/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 82/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 86/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 90/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 94/128 kB Progress (4): 450 kB | 12 kB | 33 kB | 98/128 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar Progress (3): 450 kB | 33 kB | 102/128 kB Progress (3): 450 kB | 33 kB | 106/128 kB Progress (3): 450 kB | 33 kB | 111/128 kB Progress (3): 450 kB | 33 kB | 115/128 kB Progress (3): 450 kB | 33 kB | 119/128 kB Progress (3): 450 kB | 33 kB | 123/128 kB Progress (3): 450 kB | 33 kB | 127/128 kB Progress (3): 450 kB | 33 kB | 128 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar (33 kB at 67 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar Progress (3): 450 kB | 128 kB | 4.1/61 kB Progress (3): 450 kB | 128 kB | 8.2/61 kB Progress (3): 450 kB | 128 kB | 12/61 kB Progress (3): 450 kB | 128 kB | 16/61 kB Progress (3): 450 kB | 128 kB | 20/61 kB Progress (3): 450 kB | 128 kB | 25/61 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 903 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 257 kB/s) Progress (1): 29/61 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar Progress (2): 29/61 kB | 4.1/335 kB Progress (2): 33/61 kB | 4.1/335 kB Progress (2): 33/61 kB | 8.2/335 kB Progress (2): 33/61 kB | 12/335 kB Progress (2): 33/61 kB | 16/335 kB Progress (2): 37/61 kB | 16/335 kB Progress (2): 41/61 kB | 16/335 kB Progress (2): 45/61 kB | 16/335 kB Progress (2): 45/61 kB | 20/335 kB Progress (2): 49/61 kB | 20/335 kB Progress (2): 49/61 kB | 25/335 kB Progress (2): 49/61 kB | 29/335 kB Progress (2): 49/61 kB | 33/335 kB Progress (2): 53/61 kB | 33/335 kB Progress (2): 57/61 kB | 33/335 kB Progress (2): 61/61 kB | 33/335 kB Progress (2): 61 kB | 33/335 kB Progress (2): 61 kB | 37/335 kB Progress (2): 61 kB | 41/335 kB Progress (2): 61 kB | 45/335 kB Progress (2): 61 kB | 49/335 kB Progress (3): 61 kB | 49/335 kB | 4.1/26 kB Progress (3): 61 kB | 49/335 kB | 8.2/26 kB Progress (3): 61 kB | 49/335 kB | 12/26 kB Progress (3): 61 kB | 49/335 kB | 16/26 kB Progress (3): 61 kB | 53/335 kB | 16/26 kB Progress (3): 61 kB | 57/335 kB | 16/26 kB Progress (3): 61 kB | 57/335 kB | 20/26 kB Progress (3): 61 kB | 61/335 kB | 20/26 kB Progress (3): 61 kB | 61/335 kB | 25/26 kB Progress (3): 61 kB | 66/335 kB | 25/26 kB Progress (3): 61 kB | 66/335 kB | 26 kB Progress (3): 61 kB | 70/335 kB | 26 kB Progress (3): 61 kB | 74/335 kB | 26 kB Progress (3): 61 kB | 78/335 kB | 26 kB Progress (3): 61 kB | 82/335 kB | 26 kB Progress (3): 61 kB | 86/335 kB | 26 kB Progress (3): 61 kB | 90/335 kB | 26 kB Progress (3): 61 kB | 94/335 kB | 26 kB Progress (3): 61 kB | 98/335 kB | 26 kB Progress (3): 61 kB | 102/335 kB | 26 kB Progress (3): 61 kB | 106/335 kB | 26 kB Progress (3): 61 kB | 111/335 kB | 26 kB Progress (3): 61 kB | 115/335 kB | 26 kB Progress (3): 61 kB | 119/335 kB | 26 kB Progress (3): 61 kB | 123/335 kB | 26 kB Progress (3): 61 kB | 127/335 kB | 26 kB Progress (3): 61 kB | 131/335 kB | 26 kB Progress (3): 61 kB | 135/335 kB | 26 kB Progress (3): 61 kB | 139/335 kB | 26 kB Progress (3): 61 kB | 143/335 kB | 26 kB Progress (3): 61 kB | 147/335 kB | 26 kB Progress (3): 61 kB | 152/335 kB | 26 kB Progress (3): 61 kB | 156/335 kB | 26 kB Progress (3): 61 kB | 160/335 kB | 26 kB Progress (3): 61 kB | 164/335 kB | 26 kB Progress (3): 61 kB | 168/335 kB | 26 kB Progress (3): 61 kB | 172/335 kB | 26 kB Progress (3): 61 kB | 176/335 kB | 26 kB Progress (3): 61 kB | 180/335 kB | 26 kB Progress (3): 61 kB | 184/335 kB | 26 kB Progress (3): 61 kB | 188/335 kB | 26 kB Progress (3): 61 kB | 193/335 kB | 26 kB Progress (3): 61 kB | 197/335 kB | 26 kB Progress (3): 61 kB | 201/335 kB | 26 kB Progress (3): 61 kB | 205/335 kB | 26 kB Progress (3): 61 kB | 209/335 kB | 26 kB Progress (3): 61 kB | 213/335 kB | 26 kB Progress (3): 61 kB | 217/335 kB | 26 kB Progress (3): 61 kB | 221/335 kB | 26 kB Progress (3): 61 kB | 225/335 kB | 26 kB Progress (3): 61 kB | 229/335 kB | 26 kB Progress (4): 61 kB | 229/335 kB | 26 kB | 4.1/21 kB Progress (4): 61 kB | 229/335 kB | 26 kB | 8.2/21 kB Progress (4): 61 kB | 233/335 kB | 26 kB | 8.2/21 kB Progress (4): 61 kB | 233/335 kB | 26 kB | 12/21 kB Progress (4): 61 kB | 238/335 kB | 26 kB | 12/21 kB Progress (4): 61 kB | 238/335 kB | 26 kB | 16/21 kB Progress (4): 61 kB | 242/335 kB | 26 kB | 16/21 kB Progress (5): 61 kB | 242/335 kB | 26 kB | 16/21 kB | 4.1/575 kB Progress (5): 61 kB | 246/335 kB | 26 kB | 16/21 kB | 4.1/575 kB Progress (5): 61 kB | 246/335 kB | 26 kB | 20/21 kB | 4.1/575 kB Progress (5): 61 kB | 246/335 kB | 26 kB | 20/21 kB | 8.2/575 kB Progress (5): 61 kB | 246/335 kB | 26 kB | 21 kB | 8.2/575 kB Progress (5): 61 kB | 250/335 kB | 26 kB | 21 kB | 8.2/575 kB Progress (5): 61 kB | 250/335 kB | 26 kB | 21 kB | 12/575 kB Progress (5): 61 kB | 254/335 kB | 26 kB | 21 kB | 12/575 kB Progress (5): 61 kB | 254/335 kB | 26 kB | 21 kB | 16/575 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 51 kB/s) Progress (4): 61 kB | 258/335 kB | 21 kB | 16/575 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Progress (4): 61 kB | 262/335 kB | 21 kB | 16/575 kB Progress (4): 61 kB | 262/335 kB | 21 kB | 20/575 kB Progress (4): 61 kB | 262/335 kB | 21 kB | 25/575 kB Progress (4): 61 kB | 262/335 kB | 21 kB | 29/575 kB Progress (4): 61 kB | 266/335 kB | 21 kB | 29/575 kB Progress (4): 61 kB | 266/335 kB | 21 kB | 33/575 kB Progress (4): 61 kB | 270/335 kB | 21 kB | 33/575 kB Progress (4): 61 kB | 274/335 kB | 21 kB | 33/575 kB Progress (4): 61 kB | 279/335 kB | 21 kB | 33/575 kB Progress (4): 61 kB | 279/335 kB | 21 kB | 37/575 kB Progress (4): 61 kB | 279/335 kB | 21 kB | 41/575 kB Progress (4): 61 kB | 279/335 kB | 21 kB | 45/575 kB Progress (4): 61 kB | 283/335 kB | 21 kB | 45/575 kB Progress (4): 61 kB | 283/335 kB | 21 kB | 49/575 kB Progress (4): 61 kB | 287/335 kB | 21 kB | 49/575 kB Progress (4): 61 kB | 291/335 kB | 21 kB | 49/575 kB Progress (4): 61 kB | 295/335 kB | 21 kB | 49/575 kB Progress (4): 61 kB | 295/335 kB | 21 kB | 53/575 kB Progress (4): 61 kB | 295/335 kB | 21 kB | 57/575 kB Progress (4): 61 kB | 295/335 kB | 21 kB | 61/575 kB Progress (4): 61 kB | 299/335 kB | 21 kB | 61/575 kB Progress (4): 61 kB | 299/335 kB | 21 kB | 66/575 kB Progress (4): 61 kB | 303/335 kB | 21 kB | 66/575 kB Progress (4): 61 kB | 307/335 kB | 21 kB | 66/575 kB Progress (4): 61 kB | 311/335 kB | 21 kB | 66/575 kB Progress (4): 61 kB | 311/335 kB | 21 kB | 70/575 kB Progress (4): 61 kB | 311/335 kB | 21 kB | 74/575 kB Progress (4): 61 kB | 311/335 kB | 21 kB | 78/575 kB Progress (4): 61 kB | 315/335 kB | 21 kB | 78/575 kB Progress (4): 61 kB | 315/335 kB | 21 kB | 82/575 kB Progress (4): 61 kB | 319/335 kB | 21 kB | 82/575 kB Progress (4): 61 kB | 324/335 kB | 21 kB | 82/575 kB Progress (4): 61 kB | 328/335 kB | 21 kB | 82/575 kB Progress (4): 61 kB | 328/335 kB | 21 kB | 86/575 kB Progress (4): 61 kB | 328/335 kB | 21 kB | 90/575 kB Progress (4): 61 kB | 332/335 kB | 21 kB | 90/575 kB Progress (4): 61 kB | 332/335 kB | 21 kB | 94/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 94/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 98/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 102/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 106/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 111/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 115/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 119/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 123/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 127/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 131/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 135/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 139/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 143/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 147/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 152/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 156/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 160/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 164/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 168/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 172/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 176/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 180/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 184/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 188/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 193/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 197/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 201/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 205/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 209/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 213/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 217/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 221/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 225/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 229/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 233/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 238/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 242/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 246/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 250/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 254/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 258/575 kB Progress (4): 61 kB | 335 kB | 21 kB | 262/575 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 40 kB/s) Progress (3): 61 kB | 335 kB | 266/575 kB Progress (3): 61 kB | 335 kB | 270/575 kB Progress (3): 61 kB | 335 kB | 274/575 kB Progress (3): 61 kB | 335 kB | 279/575 kB Progress (3): 61 kB | 335 kB | 283/575 kB Progress (3): 61 kB | 335 kB | 287/575 kB Progress (3): 61 kB | 335 kB | 291/575 kB Progress (3): 61 kB | 335 kB | 295/575 kB Progress (3): 61 kB | 335 kB | 299/575 kB Progress (3): 61 kB | 335 kB | 303/575 kB Progress (3): 61 kB | 335 kB | 307/575 kB Progress (3): 61 kB | 335 kB | 311/575 kB Progress (3): 61 kB | 335 kB | 315/575 kB Progress (3): 61 kB | 335 kB | 319/575 kB Progress (3): 61 kB | 335 kB | 324/575 kB Progress (3): 61 kB | 335 kB | 328/575 kB Progress (3): 61 kB | 335 kB | 332/575 kB Progress (3): 61 kB | 335 kB | 336/575 kB Progress (3): 61 kB | 335 kB | 340/575 kB Progress (3): 61 kB | 335 kB | 344/575 kB Progress (4): 61 kB | 335 kB | 344/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 344/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 344/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 344/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 348/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 352/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 356/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 360/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 360/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 360/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 365/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 369/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 373/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 377/575 kB | 0/1.5 MB Progress (4): 61 kB | 335 kB | 377/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 377/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 377/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 377/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 381/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 385/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 385/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 389/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 389/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 393/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 393/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 397/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 397/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 401/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 406/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.1/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 410/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 414/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 418/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 418/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 422/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 422/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 426/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 430/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 430/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 434/575 kB | 0.2/1.5 MB Progress (4): 61 kB | 335 kB | 434/575 kB | 0.2/1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 115 kB/s) Progress (3): 335 kB | 438/575 kB | 0.2/1.5 MB Progress (3): 335 kB | 442/575 kB | 0.2/1.5 MB Progress (3): 335 kB | 442/575 kB | 0.2/1.5 MB Progress (3): 335 kB | 442/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 446/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 451/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 455/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 455/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 459/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 459/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 463/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 467/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 467/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 471/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 471/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 475/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 475/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 479/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 479/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 483/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 487/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 492/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 492/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 492/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 496/575 kB | 0.3/1.5 MB Progress (3): 335 kB | 500/575 kB | 0.3/1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 623 kB/s) Progress (2): 504/575 kB | 0.3/1.5 MB Progress (2): 508/575 kB | 0.3/1.5 MB Progress (2): 512/575 kB | 0.3/1.5 MB Progress (2): 516/575 kB | 0.3/1.5 MB Progress (2): 520/575 kB | 0.3/1.5 MB Progress (2): 524/575 kB | 0.3/1.5 MB Progress (2): 528/575 kB | 0.3/1.5 MB Progress (2): 532/575 kB | 0.3/1.5 MB Progress (2): 537/575 kB | 0.3/1.5 MB Progress (2): 537/575 kB | 0.3/1.5 MB Progress (2): 541/575 kB | 0.3/1.5 MB Progress (2): 541/575 kB | 0.3/1.5 MB Progress (2): 545/575 kB | 0.3/1.5 MB Progress (2): 545/575 kB | 0.3/1.5 MB Progress (2): 549/575 kB | 0.3/1.5 MB Progress (2): 549/575 kB | 0.3/1.5 MB Progress (2): 553/575 kB | 0.3/1.5 MB Progress (2): 557/575 kB | 0.3/1.5 MB Progress (2): 557/575 kB | 0.4/1.5 MB Progress (2): 561/575 kB | 0.4/1.5 MB Progress (2): 561/575 kB | 0.4/1.5 MB Progress (2): 565/575 kB | 0.4/1.5 MB Progress (2): 569/575 kB | 0.4/1.5 MB Progress (2): 573/575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.4/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.5/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.6/1.5 MB Progress (2): 575 kB | 0.7/1.5 MB Progress (2): 575 kB | 0.7/1.5 MB Progress (2): 575 kB | 0.7/1.5 MB Progress (2): 575 kB | 0.7/1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 994 kB/s) Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 2.4 MB/s) [INFO] Building archetype jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.3.0/maven-archiver-3.3.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.3.0/maven-archiver-3.3.0.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.3.0/maven-archiver-3.3.0.pom (4.4 kB at 201 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 219 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 762 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 216 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 750 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 745 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/43/commons-parent-43.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/43/commons-parent-43.pom Progress (1): 4.1/70 kB Progress (1): 8.2/70 kB Progress (1): 12/70 kB Progress (1): 16/70 kB Progress (1): 20/70 kB Progress (1): 25/70 kB Progress (1): 29/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): 66/70 kB Progress (1): 70/70 kB Progress (1): 70 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 2.9 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 133 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 751 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 692 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.8/xz-1.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 95 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 132 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.7.0/plexus-archiver-3.7.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.7.0/plexus-archiver-3.7.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.7.0/plexus-archiver-3.7.0.pom (4.8 kB at 242 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.1.0/plexus-io-3.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.0/plexus-io-3.1.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.0/plexus-io-3.1.0.pom (4.5 kB at 227 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 829 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom Progress (1): 4.1/78 kB Progress (1): 8.2/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 25/78 kB Progress (1): 29/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): 66/78 kB Progress (1): 70/78 kB Progress (1): 74/78 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.5 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.3.0/maven-archiver-3.3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.1.0/plexus-io-3.1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.7.0/plexus-archiver-3.7.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.8/xz-1.8.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.3.0/maven-archiver-3.3.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.0/plexus-io-3.1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.7.0/plexus-archiver-3.7.0.jar Progress (1): 4.1/58 kB Progress (1): 8.2/58 kB Progress (1): 12/58 kB Progress (2): 12/58 kB | 4.1/24 kB Progress (2): 16/58 kB | 4.1/24 kB Progress (2): 16/58 kB | 8.2/24 kB Progress (2): 16/58 kB | 12/24 kB Progress (2): 16/58 kB | 16/24 kB Progress (2): 16/58 kB | 20/24 kB Progress (2): 20/58 kB | 20/24 kB Progress (2): 20/58 kB | 24 kB Progress (2): 25/58 kB | 24 kB Progress (2): 29/58 kB | 24 kB Progress (2): 33/58 kB | 24 kB Progress (3): 33/58 kB | 24 kB | 4.1/592 kB Progress (3): 33/58 kB | 24 kB | 8.2/592 kB Progress (3): 33/58 kB | 24 kB | 12/592 kB Progress (3): 33/58 kB | 24 kB | 16/592 kB Progress (4): 33/58 kB | 24 kB | 16/592 kB | 4.1/75 kB Progress (4): 33/58 kB | 24 kB | 16/592 kB | 8.2/75 kB Progress (4): 33/58 kB | 24 kB | 20/592 kB | 8.2/75 kB Progress (4): 33/58 kB | 24 kB | 20/592 kB | 12/75 kB Progress (4): 33/58 kB | 24 kB | 25/592 kB | 12/75 kB Progress (4): 37/58 kB | 24 kB | 25/592 kB | 12/75 kB Progress (4): 37/58 kB | 24 kB | 25/592 kB | 16/75 kB Progress (4): 41/58 kB | 24 kB | 25/592 kB | 16/75 kB Progress (4): 41/58 kB | 24 kB | 29/592 kB | 16/75 kB Progress (4): 45/58 kB | 24 kB | 29/592 kB | 16/75 kB Progress (4): 45/58 kB | 24 kB | 29/592 kB | 20/75 kB Progress (4): 45/58 kB | 24 kB | 33/592 kB | 20/75 kB Progress (4): 45/58 kB | 24 kB | 33/592 kB | 25/75 kB Progress (4): 49/58 kB | 24 kB | 33/592 kB | 25/75 kB Progress (4): 49/58 kB | 24 kB | 33/592 kB | 29/75 kB Progress (4): 49/58 kB | 24 kB | 33/592 kB | 33/75 kB Progress (4): 49/58 kB | 24 kB | 37/592 kB | 33/75 kB Progress (4): 53/58 kB | 24 kB | 37/592 kB | 33/75 kB Progress (4): 53/58 kB | 24 kB | 41/592 kB | 33/75 kB Progress (4): 57/58 kB | 24 kB | 41/592 kB | 33/75 kB Progress (4): 57/58 kB | 24 kB | 45/592 kB | 33/75 kB Progress (4): 57/58 kB | 24 kB | 45/592 kB | 37/75 kB Progress (4): 57/58 kB | 24 kB | 49/592 kB | 37/75 kB Progress (5): 57/58 kB | 24 kB | 49/592 kB | 37/75 kB | 4.1/192 kB Progress (5): 58 kB | 24 kB | 49/592 kB | 37/75 kB | 4.1/192 kB Progress (5): 58 kB | 24 kB | 49/592 kB | 37/75 kB | 8.2/192 kB Progress (5): 58 kB | 24 kB | 49/592 kB | 41/75 kB | 8.2/192 kB Progress (5): 58 kB | 24 kB | 53/592 kB | 41/75 kB | 8.2/192 kB Progress (5): 58 kB | 24 kB | 53/592 kB | 41/75 kB | 12/192 kB Progress (5): 58 kB | 24 kB | 57/592 kB | 41/75 kB | 12/192 kB Progress (5): 58 kB | 24 kB | 57/592 kB | 45/75 kB | 12/192 kB Progress (5): 58 kB | 24 kB | 61/592 kB | 45/75 kB | 12/192 kB Progress (5): 58 kB | 24 kB | 61/592 kB | 45/75 kB | 16/192 kB Progress (5): 58 kB | 24 kB | 66/592 kB | 45/75 kB | 16/192 kB Progress (5): 58 kB | 24 kB | 66/592 kB | 49/75 kB | 16/192 kB Progress (5): 58 kB | 24 kB | 66/592 kB | 49/75 kB | 20/192 kB Progress (5): 58 kB | 24 kB | 70/592 kB | 49/75 kB | 20/192 kB Progress (5): 58 kB | 24 kB | 70/592 kB | 53/75 kB | 20/192 kB Progress (5): 58 kB | 24 kB | 70/592 kB | 53/75 kB | 25/192 kB Progress (5): 58 kB | 24 kB | 70/592 kB | 57/75 kB | 25/192 kB Progress (5): 58 kB | 24 kB | 74/592 kB | 57/75 kB | 25/192 kB Progress (5): 58 kB | 24 kB | 74/592 kB | 61/75 kB | 25/192 kB Progress (5): 58 kB | 24 kB | 74/592 kB | 61/75 kB | 29/192 kB Progress (5): 58 kB | 24 kB | 74/592 kB | 61/75 kB | 33/192 kB Progress (5): 58 kB | 24 kB | 74/592 kB | 66/75 kB | 33/192 kB Progress (5): 58 kB | 24 kB | 78/592 kB | 66/75 kB | 33/192 kB Progress (5): 58 kB | 24 kB | 82/592 kB | 66/75 kB | 33/192 kB Progress (5): 58 kB | 24 kB | 82/592 kB | 70/75 kB | 33/192 kB Progress (5): 58 kB | 24 kB | 82/592 kB | 70/75 kB | 37/192 kB Progress (5): 58 kB | 24 kB | 82/592 kB | 74/75 kB | 37/192 kB Progress (5): 58 kB | 24 kB | 86/592 kB | 74/75 kB | 37/192 kB Progress (5): 58 kB | 24 kB | 86/592 kB | 74/75 kB | 41/192 kB Progress (5): 58 kB | 24 kB | 90/592 kB | 74/75 kB | 41/192 kB Progress (5): 58 kB | 24 kB | 94/592 kB | 74/75 kB | 41/192 kB Progress (5): 58 kB | 24 kB | 94/592 kB | 75 kB | 41/192 kB Progress (5): 58 kB | 24 kB | 98/592 kB | 75 kB | 41/192 kB Progress (5): 58 kB | 24 kB | 98/592 kB | 75 kB | 45/192 kB Progress (5): 58 kB | 24 kB | 98/592 kB | 75 kB | 49/192 kB Progress (5): 58 kB | 24 kB | 102/592 kB | 75 kB | 49/192 kB Progress (5): 58 kB | 24 kB | 106/592 kB | 75 kB | 49/192 kB Progress (5): 58 kB | 24 kB | 106/592 kB | 75 kB | 53/192 kB Progress (5): 58 kB | 24 kB | 111/592 kB | 75 kB | 53/192 kB Progress (5): 58 kB | 24 kB | 111/592 kB | 75 kB | 57/192 kB Progress (5): 58 kB | 24 kB | 115/592 kB | 75 kB | 57/192 kB Progress (5): 58 kB | 24 kB | 115/592 kB | 75 kB | 61/192 kB Progress (5): 58 kB | 24 kB | 115/592 kB | 75 kB | 66/192 kB Progress (5): 58 kB | 24 kB | 119/592 kB | 75 kB | 66/192 kB Progress (5): 58 kB | 24 kB | 123/592 kB | 75 kB | 66/192 kB Progress (5): 58 kB | 24 kB | 123/592 kB | 75 kB | 70/192 kB Progress (5): 58 kB | 24 kB | 127/592 kB | 75 kB | 70/192 kB Progress (5): 58 kB | 24 kB | 127/592 kB | 75 kB | 74/192 kB Progress (5): 58 kB | 24 kB | 131/592 kB | 75 kB | 74/192 kB Progress (5): 58 kB | 24 kB | 131/592 kB | 75 kB | 78/192 kB Progress (5): 58 kB | 24 kB | 131/592 kB | 75 kB | 82/192 kB Progress (5): 58 kB | 24 kB | 135/592 kB | 75 kB | 82/192 kB Progress (5): 58 kB | 24 kB | 139/592 kB | 75 kB | 82/192 kB Progress (5): 58 kB | 24 kB | 143/592 kB | 75 kB | 82/192 kB Progress (5): 58 kB | 24 kB | 143/592 kB | 75 kB | 86/192 kB Progress (5): 58 kB | 24 kB | 147/592 kB | 75 kB | 86/192 kB Progress (5): 58 kB | 24 kB | 147/592 kB | 75 kB | 90/192 kB Progress (5): 58 kB | 24 kB | 147/592 kB | 75 kB | 94/192 kB Progress (5): 58 kB | 24 kB | 147/592 kB | 75 kB | 98/192 kB Progress (5): 58 kB | 24 kB | 152/592 kB | 75 kB | 98/192 kB Progress (5): 58 kB | 24 kB | 156/592 kB | 75 kB | 98/192 kB Progress (5): 58 kB | 24 kB | 160/592 kB | 75 kB | 98/192 kB Progress (5): 58 kB | 24 kB | 160/592 kB | 75 kB | 102/192 kB Progress (5): 58 kB | 24 kB | 164/592 kB | 75 kB | 102/192 kB Progress (5): 58 kB | 24 kB | 164/592 kB | 75 kB | 106/192 kB Progress (5): 58 kB | 24 kB | 164/592 kB | 75 kB | 111/192 kB Progress (5): 58 kB | 24 kB | 168/592 kB | 75 kB | 111/192 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.3.0/maven-archiver-3.3.0.jar (24 kB at 1.0 MB/s) Progress (4): 58 kB | 168/592 kB | 75 kB | 115/192 kB Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar Progress (4): 58 kB | 172/592 kB | 75 kB | 115/192 kB Progress (4): 58 kB | 176/592 kB | 75 kB | 115/192 kB Progress (4): 58 kB | 180/592 kB | 75 kB | 115/192 kB Progress (4): 58 kB | 180/592 kB | 75 kB | 119/192 kB Progress (4): 58 kB | 180/592 kB | 75 kB | 123/192 kB Progress (4): 58 kB | 180/592 kB | 75 kB | 127/192 kB Progress (4): 58 kB | 180/592 kB | 75 kB | 131/192 kB Progress (4): 58 kB | 184/592 kB | 75 kB | 131/192 kB Progress (4): 58 kB | 188/592 kB | 75 kB | 131/192 kB Progress (4): 58 kB | 193/592 kB | 75 kB | 131/192 kB Progress (4): 58 kB | 193/592 kB | 75 kB | 135/192 kB Progress (4): 58 kB | 197/592 kB | 75 kB | 135/192 kB Progress (4): 58 kB | 197/592 kB | 75 kB | 139/192 kB Progress (4): 58 kB | 197/592 kB | 75 kB | 143/192 kB Progress (4): 58 kB | 197/592 kB | 75 kB | 147/192 kB Progress (4): 58 kB | 201/592 kB | 75 kB | 147/192 kB Progress (4): 58 kB | 205/592 kB | 75 kB | 147/192 kB Progress (4): 58 kB | 209/592 kB | 75 kB | 147/192 kB Progress (4): 58 kB | 209/592 kB | 75 kB | 152/192 kB Progress (4): 58 kB | 213/592 kB | 75 kB | 152/192 kB Progress (4): 58 kB | 213/592 kB | 75 kB | 156/192 kB Progress (4): 58 kB | 213/592 kB | 75 kB | 160/192 kB Progress (4): 58 kB | 213/592 kB | 75 kB | 164/192 kB Progress (4): 58 kB | 217/592 kB | 75 kB | 164/192 kB Progress (4): 58 kB | 221/592 kB | 75 kB | 164/192 kB Progress (4): 58 kB | 221/592 kB | 75 kB | 168/192 kB Progress (4): 58 kB | 225/592 kB | 75 kB | 168/192 kB Progress (4): 58 kB | 225/592 kB | 75 kB | 172/192 kB Progress (4): 58 kB | 229/592 kB | 75 kB | 172/192 kB Progress (4): 58 kB | 229/592 kB | 75 kB | 176/192 kB Progress (4): 58 kB | 229/592 kB | 75 kB | 180/192 kB Progress (4): 58 kB | 233/592 kB | 75 kB | 180/192 kB Progress (4): 58 kB | 233/592 kB | 75 kB | 184/192 kB Progress (4): 58 kB | 238/592 kB | 75 kB | 184/192 kB Progress (4): 58 kB | 238/592 kB | 75 kB | 188/192 kB Progress (4): 58 kB | 242/592 kB | 75 kB | 188/192 kB Progress (4): 58 kB | 242/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 246/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 250/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 254/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 258/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 262/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 266/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 270/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 274/592 kB | 75 kB | 192 kB Progress (4): 58 kB | 279/592 kB | 75 kB | 192 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.0/plexus-io-3.1.0.jar (75 kB at 2.8 MB/s) Progress (3): 58 kB | 283/592 kB | 192 kB Progress (3): 58 kB | 287/592 kB | 192 kB Progress (3): 58 kB | 291/592 kB | 192 kB Progress (3): 58 kB | 295/592 kB | 192 kB Progress (3): 58 kB | 299/592 kB | 192 kB Progress (3): 58 kB | 303/592 kB | 192 kB Progress (3): 58 kB | 307/592 kB | 192 kB Progress (3): 58 kB | 311/592 kB | 192 kB Progress (3): 58 kB | 315/592 kB | 192 kB Progress (3): 58 kB | 319/592 kB | 192 kB Progress (3): 58 kB | 324/592 kB | 192 kB Progress (3): 58 kB | 328/592 kB | 192 kB Progress (3): 58 kB | 332/592 kB | 192 kB Progress (3): 58 kB | 336/592 kB | 192 kB Progress (3): 58 kB | 340/592 kB | 192 kB Progress (3): 58 kB | 344/592 kB | 192 kB Progress (3): 58 kB | 348/592 kB | 192 kB Progress (3): 58 kB | 352/592 kB | 192 kB Progress (3): 58 kB | 356/592 kB | 192 kB Progress (3): 58 kB | 360/592 kB | 192 kB Progress (3): 58 kB | 365/592 kB | 192 kB Progress (3): 58 kB | 369/592 kB | 192 kB Progress (3): 58 kB | 373/592 kB | 192 kB Progress (3): 58 kB | 377/592 kB | 192 kB Progress (3): 58 kB | 381/592 kB | 192 kB Progress (3): 58 kB | 385/592 kB | 192 kB Progress (3): 58 kB | 389/592 kB | 192 kB Progress (3): 58 kB | 393/592 kB | 192 kB Progress (3): 58 kB | 397/592 kB | 192 kB Progress (3): 58 kB | 401/592 kB | 192 kB Progress (3): 58 kB | 406/592 kB | 192 kB Progress (3): 58 kB | 410/592 kB | 192 kB Progress (3): 58 kB | 414/592 kB | 192 kB Progress (3): 58 kB | 418/592 kB | 192 kB Progress (4): 58 kB | 418/592 kB | 192 kB | 4.1/109 kB Progress (4): 58 kB | 418/592 kB | 192 kB | 8.2/109 kB Progress (4): 58 kB | 422/592 kB | 192 kB | 8.2/109 kB Progress (4): 58 kB | 422/592 kB | 192 kB | 12/109 kB Progress (4): 58 kB | 426/592 kB | 192 kB | 12/109 kB Progress (4): 58 kB | 426/592 kB | 192 kB | 16/109 kB Progress (4): 58 kB | 430/592 kB | 192 kB | 16/109 kB Progress (4): 58 kB | 434/592 kB | 192 kB | 16/109 kB Progress (4): 58 kB | 434/592 kB | 192 kB | 20/109 kB Progress (4): 58 kB | 434/592 kB | 192 kB | 25/109 kB Progress (4): 58 kB | 438/592 kB | 192 kB | 25/109 kB Progress (4): 58 kB | 438/592 kB | 192 kB | 29/109 kB Progress (4): 58 kB | 442/592 kB | 192 kB | 29/109 kB Progress (4): 58 kB | 446/592 kB | 192 kB | 29/109 kB Progress (4): 58 kB | 451/592 kB | 192 kB | 29/109 kB Progress (4): 58 kB | 451/592 kB | 192 kB | 33/109 kB Progress (4): 58 kB | 455/592 kB | 192 kB | 33/109 kB Progress (4): 58 kB | 459/592 kB | 192 kB | 33/109 kB Progress (4): 58 kB | 459/592 kB | 192 kB | 37/109 kB Progress (4): 58 kB | 463/592 kB | 192 kB | 37/109 kB Progress (4): 58 kB | 463/592 kB | 192 kB | 41/109 kB Progress (4): 58 kB | 467/592 kB | 192 kB | 41/109 kB Progress (4): 58 kB | 467/592 kB | 192 kB | 45/109 kB Progress (4): 58 kB | 467/592 kB | 192 kB | 49/109 kB Progress (4): 58 kB | 471/592 kB | 192 kB | 49/109 kB Progress (4): 58 kB | 475/592 kB | 192 kB | 49/109 kB Progress (4): 58 kB | 475/592 kB | 192 kB | 53/109 kB Progress (4): 58 kB | 479/592 kB | 192 kB | 53/109 kB Progress (4): 58 kB | 479/592 kB | 192 kB | 57/109 kB Progress (4): 58 kB | 483/592 kB | 192 kB | 57/109 kB Progress (4): 58 kB | 483/592 kB | 192 kB | 61/109 kB Progress (4): 58 kB | 483/592 kB | 192 kB | 66/109 kB Progress (4): 58 kB | 487/592 kB | 192 kB | 66/109 kB Progress (4): 58 kB | 492/592 kB | 192 kB | 66/109 kB Progress (4): 58 kB | 492/592 kB | 192 kB | 70/109 kB Progress (4): 58 kB | 496/592 kB | 192 kB | 70/109 kB Progress (4): 58 kB | 496/592 kB | 192 kB | 74/109 kB Progress (4): 58 kB | 500/592 kB | 192 kB | 74/109 kB Progress (4): 58 kB | 500/592 kB | 192 kB | 78/109 kB Progress (4): 58 kB | 500/592 kB | 192 kB | 82/109 kB Progress (4): 58 kB | 504/592 kB | 192 kB | 82/109 kB Progress (4): 58 kB | 508/592 kB | 192 kB | 82/109 kB Progress (4): 58 kB | 508/592 kB | 192 kB | 86/109 kB Progress (4): 58 kB | 512/592 kB | 192 kB | 86/109 kB Progress (4): 58 kB | 512/592 kB | 192 kB | 90/109 kB Progress (4): 58 kB | 516/592 kB | 192 kB | 90/109 kB Progress (4): 58 kB | 516/592 kB | 192 kB | 94/109 kB Progress (4): 58 kB | 516/592 kB | 192 kB | 98/109 kB Progress (4): 58 kB | 520/592 kB | 192 kB | 98/109 kB Progress (4): 58 kB | 520/592 kB | 192 kB | 102/109 kB Progress (4): 58 kB | 524/592 kB | 192 kB | 102/109 kB Progress (4): 58 kB | 524/592 kB | 192 kB | 106/109 kB Progress (4): 58 kB | 528/592 kB | 192 kB | 106/109 kB Progress (4): 58 kB | 528/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 532/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 537/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 541/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 545/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 549/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 553/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 557/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 561/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 565/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 569/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 573/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 578/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 582/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 586/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 590/592 kB | 192 kB | 109 kB Progress (4): 58 kB | 592 kB | 192 kB | 109 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 2.4 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 12 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.7.0/plexus-archiver-3.7.0.jar (192 kB at 2.7 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 828 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 17 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 179 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 936 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.pom (4.3 kB at 145 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 241 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 242 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 224 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 546 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 95 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 280 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar Progress (1): 4.1/154 kB Progress (2): 4.1/154 kB | 4.1/86 kB Progress (2): 8.2/154 kB | 4.1/86 kB Progress (2): 8.2/154 kB | 8.2/86 kB Progress (2): 12/154 kB | 8.2/86 kB Progress (2): 12/154 kB | 12/86 kB Progress (2): 16/154 kB | 12/86 kB Progress (2): 16/154 kB | 16/86 kB Progress (3): 16/154 kB | 16/86 kB | 4.1/24 kB Progress (3): 16/154 kB | 16/86 kB | 8.2/24 kB Progress (3): 20/154 kB | 16/86 kB | 8.2/24 kB Progress (3): 20/154 kB | 20/86 kB | 8.2/24 kB Progress (3): 20/154 kB | 20/86 kB | 12/24 kB Progress (3): 20/154 kB | 25/86 kB | 12/24 kB Progress (3): 25/154 kB | 25/86 kB | 12/24 kB Progress (3): 25/154 kB | 29/86 kB | 12/24 kB Progress (3): 25/154 kB | 29/86 kB | 16/24 kB Progress (4): 25/154 kB | 29/86 kB | 16/24 kB | 4.1/187 kB Progress (4): 25/154 kB | 33/86 kB | 16/24 kB | 4.1/187 kB Progress (4): 29/154 kB | 33/86 kB | 16/24 kB | 4.1/187 kB Progress (4): 29/154 kB | 33/86 kB | 20/24 kB | 4.1/187 kB Progress (4): 29/154 kB | 33/86 kB | 20/24 kB | 8.2/187 kB Progress (4): 29/154 kB | 33/86 kB | 24 kB | 8.2/187 kB Progress (4): 33/154 kB | 33/86 kB | 24 kB | 8.2/187 kB Progress (4): 33/154 kB | 33/86 kB | 24 kB | 12/187 kB Progress (4): 33/154 kB | 37/86 kB | 24 kB | 12/187 kB Progress (4): 33/154 kB | 37/86 kB | 24 kB | 16/187 kB Progress (4): 33/154 kB | 41/86 kB | 24 kB | 16/187 kB Progress (4): 37/154 kB | 41/86 kB | 24 kB | 16/187 kB Progress (4): 37/154 kB | 45/86 kB | 24 kB | 16/187 kB Progress (4): 41/154 kB | 45/86 kB | 24 kB | 16/187 kB Progress (4): 41/154 kB | 49/86 kB | 24 kB | 16/187 kB Progress (4): 45/154 kB | 49/86 kB | 24 kB | 16/187 kB Progress (4): 45/154 kB | 49/86 kB | 24 kB | 20/187 kB Progress (4): 49/154 kB | 49/86 kB | 24 kB | 20/187 kB Progress (4): 49/154 kB | 53/86 kB | 24 kB | 20/187 kB Progress (4): 49/154 kB | 53/86 kB | 24 kB | 25/187 kB Progress (4): 49/154 kB | 57/86 kB | 24 kB | 25/187 kB Progress (4): 49/154 kB | 57/86 kB | 24 kB | 29/187 kB Progress (4): 53/154 kB | 57/86 kB | 24 kB | 29/187 kB Progress (4): 53/154 kB | 61/86 kB | 24 kB | 29/187 kB Progress (4): 57/154 kB | 61/86 kB | 24 kB | 29/187 kB Progress (4): 57/154 kB | 61/86 kB | 24 kB | 33/187 kB Progress (4): 61/154 kB | 61/86 kB | 24 kB | 33/187 kB Progress (4): 61/154 kB | 66/86 kB | 24 kB | 33/187 kB Progress (4): 66/154 kB | 66/86 kB | 24 kB | 33/187 kB Progress (4): 66/154 kB | 66/86 kB | 24 kB | 37/187 kB Progress (4): 70/154 kB | 66/86 kB | 24 kB | 37/187 kB Progress (4): 70/154 kB | 70/86 kB | 24 kB | 37/187 kB Progress (4): 70/154 kB | 70/86 kB | 24 kB | 41/187 kB Progress (4): 70/154 kB | 74/86 kB | 24 kB | 41/187 kB Progress (4): 74/154 kB | 74/86 kB | 24 kB | 41/187 kB Progress (4): 78/154 kB | 74/86 kB | 24 kB | 41/187 kB Progress (4): 82/154 kB | 74/86 kB | 24 kB | 41/187 kB Progress (4): 82/154 kB | 78/86 kB | 24 kB | 41/187 kB Progress (4): 82/154 kB | 78/86 kB | 24 kB | 45/187 kB Progress (4): 82/154 kB | 82/86 kB | 24 kB | 45/187 kB Progress (4): 82/154 kB | 82/86 kB | 24 kB | 49/187 kB Progress (4): 86/154 kB | 82/86 kB | 24 kB | 49/187 kB Progress (4): 86/154 kB | 86 kB | 24 kB | 49/187 kB Progress (4): 90/154 kB | 86 kB | 24 kB | 49/187 kB Progress (4): 94/154 kB | 86 kB | 24 kB | 49/187 kB Progress (4): 98/154 kB | 86 kB | 24 kB | 49/187 kB Progress (4): 98/154 kB | 86 kB | 24 kB | 53/187 kB Progress (4): 98/154 kB | 86 kB | 24 kB | 57/187 kB Progress (4): 98/154 kB | 86 kB | 24 kB | 61/187 kB Progress (4): 102/154 kB | 86 kB | 24 kB | 61/187 kB Progress (4): 102/154 kB | 86 kB | 24 kB | 66/187 kB Progress (4): 106/154 kB | 86 kB | 24 kB | 66/187 kB Progress (4): 111/154 kB | 86 kB | 24 kB | 66/187 kB Progress (4): 115/154 kB | 86 kB | 24 kB | 66/187 kB Progress (4): 115/154 kB | 86 kB | 24 kB | 70/187 kB Progress (4): 115/154 kB | 86 kB | 24 kB | 74/187 kB Progress (4): 115/154 kB | 86 kB | 24 kB | 78/187 kB Progress (4): 119/154 kB | 86 kB | 24 kB | 78/187 kB Progress (4): 119/154 kB | 86 kB | 24 kB | 82/187 kB Progress (4): 123/154 kB | 86 kB | 24 kB | 82/187 kB Progress (4): 127/154 kB | 86 kB | 24 kB | 82/187 kB Progress (4): 131/154 kB | 86 kB | 24 kB | 82/187 kB Progress (4): 131/154 kB | 86 kB | 24 kB | 86/187 kB Progress (4): 131/154 kB | 86 kB | 24 kB | 90/187 kB Progress (4): 131/154 kB | 86 kB | 24 kB | 94/187 kB Progress (4): 135/154 kB | 86 kB | 24 kB | 94/187 kB Progress (4): 135/154 kB | 86 kB | 24 kB | 98/187 kB Progress (4): 139/154 kB | 86 kB | 24 kB | 98/187 kB Progress (4): 143/154 kB | 86 kB | 24 kB | 98/187 kB Progress (4): 147/154 kB | 86 kB | 24 kB | 98/187 kB Progress (4): 147/154 kB | 86 kB | 24 kB | 102/187 kB Progress (4): 147/154 kB | 86 kB | 24 kB | 106/187 kB Progress (4): 152/154 kB | 86 kB | 24 kB | 106/187 kB Progress (4): 152/154 kB | 86 kB | 24 kB | 111/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 111/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 115/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 119/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 123/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 127/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 131/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 135/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 139/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 143/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 147/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 152/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 156/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 160/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 164/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 168/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 172/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 176/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 180/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 184/187 kB Progress (4): 154 kB | 86 kB | 24 kB | 187 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 kB at 1.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 3.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 5.5 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 2.5 MB/s) Progress (1): 4.1/100 kB Progress (1): 8.2/100 kB Progress (1): 12/100 kB Progress (1): 16/100 kB Progress (2): 16/100 kB | 4.1/4.3 kB Progress (2): 16/100 kB | 4.3 kB Progress (2): 20/100 kB | 4.3 kB Progress (2): 25/100 kB | 4.3 kB Progress (2): 29/100 kB | 4.3 kB Progress (2): 33/100 kB | 4.3 kB Progress (3): 33/100 kB | 4.3 kB | 4.1/426 kB Progress (3): 33/100 kB | 4.3 kB | 8.2/426 kB Progress (3): 33/100 kB | 4.3 kB | 12/426 kB Progress (3): 33/100 kB | 4.3 kB | 16/426 kB Progress (3): 37/100 kB | 4.3 kB | 16/426 kB Progress (3): 41/100 kB | 4.3 kB | 16/426 kB Progress (3): 45/100 kB | 4.3 kB | 16/426 kB Progress (3): 49/100 kB | 4.3 kB | 16/426 kB Progress (3): 49/100 kB | 4.3 kB | 20/426 kB Progress (3): 49/100 kB | 4.3 kB | 25/426 kB Progress (3): 49/100 kB | 4.3 kB | 29/426 kB Progress (3): 49/100 kB | 4.3 kB | 33/426 kB Progress (3): 53/100 kB | 4.3 kB | 33/426 kB Progress (3): 57/100 kB | 4.3 kB | 33/426 kB Progress (3): 61/100 kB | 4.3 kB | 33/426 kB Progress (3): 66/100 kB | 4.3 kB | 33/426 kB Progress (3): 66/100 kB | 4.3 kB | 37/426 kB Progress (3): 66/100 kB | 4.3 kB | 41/426 kB Progress (3): 66/100 kB | 4.3 kB | 45/426 kB Progress (3): 66/100 kB | 4.3 kB | 49/426 kB Progress (3): 70/100 kB | 4.3 kB | 49/426 kB Progress (3): 74/100 kB | 4.3 kB | 49/426 kB Progress (3): 78/100 kB | 4.3 kB | 49/426 kB Progress (3): 82/100 kB | 4.3 kB | 49/426 kB Progress (3): 82/100 kB | 4.3 kB | 53/426 kB Progress (3): 82/100 kB | 4.3 kB | 57/426 kB Progress (3): 86/100 kB | 4.3 kB | 57/426 kB Progress (3): 90/100 kB | 4.3 kB | 57/426 kB Progress (3): 90/100 kB | 4.3 kB | 61/426 kB Progress (3): 94/100 kB | 4.3 kB | 61/426 kB Progress (3): 94/100 kB | 4.3 kB | 66/426 kB Progress (3): 98/100 kB | 4.3 kB | 66/426 kB Progress (3): 100 kB | 4.3 kB | 66/426 kB Progress (3): 100 kB | 4.3 kB | 70/426 kB Progress (3): 100 kB | 4.3 kB | 74/426 kB Progress (3): 100 kB | 4.3 kB | 78/426 kB Progress (3): 100 kB | 4.3 kB | 82/426 kB Progress (3): 100 kB | 4.3 kB | 86/426 kB Progress (3): 100 kB | 4.3 kB | 90/426 kB Progress (3): 100 kB | 4.3 kB | 94/426 kB Progress (3): 100 kB | 4.3 kB | 98/426 kB Progress (3): 100 kB | 4.3 kB | 102/426 kB Progress (3): 100 kB | 4.3 kB | 106/426 kB Progress (3): 100 kB | 4.3 kB | 111/426 kB Progress (3): 100 kB | 4.3 kB | 115/426 kB Progress (3): 100 kB | 4.3 kB | 119/426 kB Progress (3): 100 kB | 4.3 kB | 123/426 kB Progress (3): 100 kB | 4.3 kB | 127/426 kB Progress (3): 100 kB | 4.3 kB | 131/426 kB Progress (3): 100 kB | 4.3 kB | 135/426 kB Progress (3): 100 kB | 4.3 kB | 139/426 kB Progress (3): 100 kB | 4.3 kB | 143/426 kB Progress (3): 100 kB | 4.3 kB | 147/426 kB Progress (3): 100 kB | 4.3 kB | 152/426 kB Progress (3): 100 kB | 4.3 kB | 156/426 kB Progress (3): 100 kB | 4.3 kB | 160/426 kB Progress (3): 100 kB | 4.3 kB | 164/426 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 46 kB/s) Progress (2): 100 kB | 168/426 kB Progress (2): 100 kB | 172/426 kB Progress (2): 100 kB | 176/426 kB Progress (2): 100 kB | 180/426 kB Progress (2): 100 kB | 184/426 kB Progress (2): 100 kB | 188/426 kB Progress (2): 100 kB | 193/426 kB Progress (2): 100 kB | 197/426 kB Progress (2): 100 kB | 201/426 kB Progress (2): 100 kB | 205/426 kB Progress (2): 100 kB | 209/426 kB Progress (2): 100 kB | 213/426 kB Progress (2): 100 kB | 217/426 kB Progress (2): 100 kB | 221/426 kB Progress (2): 100 kB | 225/426 kB Progress (2): 100 kB | 229/426 kB Progress (2): 100 kB | 233/426 kB Progress (2): 100 kB | 238/426 kB Progress (2): 100 kB | 242/426 kB Progress (2): 100 kB | 246/426 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 1.0 MB/s) Progress (1): 250/426 kB Progress (1): 254/426 kB Progress (1): 258/426 kB Progress (1): 262/426 kB Progress (1): 266/426 kB Progress (1): 270/426 kB Progress (1): 274/426 kB Progress (1): 279/426 kB Progress (1): 283/426 kB Progress (1): 287/426 kB Progress (1): 291/426 kB Progress (1): 295/426 kB Progress (1): 299/426 kB Progress (1): 303/426 kB Progress (1): 307/426 kB Progress (1): 311/426 kB Progress (1): 315/426 kB Progress (1): 319/426 kB Progress (1): 324/426 kB Progress (1): 328/426 kB Progress (1): 332/426 kB Progress (1): 336/426 kB Progress (1): 340/426 kB Progress (1): 344/426 kB Progress (1): 348/426 kB Progress (1): 352/426 kB Progress (1): 356/426 kB Progress (1): 360/426 kB Progress (1): 365/426 kB Progress (1): 369/426 kB Progress (1): 373/426 kB Progress (1): 377/426 kB Progress (1): 381/426 kB Progress (1): 385/426 kB Progress (1): 389/426 kB Progress (1): 393/426 kB Progress (1): 397/426 kB Progress (1): 401/426 kB Progress (1): 406/426 kB Progress (1): 410/426 kB Progress (1): 414/426 kB Progress (1): 418/426 kB Progress (1): 422/426 kB Progress (1): 426 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 3.7 MB/s) [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-helloworld-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: debug, Value: false [INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: simpleArtifactName, Value: hellojs [INFO] Parameter: userName, Value: Scout Robot [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: artifactId, Value: helloworld [INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair()) [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/hellojs.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/index.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/login.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/js/logout.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/resources/WebContent/favicon/manifest.json [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/src/main/resources/WebContent/popup-window.js [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/19.0/guava-19.0.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 128 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom Progress (1): 4.1/9.9 kB Progress (1): 8.2/9.9 kB Progress (1): 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 494 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 230 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom Progress (1): 491 B Downloaded from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 26 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 238 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.pom (1.1 kB at 54 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 kB at 643 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 146 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.17/log4j-1.2.17.pom Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom Progress (1): 4.1/22 kB Progress (1): 8.2/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 988 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 275 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom (1.8 kB at 90 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom (7.8 kB at 391 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 74 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (1.3 kB at 61 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (1.8 kB at 97 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 kB at 614 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.14/log4j-1.2.14.pom Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 113 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Progress (1): 601 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 32 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0/maven-2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom Progress (1): 4.1/8.8 kB Progress (1): 8.2/8.8 kB Progress (1): 8.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 461 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Progress (1): 723 B Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 34 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/19.0/guava-19.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.17/log4j-1.2.17.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar Progress (1): 4.1/10.0 kB Progress (1): 8.2/10.0 kB Progress (1): 10.0 kB Progress (2): 10.0 kB | 2.3 kB Progress (3): 10.0 kB | 2.3 kB | 4.1/20 kB Progress (3): 10.0 kB | 2.3 kB | 8.2/20 kB Progress (3): 10.0 kB | 2.3 kB | 12/20 kB Progress (3): 10.0 kB | 2.3 kB | 16/20 kB Progress (3): 10.0 kB | 2.3 kB | 20 kB Progress (4): 10.0 kB | 2.3 kB | 20 kB | 4.1/490 kB Progress (4): 10.0 kB | 2.3 kB | 20 kB | 8.2/490 kB Progress (4): 10.0 kB | 2.3 kB | 20 kB | 12/490 kB Progress (4): 10.0 kB | 2.3 kB | 20 kB | 16/490 kB Progress (4): 10.0 kB | 2.3 kB | 20 kB | 20/490 kB Progress (4): 10.0 kB | 2.3 kB | 20 kB | 25/490 kB Progress (4): 10.0 kB | 2.3 kB | 20 kB | 29/490 kB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 29/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 33/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 37/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 41/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 45/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 45/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 49/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 49/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 53/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 57/490 kB | 0/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 57/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 61/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 66/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 70/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 74/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 78/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 78/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 82/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 86/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 90/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 94/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 98/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 98/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 102/490 kB | 0.1/2.3 MB Progress (5): 10.0 kB | 2.3 kB | 20 kB | 102/490 kB | 0.1/2.3 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar (20 kB at 831 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar Progress (4): 10.0 kB | 2.3 kB | 106/490 kB | 0.1/2.3 MB Progress (4): 10.0 kB | 2.3 kB | 111/490 kB | 0.1/2.3 MB Progress (4): 10.0 kB | 2.3 kB | 115/490 kB | 0.1/2.3 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar (10.0 kB at 151 kB/s) Progress (4): 2.3 kB | 115/490 kB | 0.1/2.3 MB | 4.1/41 kB Progress (4): 2.3 kB | 119/490 kB | 0.1/2.3 MB | 4.1/41 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 34 kB/s) Progress (3): 119/490 kB | 0.1/2.3 MB | 4.1/41 kB Progress (3): 123/490 kB | 0.1/2.3 MB | 4.1/41 kB Progress (3): 123/490 kB | 0.1/2.3 MB | 8.2/41 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar Progress (3): 123/490 kB | 0.1/2.3 MB | 8.2/41 kB Progress (3): 123/490 kB | 0.1/2.3 MB | 12/41 kB Progress (3): 127/490 kB | 0.1/2.3 MB | 12/41 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar Progress (3): 127/490 kB | 0.2/2.3 MB | 12/41 kB Progress (3): 131/490 kB | 0.2/2.3 MB | 12/41 kB Progress (3): 131/490 kB | 0.2/2.3 MB | 16/41 kB Progress (3): 131/490 kB | 0.2/2.3 MB | 16/41 kB Progress (3): 135/490 kB | 0.2/2.3 MB | 16/41 kB Progress (3): 135/490 kB | 0.2/2.3 MB | 20/41 kB Progress (3): 135/490 kB | 0.2/2.3 MB | 20/41 kB Progress (3): 139/490 kB | 0.2/2.3 MB | 20/41 kB Progress (3): 139/490 kB | 0.2/2.3 MB | 25/41 kB Progress (3): 143/490 kB | 0.2/2.3 MB | 25/41 kB Progress (3): 143/490 kB | 0.2/2.3 MB | 29/41 kB Progress (3): 143/490 kB | 0.2/2.3 MB | 29/41 kB Progress (3): 147/490 kB | 0.2/2.3 MB | 29/41 kB Progress (3): 147/490 kB | 0.2/2.3 MB | 33/41 kB Progress (3): 147/490 kB | 0.2/2.3 MB | 33/41 kB Progress (3): 147/490 kB | 0.2/2.3 MB | 37/41 kB Progress (3): 152/490 kB | 0.2/2.3 MB | 37/41 kB Progress (3): 152/490 kB | 0.2/2.3 MB | 41/41 kB Progress (3): 152/490 kB | 0.2/2.3 MB | 41/41 kB Progress (3): 156/490 kB | 0.2/2.3 MB | 41/41 kB Progress (3): 156/490 kB | 0.2/2.3 MB | 41 kB Progress (3): 160/490 kB | 0.2/2.3 MB | 41 kB Progress (3): 164/490 kB | 0.2/2.3 MB | 41 kB Progress (3): 164/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 164/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 168/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 172/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 176/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 180/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 180/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 184/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 184/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 188/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 193/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 197/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 197/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 197/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 201/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 205/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 209/490 kB | 0.3/2.3 MB | 41 kB Progress (3): 209/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 213/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 213/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 217/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 221/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 225/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 225/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 229/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 229/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 233/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 238/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 242/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 246/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 246/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 246/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 250/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 254/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 258/490 kB | 0.4/2.3 MB | 41 kB Progress (3): 258/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 262/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 262/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 266/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 270/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 274/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 274/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 277/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 277/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 281/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 286/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 290/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 290/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 294/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 294/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 298/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 302/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 306/490 kB | 0.5/2.3 MB | 41 kB Progress (3): 306/490 kB | 0.6/2.3 MB | 41 kB Progress (3): 310/490 kB | 0.6/2.3 MB | 41 kB Progress (4): 310/490 kB | 0.6/2.3 MB | 41 kB | 4.1/162 kB Progress (4): 314/490 kB | 0.6/2.3 MB | 41 kB | 4.1/162 kB Progress (4): 314/490 kB | 0.6/2.3 MB | 41 kB | 8.2/162 kB Progress (4): 314/490 kB | 0.6/2.3 MB | 41 kB | 8.2/162 kB Progress (4): 314/490 kB | 0.6/2.3 MB | 41 kB | 12/162 kB Progress (4): 318/490 kB | 0.6/2.3 MB | 41 kB | 12/162 kB Progress (4): 318/490 kB | 0.6/2.3 MB | 41 kB | 16/162 kB Progress (4): 322/490 kB | 0.6/2.3 MB | 41 kB | 16/162 kB Progress (4): 327/490 kB | 0.6/2.3 MB | 41 kB | 16/162 kB Progress (4): 327/490 kB | 0.6/2.3 MB | 41 kB | 16/162 kB Progress (4): 327/490 kB | 0.6/2.3 MB | 41 kB | 20/162 kB Progress (4): 327/490 kB | 0.6/2.3 MB | 41 kB | 25/162 kB Progress (4): 331/490 kB | 0.6/2.3 MB | 41 kB | 25/162 kB Progress (4): 331/490 kB | 0.6/2.3 MB | 41 kB | 29/162 kB Progress (4): 331/490 kB | 0.6/2.3 MB | 41 kB | 29/162 kB Progress (4): 335/490 kB | 0.6/2.3 MB | 41 kB | 29/162 kB Progress (4): 335/490 kB | 0.6/2.3 MB | 41 kB | 33/162 kB Progress (4): 339/490 kB | 0.6/2.3 MB | 41 kB | 33/162 kB Progress (4): 343/490 kB | 0.6/2.3 MB | 41 kB | 33/162 kB Progress (4): 343/490 kB | 0.6/2.3 MB | 41 kB | 33/162 kB Progress (4): 343/490 kB | 0.6/2.3 MB | 41 kB | 37/162 kB Progress (4): 343/490 kB | 0.6/2.3 MB | 41 kB | 41/162 kB Progress (4): 347/490 kB | 0.6/2.3 MB | 41 kB | 41/162 kB Progress (4): 347/490 kB | 0.6/2.3 MB | 41 kB | 45/162 kB Progress (4): 347/490 kB | 0.6/2.3 MB | 41 kB | 45/162 kB Progress (4): 351/490 kB | 0.6/2.3 MB | 41 kB | 45/162 kB Progress (4): 351/490 kB | 0.6/2.3 MB | 41 kB | 49/162 kB Progress (4): 355/490 kB | 0.6/2.3 MB | 41 kB | 49/162 kB Progress (4): 359/490 kB | 0.6/2.3 MB | 41 kB | 49/162 kB Progress (4): 359/490 kB | 0.7/2.3 MB | 41 kB | 49/162 kB Progress (4): 359/490 kB | 0.7/2.3 MB | 41 kB | 53/162 kB Progress (4): 359/490 kB | 0.7/2.3 MB | 41 kB | 57/162 kB Progress (4): 363/490 kB | 0.7/2.3 MB | 41 kB | 57/162 kB Progress (4): 363/490 kB | 0.7/2.3 MB | 41 kB | 61/162 kB Progress (4): 367/490 kB | 0.7/2.3 MB | 41 kB | 61/162 kB Progress (4): 367/490 kB | 0.7/2.3 MB | 41 kB | 61/162 kB Progress (4): 367/490 kB | 0.7/2.3 MB | 41 kB | 66/162 kB Progress (4): 372/490 kB | 0.7/2.3 MB | 41 kB | 66/162 kB Progress (4): 376/490 kB | 0.7/2.3 MB | 41 kB | 66/162 kB Progress (4): 376/490 kB | 0.7/2.3 MB | 41 kB | 70/162 kB Progress (4): 376/490 kB | 0.7/2.3 MB | 41 kB | 70/162 kB Progress (4): 376/490 kB | 0.7/2.3 MB | 41 kB | 74/162 kB Progress (4): 380/490 kB | 0.7/2.3 MB | 41 kB | 74/162 kB Progress (4): 380/490 kB | 0.7/2.3 MB | 41 kB | 78/162 kB Progress (4): 384/490 kB | 0.7/2.3 MB | 41 kB | 78/162 kB Progress (4): 384/490 kB | 0.7/2.3 MB | 41 kB | 82/162 kB Progress (4): 384/490 kB | 0.7/2.3 MB | 41 kB | 82/162 kB Progress (4): 388/490 kB | 0.7/2.3 MB | 41 kB | 82/162 kB Progress (4): 392/490 kB | 0.7/2.3 MB | 41 kB | 82/162 kB Progress (4): 392/490 kB | 0.7/2.3 MB | 41 kB | 86/162 kB Progress (4): 392/490 kB | 0.7/2.3 MB | 41 kB | 90/162 kB Progress (4): 392/490 kB | 0.7/2.3 MB | 41 kB | 90/162 kB Progress (4): 396/490 kB | 0.7/2.3 MB | 41 kB | 90/162 kB Progress (4): 396/490 kB | 0.7/2.3 MB | 41 kB | 94/162 kB Progress (4): 400/490 kB | 0.7/2.3 MB | 41 kB | 94/162 kB Progress (4): 400/490 kB | 0.7/2.3 MB | 41 kB | 98/162 kB Progress (4): 404/490 kB | 0.7/2.3 MB | 41 kB | 98/162 kB Progress (4): 404/490 kB | 0.7/2.3 MB | 41 kB | 98/162 kB Progress (4): 408/490 kB | 0.7/2.3 MB | 41 kB | 98/162 kB Progress (4): 408/490 kB | 0.7/2.3 MB | 41 kB | 102/162 kB Progress (4): 408/490 kB | 0.7/2.3 MB | 41 kB | 106/162 kB Progress (4): 408/490 kB | 0.7/2.3 MB | 41 kB | 111/162 kB Progress (4): 413/490 kB | 0.7/2.3 MB | 41 kB | 111/162 kB Progress (4): 413/490 kB | 0.7/2.3 MB | 41 kB | 111/162 kB Progress (4): 413/490 kB | 0.7/2.3 MB | 41 kB | 115/162 kB Progress (4): 417/490 kB | 0.7/2.3 MB | 41 kB | 115/162 kB Progress (4): 421/490 kB | 0.7/2.3 MB | 41 kB | 115/162 kB Progress (4): 425/490 kB | 0.7/2.3 MB | 41 kB | 115/162 kB Progress (4): 425/490 kB | 0.8/2.3 MB | 41 kB | 115/162 kB Progress (4): 425/490 kB | 0.8/2.3 MB | 41 kB | 119/162 kB Progress (4): 425/490 kB | 0.8/2.3 MB | 41 kB | 123/162 kB Progress (4): 425/490 kB | 0.8/2.3 MB | 41 kB | 127/162 kB Progress (4): 429/490 kB | 0.8/2.3 MB | 41 kB | 127/162 kB Progress (4): 429/490 kB | 0.8/2.3 MB | 41 kB | 131/162 kB Progress (4): 429/490 kB | 0.8/2.3 MB | 41 kB | 131/162 kB Progress (4): 433/490 kB | 0.8/2.3 MB | 41 kB | 131/162 kB Progress (4): 437/490 kB | 0.8/2.3 MB | 41 kB | 131/162 kB Progress (4): 441/490 kB | 0.8/2.3 MB | 41 kB | 131/162 kB Progress (4): 441/490 kB | 0.8/2.3 MB | 41 kB | 135/162 kB Progress (4): 441/490 kB | 0.8/2.3 MB | 41 kB | 135/162 kB Progress (4): 441/490 kB | 0.8/2.3 MB | 41 kB | 139/162 kB Progress (4): 445/490 kB | 0.8/2.3 MB | 41 kB | 139/162 kB Progress (4): 445/490 kB | 0.8/2.3 MB | 41 kB | 143/162 kB Progress (4): 449/490 kB | 0.8/2.3 MB | 41 kB | 143/162 kB Progress (4): 449/490 kB | 0.8/2.3 MB | 41 kB | 147/162 kB Progress (4): 449/490 kB | 0.8/2.3 MB | 41 kB | 147/162 kB Progress (4): 453/490 kB | 0.8/2.3 MB | 41 kB | 147/162 kB Progress (4): 458/490 kB | 0.8/2.3 MB | 41 kB | 147/162 kB Progress (4): 458/490 kB | 0.8/2.3 MB | 41 kB | 152/162 kB Progress (4): 458/490 kB | 0.8/2.3 MB | 41 kB | 156/162 kB Progress (4): 458/490 kB | 0.8/2.3 MB | 41 kB | 160/162 kB Progress (4): 458/490 kB | 0.8/2.3 MB | 41 kB | 160/162 kB Progress (4): 462/490 kB | 0.8/2.3 MB | 41 kB | 160/162 kB Progress (4): 462/490 kB | 0.8/2.3 MB | 41 kB | 162 kB Progress (4): 466/490 kB | 0.8/2.3 MB | 41 kB | 162 kB Progress (4): 470/490 kB | 0.8/2.3 MB | 41 kB | 162 kB Progress (4): 474/490 kB | 0.8/2.3 MB | 41 kB | 162 kB Progress (4): 474/490 kB | 0.8/2.3 MB | 41 kB | 162 kB Progress (4): 478/490 kB | 0.8/2.3 MB | 41 kB | 162 kB Progress (4): 478/490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (4): 482/490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (4): 486/490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (4): 486/490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (4): 490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (4): 490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (4): 490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (4): 490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (4): 490 kB | 0.9/2.3 MB | 41 kB | 162 kB Progress (5): 490 kB | 0.9/2.3 MB | 41 kB | 162 kB | 4.1/486 kB Progress (5): 490 kB | 0.9/2.3 MB | 41 kB | 162 kB | 8.2/486 kB Progress (5): 490 kB | 0.9/2.3 MB | 41 kB | 162 kB | 12/486 kB Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 3.0 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar (41 kB at 247 kB/s) Progress (3): 0.9/2.3 MB | 162 kB | 16/486 kB Downloading from central: https://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 981 kB/s) Progress (2): 1.0/2.3 MB | 16/486 kB Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar Progress (2): 1.0/2.3 MB | 20/486 kB Progress (2): 1.0/2.3 MB | 20/486 kB Progress (2): 1.0/2.3 MB | 25/486 kB Progress (2): 1.0/2.3 MB | 29/486 kB Progress (2): 1.0/2.3 MB | 33/486 kB Progress (2): 1.0/2.3 MB | 33/486 kB Progress (2): 1.0/2.3 MB | 37/486 kB Progress (2): 1.0/2.3 MB | 37/486 kB Progress (2): 1.0/2.3 MB | 41/486 kB Progress (2): 1.0/2.3 MB | 45/486 kB Progress (2): 1.0/2.3 MB | 49/486 kB Progress (2): 1.0/2.3 MB | 49/486 kB Progress (2): 1.0/2.3 MB | 53/486 kB Progress (2): 1.0/2.3 MB | 53/486 kB Progress (2): 1.0/2.3 MB | 57/486 kB Progress (2): 1.0/2.3 MB | 61/486 kB Progress (2): 1.0/2.3 MB | 66/486 kB Progress (2): 1.1/2.3 MB | 66/486 kB Progress (2): 1.1/2.3 MB | 70/486 kB Progress (2): 1.1/2.3 MB | 70/486 kB Progress (2): 1.1/2.3 MB | 74/486 kB Progress (2): 1.1/2.3 MB | 78/486 kB Progress (2): 1.1/2.3 MB | 82/486 kB Progress (2): 1.1/2.3 MB | 82/486 kB Progress (2): 1.1/2.3 MB | 86/486 kB Progress (2): 1.1/2.3 MB | 90/486 kB Progress (2): 1.1/2.3 MB | 90/486 kB Progress (2): 1.1/2.3 MB | 94/486 kB Progress (2): 1.1/2.3 MB | 98/486 kB Progress (2): 1.1/2.3 MB | 98/486 kB Progress (2): 1.1/2.3 MB | 102/486 kB Progress (2): 1.1/2.3 MB | 106/486 kB Progress (2): 1.1/2.3 MB | 106/486 kB Progress (2): 1.1/2.3 MB | 111/486 kB Progress (2): 1.1/2.3 MB | 115/486 kB Progress (2): 1.2/2.3 MB | 115/486 kB Progress (2): 1.2/2.3 MB | 119/486 kB Progress (2): 1.2/2.3 MB | 123/486 kB Progress (2): 1.2/2.3 MB | 123/486 kB Progress (2): 1.2/2.3 MB | 127/486 kB Progress (2): 1.2/2.3 MB | 131/486 kB Progress (2): 1.2/2.3 MB | 131/486 kB Progress (2): 1.2/2.3 MB | 135/486 kB Progress (2): 1.2/2.3 MB | 139/486 kB Progress (2): 1.2/2.3 MB | 139/486 kB Progress (2): 1.2/2.3 MB | 143/486 kB Progress (2): 1.2/2.3 MB | 147/486 kB Progress (2): 1.2/2.3 MB | 147/486 kB Progress (2): 1.2/2.3 MB | 152/486 kB Progress (2): 1.2/2.3 MB | 156/486 kB Progress (2): 1.2/2.3 MB | 156/486 kB Progress (2): 1.2/2.3 MB | 160/486 kB Progress (2): 1.2/2.3 MB | 164/486 kB Progress (2): 1.3/2.3 MB | 164/486 kB Progress (2): 1.3/2.3 MB | 168/486 kB Progress (2): 1.3/2.3 MB | 172/486 kB Progress (2): 1.3/2.3 MB | 172/486 kB Progress (2): 1.3/2.3 MB | 176/486 kB Progress (2): 1.3/2.3 MB | 180/486 kB Progress (2): 1.3/2.3 MB | 180/486 kB Progress (2): 1.3/2.3 MB | 184/486 kB Progress (2): 1.3/2.3 MB | 188/486 kB Progress (2): 1.3/2.3 MB | 193/486 kB Progress (2): 1.3/2.3 MB | 193/486 kB Progress (2): 1.3/2.3 MB | 197/486 kB Progress (2): 1.3/2.3 MB | 197/486 kB Progress (2): 1.3/2.3 MB | 201/486 kB Progress (2): 1.3/2.3 MB | 205/486 kB Progress (2): 1.3/2.3 MB | 209/486 kB Progress (2): 1.3/2.3 MB | 209/486 kB Progress (2): 1.3/2.3 MB | 213/486 kB Progress (2): 1.3/2.3 MB | 213/486 kB Progress (2): 1.3/2.3 MB | 217/486 kB Progress (2): 1.3/2.3 MB | 221/486 kB Progress (2): 1.3/2.3 MB | 225/486 kB Progress (2): 1.4/2.3 MB | 225/486 kB Progress (2): 1.4/2.3 MB | 229/486 kB Progress (3): 1.4/2.3 MB | 229/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 229/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 233/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 238/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 242/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 242/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 246/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 246/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 250/486 kB | 3.7 kB Progress (3): 1.4/2.3 MB | 254/486 kB | 3.7 kB Progress (4): 1.4/2.3 MB | 254/486 kB | 3.7 kB | 4.1/83 kB Progress (4): 1.4/2.3 MB | 254/486 kB | 3.7 kB | 4.1/83 kB Progress (4): 1.4/2.3 MB | 258/486 kB | 3.7 kB | 4.1/83 kB Progress (4): 1.4/2.3 MB | 258/486 kB | 3.7 kB | 8.2/83 kB Progress (4): 1.4/2.3 MB | 262/486 kB | 3.7 kB | 8.2/83 kB Progress (4): 1.4/2.3 MB | 262/486 kB | 3.7 kB | 12/83 kB Progress (4): 1.4/2.3 MB | 262/486 kB | 3.7 kB | 12/83 kB Progress (4): 1.4/2.3 MB | 262/486 kB | 3.7 kB | 16/83 kB Progress (4): 1.4/2.3 MB | 266/486 kB | 3.7 kB | 16/83 kB Progress (4): 1.4/2.3 MB | 270/486 kB | 3.7 kB | 16/83 kB Progress (4): 1.5/2.3 MB | 270/486 kB | 3.7 kB | 16/83 kB Progress (4): 1.5/2.3 MB | 270/486 kB | 3.7 kB | 20/83 kB Progress (4): 1.5/2.3 MB | 274/486 kB | 3.7 kB | 20/83 kB Progress (4): 1.5/2.3 MB | 274/486 kB | 3.7 kB | 25/83 kB Progress (4): 1.5/2.3 MB | 279/486 kB | 3.7 kB | 25/83 kB Progress (4): 1.5/2.3 MB | 279/486 kB | 3.7 kB | 25/83 kB Progress (4): 1.5/2.3 MB | 279/486 kB | 3.7 kB | 29/83 kB Progress (4): 1.5/2.3 MB | 279/486 kB | 3.7 kB | 33/83 kB Progress (4): 1.5/2.3 MB | 283/486 kB | 3.7 kB | 33/83 kB Progress (4): 1.5/2.3 MB | 283/486 kB | 3.7 kB | 33/83 kB Progress (4): 1.5/2.3 MB | 287/486 kB | 3.7 kB | 33/83 kB Progress (4): 1.5/2.3 MB | 291/486 kB | 3.7 kB | 33/83 kB Progress (4): 1.5/2.3 MB | 291/486 kB | 3.7 kB | 37/83 kB Progress (4): 1.5/2.3 MB | 291/486 kB | 3.7 kB | 37/83 kB Progress (4): 1.5/2.3 MB | 295/486 kB | 3.7 kB | 37/83 kB Progress (4): 1.5/2.3 MB | 295/486 kB | 3.7 kB | 41/83 kB Progress (4): 1.5/2.3 MB | 295/486 kB | 3.7 kB | 45/83 kB Progress (4): 1.5/2.3 MB | 295/486 kB | 3.7 kB | 45/83 kB Progress (4): 1.5/2.3 MB | 295/486 kB | 3.7 kB | 49/83 kB Progress (4): 1.5/2.3 MB | 299/486 kB | 3.7 kB | 49/83 kB Progress (4): 1.5/2.3 MB | 303/486 kB | 3.7 kB | 49/83 kB Progress (4): 1.5/2.3 MB | 303/486 kB | 3.7 kB | 49/83 kB Progress (4): 1.5/2.3 MB | 307/486 kB | 3.7 kB | 49/83 kB Progress (4): 1.5/2.3 MB | 307/486 kB | 3.7 kB | 53/83 kB Progress (4): 1.5/2.3 MB | 311/486 kB | 3.7 kB | 53/83 kB Progress (4): 1.5/2.3 MB | 311/486 kB | 3.7 kB | 57/83 kB Progress (4): 1.6/2.3 MB | 311/486 kB | 3.7 kB | 57/83 kB Progress (4): 1.6/2.3 MB | 311/486 kB | 3.7 kB | 61/83 kB Progress (4): 1.6/2.3 MB | 311/486 kB | 3.7 kB | 66/83 kB Progress (4): 1.6/2.3 MB | 315/486 kB | 3.7 kB | 66/83 kB Progress (4): 1.6/2.3 MB | 315/486 kB | 3.7 kB | 66/83 kB Progress (4): 1.6/2.3 MB | 319/486 kB | 3.7 kB | 66/83 kB Progress (4): 1.6/2.3 MB | 324/486 kB | 3.7 kB | 66/83 kB Progress (4): 1.6/2.3 MB | 324/486 kB | 3.7 kB | 70/83 kB Progress (4): 1.6/2.3 MB | 324/486 kB | 3.7 kB | 70/83 kB Progress (4): 1.6/2.3 MB | 328/486 kB | 3.7 kB | 70/83 kB Progress (4): 1.6/2.3 MB | 328/486 kB | 3.7 kB | 74/83 kB Progress (4): 1.6/2.3 MB | 328/486 kB | 3.7 kB | 78/83 kB Progress (4): 1.6/2.3 MB | 328/486 kB | 3.7 kB | 78/83 kB Progress (4): 1.6/2.3 MB | 328/486 kB | 3.7 kB | 82/83 kB Progress (4): 1.6/2.3 MB | 332/486 kB | 3.7 kB | 82/83 kB Progress (4): 1.6/2.3 MB | 332/486 kB | 3.7 kB | 83 kB Progress (4): 1.6/2.3 MB | 336/486 kB | 3.7 kB | 83 kB Progress (4): 1.6/2.3 MB | 336/486 kB | 3.7 kB | 83 kB Progress (4): 1.6/2.3 MB | 340/486 kB | 3.7 kB | 83 kB Progress (4): 1.6/2.3 MB | 344/486 kB | 3.7 kB | 83 kB Progress (4): 1.6/2.3 MB | 344/486 kB | 3.7 kB | 83 kB Progress (4): 1.6/2.3 MB | 348/486 kB | 3.7 kB | 83 kB Progress (4): 1.6/2.3 MB | 352/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 352/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 356/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 360/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 360/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 365/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 369/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 369/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 373/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 377/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 377/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 381/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 385/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 385/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 389/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 393/486 kB | 3.7 kB | 83 kB Progress (4): 1.7/2.3 MB | 393/486 kB | 3.7 kB | 83 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (3.7 kB at 20 kB/s) Progress (3): 1.7/2.3 MB | 397/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 397/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 401/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 406/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 410/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 410/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 414/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 418/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 422/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 426/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 426/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 430/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 434/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 434/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 438/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 442/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 442/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 446/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 451/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 455/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 459/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 459/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 463/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 467/486 kB | 83 kB Progress (3): 1.8/2.3 MB | 471/486 kB | 83 kB Progress (3): 1.9/2.3 MB | 471/486 kB | 83 kB Progress (3): 1.9/2.3 MB | 475/486 kB | 83 kB Progress (3): 1.9/2.3 MB | 479/486 kB | 83 kB Progress (3): 1.9/2.3 MB | 483/486 kB | 83 kB Progress (3): 1.9/2.3 MB | 483/486 kB | 83 kB Progress (3): 1.9/2.3 MB | 486 kB | 83 kB Progress (3): 1.9/2.3 MB | 486 kB | 83 kB Progress (3): 1.9/2.3 MB | 486 kB | 83 kB Progress (3): 1.9/2.3 MB | 486 kB | 83 kB Progress (3): 1.9/2.3 MB | 486 kB | 83 kB Progress (3): 2.0/2.3 MB | 486 kB | 83 kB Progress (3): 2.0/2.3 MB | 486 kB | 83 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar (83 kB at 427 kB/s) Progress (2): 2.0/2.3 MB | 486 kB Progress (2): 2.0/2.3 MB | 486 kB Progress (2): 2.0/2.3 MB | 486 kB Progress (2): 2.0/2.3 MB | 486 kB Progress (2): 2.1/2.3 MB | 486 kB Progress (2): 2.1/2.3 MB | 486 kB Progress (2): 2.1/2.3 MB | 486 kB Progress (2): 2.1/2.3 MB | 486 kB Progress (2): 2.1/2.3 MB | 486 kB Progress (2): 2.1/2.3 MB | 486 kB Progress (2): 2.1/2.3 MB | 486 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar (486 kB at 2.4 MB/s) 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 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 7.7 MB/s) [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.pom (2.3 kB at 121 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.2/asm-6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 155 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.pom (2.5 kB at 27 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.12/junit-4.12.pom Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 515 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 186 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom Progress (1): 4.1/28 kB Progress (1): 8.2/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 25/28 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 1.1 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 81 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 136 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 103 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 93 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 142 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 45 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 105 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 212 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 8.2/8.4 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 418 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.jar Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar Progress (1): 4.1/36 kB Progress (1): 8.2/36 kB Progress (1): 12/36 kB Progress (1): 16/36 kB Progress (1): 20/36 kB Progress (2): 20/36 kB | 4.1/111 kB Progress (2): 25/36 kB | 4.1/111 kB Progress (2): 25/36 kB | 8.2/111 kB Progress (2): 29/36 kB | 8.2/111 kB Progress (2): 29/36 kB | 12/111 kB Progress (2): 33/36 kB | 12/111 kB Progress (2): 33/36 kB | 16/111 kB Progress (2): 36 kB | 16/111 kB Progress (2): 36 kB | 20/111 kB Progress (2): 36 kB | 25/111 kB Progress (2): 36 kB | 29/111 kB Progress (2): 36 kB | 33/111 kB Progress (2): 36 kB | 37/111 kB Progress (2): 36 kB | 41/111 kB Progress (2): 36 kB | 45/111 kB Progress (2): 36 kB | 49/111 kB Progress (2): 36 kB | 53/111 kB Progress (2): 36 kB | 57/111 kB Progress (2): 36 kB | 61/111 kB Progress (2): 36 kB | 66/111 kB Progress (2): 36 kB | 70/111 kB Progress (2): 36 kB | 74/111 kB Progress (2): 36 kB | 78/111 kB Progress (2): 36 kB | 82/111 kB Progress (2): 36 kB | 86/111 kB Progress (2): 36 kB | 90/111 kB Progress (2): 36 kB | 94/111 kB Progress (2): 36 kB | 98/111 kB Progress (2): 36 kB | 102/111 kB Progress (2): 36 kB | 106/111 kB Progress (2): 36 kB | 111/111 kB Progress (2): 36 kB | 111 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.jar (36 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar Progress (2): 111 kB | 4.1/500 kB Progress (2): 111 kB | 8.2/500 kB Progress (2): 111 kB | 12/500 kB Progress (2): 111 kB | 16/500 kB Progress (2): 111 kB | 20/500 kB Progress (2): 111 kB | 25/500 kB Progress (2): 111 kB | 29/500 kB Progress (2): 111 kB | 33/500 kB Progress (2): 111 kB | 37/500 kB Progress (2): 111 kB | 41/500 kB Progress (2): 111 kB | 45/500 kB Progress (2): 111 kB | 49/500 kB Progress (2): 111 kB | 53/500 kB Progress (2): 111 kB | 57/500 kB Progress (2): 111 kB | 61/500 kB Progress (2): 111 kB | 66/500 kB Progress (2): 111 kB | 70/500 kB Progress (2): 111 kB | 74/500 kB Progress (2): 111 kB | 78/500 kB Progress (2): 111 kB | 82/500 kB Progress (2): 111 kB | 86/500 kB Progress (2): 111 kB | 90/500 kB Progress (2): 111 kB | 94/500 kB Progress (2): 111 kB | 98/500 kB Progress (2): 111 kB | 102/500 kB Progress (2): 111 kB | 106/500 kB Progress (2): 111 kB | 111/500 kB Progress (2): 111 kB | 115/500 kB Progress (2): 111 kB | 119/500 kB Progress (2): 111 kB | 123/500 kB Progress (2): 111 kB | 127/500 kB Progress (2): 111 kB | 131/500 kB Progress (2): 111 kB | 135/500 kB Progress (2): 111 kB | 139/500 kB Progress (2): 111 kB | 143/500 kB Progress (2): 111 kB | 147/500 kB Progress (2): 111 kB | 152/500 kB Progress (2): 111 kB | 156/500 kB Progress (2): 111 kB | 160/500 kB Progress (2): 111 kB | 164/500 kB Progress (2): 111 kB | 168/500 kB Progress (2): 111 kB | 172/500 kB Progress (2): 111 kB | 176/500 kB Progress (2): 111 kB | 180/500 kB Progress (2): 111 kB | 184/500 kB Progress (2): 111 kB | 188/500 kB Progress (2): 111 kB | 193/500 kB Progress (2): 111 kB | 197/500 kB Progress (2): 111 kB | 201/500 kB Progress (2): 111 kB | 205/500 kB Progress (2): 111 kB | 209/500 kB Progress (2): 111 kB | 213/500 kB Progress (2): 111 kB | 217/500 kB Progress (2): 111 kB | 221/500 kB Progress (2): 111 kB | 225/500 kB Progress (2): 111 kB | 229/500 kB Progress (2): 111 kB | 233/500 kB Progress (2): 111 kB | 238/500 kB Progress (2): 111 kB | 242/500 kB Progress (2): 111 kB | 246/500 kB Progress (2): 111 kB | 250/500 kB Progress (2): 111 kB | 254/500 kB Progress (2): 111 kB | 258/500 kB Progress (2): 111 kB | 262/500 kB Progress (2): 111 kB | 266/500 kB Progress (2): 111 kB | 270/500 kB Progress (2): 111 kB | 274/500 kB Progress (2): 111 kB | 279/500 kB Progress (2): 111 kB | 283/500 kB Progress (2): 111 kB | 287/500 kB Progress (2): 111 kB | 291/500 kB Progress (2): 111 kB | 295/500 kB Progress (2): 111 kB | 299/500 kB Progress (2): 111 kB | 303/500 kB Progress (2): 111 kB | 307/500 kB Progress (2): 111 kB | 311/500 kB Progress (2): 111 kB | 315/500 kB Progress (2): 111 kB | 319/500 kB Progress (2): 111 kB | 324/500 kB Progress (2): 111 kB | 328/500 kB Progress (2): 111 kB | 332/500 kB Progress (2): 111 kB | 336/500 kB Progress (2): 111 kB | 340/500 kB Progress (2): 111 kB | 344/500 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 1.6 MB/s) Progress (2): 344/500 kB | 4.1/38 kB Progress (2): 348/500 kB | 4.1/38 kB Progress (2): 348/500 kB | 8.2/38 kB Progress (3): 348/500 kB | 8.2/38 kB | 4.1/5.0 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar Progress (3): 348/500 kB | 8.2/38 kB | 5.0 kB Progress (3): 348/500 kB | 12/38 kB | 5.0 kB Progress (3): 348/500 kB | 16/38 kB | 5.0 kB Progress (3): 352/500 kB | 16/38 kB | 5.0 kB Progress (3): 356/500 kB | 16/38 kB | 5.0 kB Progress (3): 360/500 kB | 16/38 kB | 5.0 kB Progress (3): 360/500 kB | 20/38 kB | 5.0 kB Progress (3): 360/500 kB | 25/38 kB | 5.0 kB Progress (3): 360/500 kB | 29/38 kB | 5.0 kB Progress (3): 360/500 kB | 33/38 kB | 5.0 kB Progress (3): 365/500 kB | 33/38 kB | 5.0 kB Progress (4): 365/500 kB | 33/38 kB | 5.0 kB | 4.1/4.2 kB Progress (4): 365/500 kB | 37/38 kB | 5.0 kB | 4.1/4.2 kB Progress (4): 369/500 kB | 37/38 kB | 5.0 kB | 4.1/4.2 kB Progress (4): 369/500 kB | 38 kB | 5.0 kB | 4.1/4.2 kB Progress (4): 369/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 373/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 377/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 381/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 385/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 389/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 393/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 397/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 401/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 406/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 410/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 414/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 418/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 422/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 426/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 430/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 434/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 438/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 442/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 446/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 451/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 455/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 459/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 463/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 467/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 471/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 475/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 479/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 483/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 487/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 492/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 496/500 kB | 38 kB | 5.0 kB | 4.2 kB Progress (4): 500 kB | 38 kB | 5.0 kB | 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.jar (5.0 kB at 63 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 470 kB/s) Progress (3): 500 kB | 4.2 kB | 4.1/251 kB Progress (3): 500 kB | 4.2 kB | 8.2/251 kB Progress (3): 500 kB | 4.2 kB | 12/251 kB Progress (3): 500 kB | 4.2 kB | 16/251 kB Progress (3): 500 kB | 4.2 kB | 20/251 kB Progress (3): 500 kB | 4.2 kB | 25/251 kB Progress (3): 500 kB | 4.2 kB | 29/251 kB Progress (3): 500 kB | 4.2 kB | 33/251 kB Progress (3): 500 kB | 4.2 kB | 37/251 kB Progress (3): 500 kB | 4.2 kB | 41/251 kB Progress (3): 500 kB | 4.2 kB | 45/251 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar (4.2 kB at 51 kB/s) Progress (2): 500 kB | 49/251 kB Progress (2): 500 kB | 53/251 kB Progress (2): 500 kB | 57/251 kB Progress (2): 500 kB | 61/251 kB Progress (2): 500 kB | 66/251 kB Progress (2): 500 kB | 70/251 kB Progress (2): 500 kB | 74/251 kB Progress (2): 500 kB | 78/251 kB Progress (2): 500 kB | 82/251 kB Progress (2): 500 kB | 86/251 kB Progress (2): 500 kB | 90/251 kB Progress (2): 500 kB | 94/251 kB Progress (2): 500 kB | 98/251 kB Progress (2): 500 kB | 102/251 kB Progress (2): 500 kB | 106/251 kB Progress (2): 500 kB | 111/251 kB Progress (2): 500 kB | 115/251 kB Progress (2): 500 kB | 119/251 kB Progress (2): 500 kB | 123/251 kB Progress (2): 500 kB | 127/251 kB Progress (2): 500 kB | 131/251 kB Progress (2): 500 kB | 135/251 kB Progress (2): 500 kB | 139/251 kB Progress (2): 500 kB | 143/251 kB Progress (2): 500 kB | 147/251 kB Progress (2): 500 kB | 152/251 kB Progress (2): 500 kB | 156/251 kB Progress (2): 500 kB | 160/251 kB Progress (2): 500 kB | 164/251 kB Progress (2): 500 kB | 168/251 kB Progress (2): 500 kB | 172/251 kB Progress (2): 500 kB | 176/251 kB Progress (2): 500 kB | 180/251 kB Progress (2): 500 kB | 184/251 kB Progress (2): 500 kB | 188/251 kB Progress (2): 500 kB | 193/251 kB Progress (2): 500 kB | 197/251 kB Progress (2): 500 kB | 201/251 kB Progress (2): 500 kB | 205/251 kB Progress (2): 500 kB | 209/251 kB Progress (2): 500 kB | 213/251 kB Progress (2): 500 kB | 217/251 kB Progress (2): 500 kB | 221/251 kB Progress (2): 500 kB | 225/251 kB Progress (2): 500 kB | 229/251 kB Progress (2): 500 kB | 233/251 kB Progress (2): 500 kB | 238/251 kB Progress (2): 500 kB | 242/251 kB Progress (2): 500 kB | 246/251 kB Progress (2): 500 kB | 250/251 kB Progress (2): 500 kB | 251 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar (500 kB at 4.9 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 2.4 MB/s) [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 211 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 8.2/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 25/42 kB Progress (1): 29/42 kB Progress (1): 33/42 kB Progress (1): 37/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 225 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar Progress (1): 4.1/155 kB Progress (1): 8.2/155 kB Progress (1): 12/155 kB Progress (1): 16/155 kB Progress (2): 16/155 kB | 4.1/239 kB Progress (2): 20/155 kB | 4.1/239 kB Progress (3): 20/155 kB | 4.1/239 kB | 4.1/233 kB Progress (3): 20/155 kB | 8.2/239 kB | 4.1/233 kB Progress (3): 20/155 kB | 8.2/239 kB | 8.2/233 kB Progress (3): 25/155 kB | 8.2/239 kB | 8.2/233 kB Progress (3): 25/155 kB | 8.2/239 kB | 12/233 kB Progress (3): 25/155 kB | 12/239 kB | 12/233 kB Progress (3): 25/155 kB | 12/239 kB | 16/233 kB Progress (3): 29/155 kB | 12/239 kB | 16/233 kB Progress (3): 29/155 kB | 16/239 kB | 16/233 kB Progress (3): 33/155 kB | 16/239 kB | 16/233 kB Progress (3): 33/155 kB | 16/239 kB | 20/233 kB Progress (3): 33/155 kB | 20/239 kB | 20/233 kB Progress (3): 37/155 kB | 20/239 kB | 20/233 kB Progress (3): 37/155 kB | 20/239 kB | 25/233 kB Progress (3): 41/155 kB | 20/239 kB | 25/233 kB Progress (3): 41/155 kB | 25/239 kB | 25/233 kB Progress (3): 45/155 kB | 25/239 kB | 25/233 kB Progress (3): 45/155 kB | 25/239 kB | 29/233 kB Progress (3): 49/155 kB | 25/239 kB | 29/233 kB Progress (3): 49/155 kB | 29/239 kB | 29/233 kB Progress (3): 49/155 kB | 29/239 kB | 33/233 kB Progress (3): 49/155 kB | 33/239 kB | 33/233 kB Progress (3): 53/155 kB | 33/239 kB | 33/233 kB Progress (3): 57/155 kB | 33/239 kB | 33/233 kB Progress (3): 57/155 kB | 33/239 kB | 37/233 kB Progress (3): 57/155 kB | 37/239 kB | 37/233 kB Progress (3): 61/155 kB | 37/239 kB | 37/233 kB Progress (3): 61/155 kB | 41/239 kB | 37/233 kB Progress (3): 61/155 kB | 41/239 kB | 41/233 kB Progress (3): 61/155 kB | 45/239 kB | 41/233 kB Progress (3): 66/155 kB | 45/239 kB | 41/233 kB Progress (3): 66/155 kB | 49/239 kB | 41/233 kB Progress (3): 66/155 kB | 49/239 kB | 45/233 kB Progress (3): 66/155 kB | 49/239 kB | 49/233 kB Progress (3): 70/155 kB | 49/239 kB | 49/233 kB Progress (3): 70/155 kB | 53/239 kB | 49/233 kB Progress (3): 74/155 kB | 53/239 kB | 49/233 kB Progress (3): 74/155 kB | 57/239 kB | 49/233 kB Progress (3): 74/155 kB | 57/239 kB | 53/233 kB Progress (3): 74/155 kB | 57/239 kB | 57/233 kB Progress (3): 74/155 kB | 57/239 kB | 61/233 kB Progress (3): 78/155 kB | 57/239 kB | 61/233 kB Progress (3): 78/155 kB | 57/239 kB | 66/233 kB Progress (3): 78/155 kB | 61/239 kB | 66/233 kB Progress (3): 82/155 kB | 61/239 kB | 66/233 kB Progress (3): 82/155 kB | 66/239 kB | 66/233 kB Progress (3): 86/155 kB | 66/239 kB | 66/233 kB Progress (3): 86/155 kB | 70/239 kB | 66/233 kB Progress (3): 86/155 kB | 70/239 kB | 70/233 kB Progress (3): 90/155 kB | 70/239 kB | 70/233 kB Progress (3): 90/155 kB | 70/239 kB | 74/233 kB Progress (3): 90/155 kB | 74/239 kB | 74/233 kB Progress (3): 90/155 kB | 74/239 kB | 78/233 kB Progress (3): 94/155 kB | 74/239 kB | 78/233 kB Progress (3): 94/155 kB | 74/239 kB | 82/233 kB Progress (3): 94/155 kB | 78/239 kB | 82/233 kB Progress (3): 98/155 kB | 78/239 kB | 82/233 kB Progress (3): 98/155 kB | 82/239 kB | 82/233 kB Progress (3): 102/155 kB | 82/239 kB | 82/233 kB Progress (3): 106/155 kB | 82/239 kB | 82/233 kB Progress (3): 106/155 kB | 82/239 kB | 86/233 kB Progress (3): 111/155 kB | 82/239 kB | 86/233 kB Progress (3): 111/155 kB | 82/239 kB | 90/233 kB Progress (3): 115/155 kB | 82/239 kB | 90/233 kB Progress (3): 115/155 kB | 82/239 kB | 94/233 kB Progress (3): 115/155 kB | 82/239 kB | 98/233 kB Progress (3): 119/155 kB | 82/239 kB | 98/233 kB Progress (3): 119/155 kB | 86/239 kB | 98/233 kB Progress (3): 123/155 kB | 86/239 kB | 98/233 kB Progress (3): 123/155 kB | 90/239 kB | 98/233 kB Progress (3): 127/155 kB | 90/239 kB | 98/233 kB Progress (3): 127/155 kB | 94/239 kB | 98/233 kB Progress (3): 131/155 kB | 94/239 kB | 98/233 kB Progress (3): 131/155 kB | 98/239 kB | 98/233 kB Progress (3): 131/155 kB | 98/239 kB | 102/233 kB Progress (3): 135/155 kB | 98/239 kB | 102/233 kB Progress (3): 135/155 kB | 98/239 kB | 106/233 kB Progress (3): 139/155 kB | 98/239 kB | 106/233 kB Progress (3): 139/155 kB | 98/239 kB | 111/233 kB Progress (3): 139/155 kB | 102/239 kB | 111/233 kB Progress (3): 139/155 kB | 102/239 kB | 115/233 kB Progress (3): 143/155 kB | 102/239 kB | 115/233 kB Progress (3): 143/155 kB | 106/239 kB | 115/233 kB Progress (3): 147/155 kB | 106/239 kB | 115/233 kB Progress (3): 147/155 kB | 111/239 kB | 115/233 kB Progress (3): 147/155 kB | 115/239 kB | 115/233 kB Progress (3): 152/155 kB | 115/239 kB | 115/233 kB Progress (3): 152/155 kB | 115/239 kB | 119/233 kB Progress (3): 155 kB | 115/239 kB | 119/233 kB Progress (3): 155 kB | 115/239 kB | 123/233 kB Progress (3): 155 kB | 115/239 kB | 127/233 kB Progress (3): 155 kB | 119/239 kB | 127/233 kB Progress (3): 155 kB | 119/239 kB | 131/233 kB Progress (3): 155 kB | 123/239 kB | 131/233 kB Progress (3): 155 kB | 127/239 kB | 131/233 kB Progress (3): 155 kB | 131/239 kB | 131/233 kB Progress (3): 155 kB | 131/239 kB | 135/233 kB Progress (3): 155 kB | 131/239 kB | 139/233 kB Progress (3): 155 kB | 131/239 kB | 143/233 kB Progress (3): 155 kB | 131/239 kB | 147/233 kB Progress (3): 155 kB | 135/239 kB | 147/233 kB Progress (3): 155 kB | 135/239 kB | 152/233 kB Progress (3): 155 kB | 139/239 kB | 152/233 kB Progress (3): 155 kB | 139/239 kB | 156/233 kB Progress (3): 155 kB | 143/239 kB | 156/233 kB Progress (3): 155 kB | 143/239 kB | 160/233 kB Progress (3): 155 kB | 147/239 kB | 160/233 kB Progress (3): 155 kB | 147/239 kB | 164/233 kB Progress (3): 155 kB | 152/239 kB | 164/233 kB Progress (3): 155 kB | 152/239 kB | 168/233 kB Progress (3): 155 kB | 156/239 kB | 168/233 kB Progress (3): 155 kB | 156/239 kB | 172/233 kB Progress (3): 155 kB | 160/239 kB | 172/233 kB Progress (3): 155 kB | 160/239 kB | 176/233 kB Progress (3): 155 kB | 164/239 kB | 176/233 kB Progress (3): 155 kB | 164/239 kB | 180/233 kB Progress (3): 155 kB | 168/239 kB | 180/233 kB Progress (3): 155 kB | 172/239 kB | 180/233 kB Progress (3): 155 kB | 172/239 kB | 184/233 kB Progress (3): 155 kB | 176/239 kB | 184/233 kB Progress (3): 155 kB | 176/239 kB | 188/233 kB Progress (3): 155 kB | 180/239 kB | 188/233 kB Progress (3): 155 kB | 180/239 kB | 193/233 kB Progress (3): 155 kB | 180/239 kB | 197/233 kB Progress (3): 155 kB | 184/239 kB | 197/233 kB Progress (3): 155 kB | 188/239 kB | 197/233 kB Progress (3): 155 kB | 193/239 kB | 197/233 kB Progress (3): 155 kB | 193/239 kB | 201/233 kB Progress (3): 155 kB | 197/239 kB | 201/233 kB Progress (3): 155 kB | 197/239 kB | 205/233 kB Progress (3): 155 kB | 197/239 kB | 209/233 kB Progress (3): 155 kB | 197/239 kB | 213/233 kB Progress (3): 155 kB | 201/239 kB | 213/233 kB Progress (3): 155 kB | 205/239 kB | 213/233 kB Progress (3): 155 kB | 209/239 kB | 213/233 kB Progress (3): 155 kB | 209/239 kB | 217/233 kB Progress (3): 155 kB | 213/239 kB | 217/233 kB Progress (3): 155 kB | 213/239 kB | 221/233 kB Progress (3): 155 kB | 213/239 kB | 225/233 kB Progress (3): 155 kB | 217/239 kB | 225/233 kB Progress (3): 155 kB | 217/239 kB | 229/233 kB Progress (3): 155 kB | 217/239 kB | 233 kB Progress (3): 155 kB | 221/239 kB | 233 kB Progress (3): 155 kB | 225/239 kB | 233 kB Progress (3): 155 kB | 229/239 kB | 233 kB Progress (3): 155 kB | 233/239 kB | 233 kB Progress (3): 155 kB | 238/239 kB | 233 kB Progress (3): 155 kB | 239 kB | 233 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 5.4 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 6.6 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 6.1 MB/s) [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/pom.xml to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-helloworld-app/target/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/11.0.0-SNAPSHOT/scout-helloworld-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app --- [INFO] [INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >----------- [INFO] Building Scout JaxWs Module 11.0.0-SNAPSHOT [2/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-jaxws-module --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-jaxws-module --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-jaxws-module/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-jaxws-module --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-jaxws-module --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-jaxws-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-jaxws-module --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-jaxws-module --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-jaxws-module --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: parentArtifactId, Value: helloworld [INFO] Parameter: artifactId, Value: helloworld.server.jaxws [WARNING] CP Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-jaxws-module --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-jaxws-module --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module --- [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-jaxws-module/pom.xml to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-jaxws-module/target/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/11.0.0-SNAPSHOT/scout-jaxws-module-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module --- [INFO] [INFO] -----------< org.eclipse.scout.archetypes:scout-hellojs-app >----------- [INFO] Building ScoutJS Sample Application 11.0.0-SNAPSHOT [3/14] [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scout-hellojs-app --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-hellojs-app --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ scout-hellojs-app --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/../target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ scout-hellojs-app --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ scout-hellojs-app --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 157 resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scout-hellojs-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.1.2:jar (default-jar) @ scout-hellojs-app --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ scout-hellojs-app --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ scout-hellojs-app --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-archetype-plugin:3.1.2:integration-test (default-integration-test) @ scout-hellojs-app --- [INFO] Processing Archetype IT project: basic [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: scout-hellojs-app:11.0.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: artifactId, Value: hellojs [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/hellojs [INFO] Parameter: debug, Value: false [INFO] Parameter: scoutAuthPublicKeyDev, Value: changeme_database_password [INFO] Parameter: groupId, Value: org.eclipse.scout.apps [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: simpleArtifactName, Value: hellojs [INFO] Parameter: displayName, Value: My Application [INFO] Parameter: javaVersion, Value: 1.8 [INFO] Parameter: package, Value: org.eclipse.scout.apps.hellojs [INFO] Parameter: artifactId, Value: hellojs [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.api/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/src/main/resources/WebContent/favicon/manifest.json [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app/src/main/resources/WebContent/popup-window.js [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.dev/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.app.war/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.core.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.data/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.db/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.persistence.test/pom.xml [INFO] Parent element not overwritten in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/pom.xml [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/App.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DataOutline.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DataOutlineModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/Desktop.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/desktop/DesktopModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/index.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/objectFactories.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/Person.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonForm.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonFormModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonRepository.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonRestriction.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonSearchForm.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonSearchFormModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonTablePage.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/person/PersonTablePageModel.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/main/js/repository/Repository.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/person/PersonFormSpec.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/person/PersonSpec.js [WARNING] Don't override file /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs/hellojs.ui/src/test/js/test-index.js [INFO] Executing META-INF/archetype-post-generate.groovy post-generation script [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/test-classes/projects/basic/project/hellojs [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ scout-hellojs-app --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ scout-hellojs-app --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-hellojs-app --- [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/pom.xml to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/scout-hellojs-app/target/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/archetypes/scout-hellojs-app/11.0.0-SNAPSHOT/scout-hellojs-app-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-archetype-plugin:3.1.2:update-local-catalog (default-update-local-catalog) @ scout-hellojs-app --- [INFO] [INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >------------- [INFO] Building Eclipse Scout SDK 11.0.0-SNAPSHOT [4/14] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk --- [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk/pom.xml to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/11.0.0-SNAPSHOT/org.eclipse.scout.sdk-11.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >---------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 11.0.0-SNAPSHOT [5/14] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom Downloading from central: https://repo.maven.apache.org/maven2/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): 8.2/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/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 eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 486 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/32/maven-parent-32.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/32/maven-parent-32.pom Progress (1): 4.1/43 kB Progress (1): 8.2/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 25/43 kB Progress (1): 29/43 kB Progress (1): 33/43 kB Progress (1): 37/43 kB Progress (1): 41/43 kB Progress (1): 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 1.9 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/20/apache-20.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/20/apache-20.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/20/apache-20.pom (16 kB at 834 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar Downloading from central: https://repo.maven.apache.org/maven2/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): 8.2/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 25/62 kB Progress (1): 29/62 kB Progress (1): 33/62 kB Progress (1): 37/62 kB Progress (1): 41/62 kB Progress (1): 45/62 kB Progress (1): 49/62 kB Progress (1): 53/62 kB Progress (1): 57/62 kB Progress (1): 61/62 kB Progress (1): 62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 2.7 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.pom (5.0 kB at 238 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom Progress (1): 4.1/26 kB Progress (1): 8.2/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.1/surefire-2.22.1.pom (26 kB at 1.1 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar Progress (1): 4.1/41 kB Progress (1): 8.2/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 25/41 kB Progress (1): 29/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.1/maven-surefire-plugin-2.22.1.jar (41 kB at 1.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.pom (2.4 kB at 125 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom (19 kB at 960 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom (4.8 kB at 241 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom (1.1 kB at 23 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom (3.0 kB at 151 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 95 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Progress (1): 781 B Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (781 B at 27 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 86 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 82 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 82 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 82 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 90 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 87 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 87 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 91 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 91 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 82 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 75 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 91 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom (1.8 kB at 96 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom Progress (1): 1.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom (1.0 kB at 54 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom (1.7 kB at 86 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom (1.3 kB at 66 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 314 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom (2.1 kB at 98 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom (1.1 kB at 27 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom Progress (1): 1.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom (1.0 kB at 24 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.pom (1.6 kB at 78 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom (1.7 kB at 88 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Progress (1): 867 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 46 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 301 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 140 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 520 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1/53 kB Progress (1): 8.2/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 25/53 kB Progress (1): 29/53 kB Progress (1): 33/53 kB Progress (1): 37/53 kB Progress (1): 41/53 kB Progress (1): 45/53 kB Progress (1): 49/53 kB Progress (1): 53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.2 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 263 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 90 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 247 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/22/maven-parent-22.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom Progress (1): 4.1/30 kB Progress (1): 8.2/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 25/30 kB Progress (1): 29/30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.5 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/apache/11/apache-11.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 780 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 284 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 207 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 754 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 346 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom Progress (1): 867 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 46 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 335 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom Progress (1): 692 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 15 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom Progress (1): 771 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 43 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 74 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Progress (2): 17 kB | 4.1/22 kB Progress (2): 17 kB | 8.2/22 kB Progress (2): 17 kB | 12/22 kB Progress (2): 17 kB | 16/22 kB Progress (2): 17 kB | 20/22 kB Progress (2): 17 kB | 22 kB Progress (3): 17 kB | 22 kB | 4.1/248 kB Progress (3): 17 kB | 22 kB | 8.2/248 kB Progress (3): 17 kB | 22 kB | 12/248 kB Progress (3): 17 kB | 22 kB | 16/248 kB Progress (3): 17 kB | 22 kB | 20/248 kB Progress (3): 17 kB | 22 kB | 25/248 kB Progress (3): 17 kB | 22 kB | 29/248 kB Progress (3): 17 kB | 22 kB | 33/248 kB Progress (4): 17 kB | 22 kB | 33/248 kB | 4.1/206 kB Progress (4): 17 kB | 22 kB | 33/248 kB | 8.2/206 kB Progress (4): 17 kB | 22 kB | 33/248 kB | 12/206 kB Progress (4): 17 kB | 22 kB | 33/248 kB | 16/206 kB Progress (4): 17 kB | 22 kB | 37/248 kB | 16/206 kB Progress (4): 17 kB | 22 kB | 41/248 kB | 16/206 kB Progress (4): 17 kB | 22 kB | 45/248 kB | 16/206 kB Progress (4): 17 kB | 22 kB | 45/248 kB | 20/206 kB Progress (4): 17 kB | 22 kB | 49/248 kB | 20/206 kB Progress (4): 17 kB | 22 kB | 49/248 kB | 25/206 kB Progress (4): 17 kB | 22 kB | 49/248 kB | 29/206 kB Progress (4): 17 kB | 22 kB | 49/248 kB | 33/206 kB Progress (4): 17 kB | 22 kB | 49/248 kB | 37/206 kB Progress (4): 17 kB | 22 kB | 49/248 kB | 41/206 kB Progress (4): 17 kB | 22 kB | 53/248 kB | 41/206 kB Progress (4): 17 kB | 22 kB | 53/248 kB | 45/206 kB Progress (4): 17 kB | 22 kB | 57/248 kB | 45/206 kB Progress (4): 17 kB | 22 kB | 57/248 kB | 49/206 kB Progress (4): 17 kB | 22 kB | 61/248 kB | 49/206 kB Progress (4): 17 kB | 22 kB | 66/248 kB | 49/206 kB Progress (4): 17 kB | 22 kB | 66/248 kB | 53/206 kB Progress (5): 17 kB | 22 kB | 66/248 kB | 53/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 70/248 kB | 53/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 70/248 kB | 57/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 74/248 kB | 57/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 74/248 kB | 57/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 78/248 kB | 57/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 78/248 kB | 61/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 82/248 kB | 61/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 82/248 kB | 66/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 82/248 kB | 70/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 82/248 kB | 70/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 82/248 kB | 73/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 82/248 kB | 73/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 86/248 kB | 73/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 90/248 kB | 73/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 90/248 kB | 77/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 94/248 kB | 77/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 94/248 kB | 81/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 98/248 kB | 81/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 98/248 kB | 81/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 98/248 kB | 85/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 98/248 kB | 85/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 102/248 kB | 85/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 102/248 kB | 89/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 106/248 kB | 89/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 111/248 kB | 89/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 115/248 kB | 89/206 kB | 0/1.5 MB Progress (5): 17 kB | 22 kB | 115/248 kB | 89/206 kB | 0.1/1.5 MB Progress (5): 17 kB | 22 kB | 115/248 kB | 93/206 kB | 0.1/1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-compiler-jdt/1.5.1/tycho-compiler-jdt-1.5.1.jar (17 kB at 788 kB/s) Progress (4): 22 kB | 115/248 kB | 93/206 kB | 0.1/1.5 MB Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar Progress (4): 22 kB | 119/248 kB | 93/206 kB | 0.1/1.5 MB Progress (4): 22 kB | 119/248 kB | 97/206 kB | 0.1/1.5 MB Progress (4): 22 kB | 123/248 kB | 97/206 kB | 0.1/1.5 MB Progress (4): 22 kB | 123/248 kB | 97/206 kB | 0.1/1.5 MB Progress (4): 22 kB | 123/248 kB | 101/206 kB | 0.1/1.5 MB Progress (4): 22 kB | 123/248 kB | 101/206 kB | 0.1/1.5 MB Progress (4): 22 kB | 127/248 kB | 101/206 kB | 0.1/1.5 MB Progress (4): 22 kB | 127/248 kB | 105/206 kB | 0.1/1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.jar (22 kB at 903 kB/s) Progress (3): 131/248 kB | 105/206 kB | 0.1/1.5 MB Progress (3): 131/248 kB | 109/206 kB | 0.1/1.5 MB Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar Progress (3): 131/248 kB | 109/206 kB | 0.1/1.5 MB Progress (3): 135/248 kB | 109/206 kB | 0.1/1.5 MB Progress (3): 135/248 kB | 114/206 kB | 0.1/1.5 MB Progress (3): 139/248 kB | 114/206 kB | 0.1/1.5 MB Progress (3): 139/248 kB | 114/206 kB | 0.1/1.5 MB Progress (3): 143/248 kB | 114/206 kB | 0.1/1.5 MB Progress (3): 143/248 kB | 118/206 kB | 0.1/1.5 MB Progress (3): 147/248 kB | 118/206 kB | 0.1/1.5 MB Progress (3): 147/248 kB | 122/206 kB | 0.1/1.5 MB Progress (3): 152/248 kB | 122/206 kB | 0.1/1.5 MB Progress (3): 152/248 kB | 126/206 kB | 0.1/1.5 MB Progress (3): 152/248 kB | 126/206 kB | 0.1/1.5 MB Progress (3): 152/248 kB | 130/206 kB | 0.1/1.5 MB Progress (3): 156/248 kB | 130/206 kB | 0.1/1.5 MB Progress (3): 156/248 kB | 134/206 kB | 0.1/1.5 MB Progress (3): 156/248 kB | 134/206 kB | 0.1/1.5 MB Progress (3): 156/248 kB | 138/206 kB | 0.1/1.5 MB Progress (3): 160/248 kB | 138/206 kB | 0.1/1.5 MB Progress (3): 164/248 kB | 138/206 kB | 0.1/1.5 MB Progress (3): 164/248 kB | 142/206 kB | 0.1/1.5 MB Progress (3): 164/248 kB | 146/206 kB | 0.1/1.5 MB Progress (3): 164/248 kB | 150/206 kB | 0.1/1.5 MB Progress (3): 168/248 kB | 150/206 kB | 0.1/1.5 MB Progress (3): 168/248 kB | 150/206 kB | 0.1/1.5 MB Progress (3): 172/248 kB | 150/206 kB | 0.1/1.5 MB Progress (3): 172/248 kB | 154/206 kB | 0.1/1.5 MB Progress (3): 176/248 kB | 154/206 kB | 0.1/1.5 MB Progress (3): 176/248 kB | 154/206 kB | 0.1/1.5 MB Progress (3): 180/248 kB | 154/206 kB | 0.1/1.5 MB Progress (3): 180/248 kB | 159/206 kB | 0.1/1.5 MB Progress (3): 180/248 kB | 163/206 kB | 0.1/1.5 MB Progress (3): 180/248 kB | 167/206 kB | 0.1/1.5 MB Progress (3): 184/248 kB | 167/206 kB | 0.1/1.5 MB Progress (3): 184/248 kB | 171/206 kB | 0.1/1.5 MB Progress (3): 184/248 kB | 171/206 kB | 0.1/1.5 MB Progress (3): 188/248 kB | 171/206 kB | 0.1/1.5 MB Progress (3): 188/248 kB | 171/206 kB | 0.1/1.5 MB Progress (3): 188/248 kB | 175/206 kB | 0.1/1.5 MB Progress (3): 193/248 kB | 175/206 kB | 0.1/1.5 MB Progress (3): 193/248 kB | 179/206 kB | 0.1/1.5 MB Progress (3): 197/248 kB | 179/206 kB | 0.1/1.5 MB Progress (3): 197/248 kB | 183/206 kB | 0.1/1.5 MB Progress (3): 197/248 kB | 187/206 kB | 0.1/1.5 MB Progress (3): 197/248 kB | 187/206 kB | 0.2/1.5 MB Progress (3): 201/248 kB | 187/206 kB | 0.2/1.5 MB Progress (3): 201/248 kB | 187/206 kB | 0.2/1.5 MB Progress (3): 201/248 kB | 191/206 kB | 0.2/1.5 MB Progress (3): 205/248 kB | 191/206 kB | 0.2/1.5 MB Progress (3): 205/248 kB | 195/206 kB | 0.2/1.5 MB Progress (3): 209/248 kB | 195/206 kB | 0.2/1.5 MB Progress (3): 209/248 kB | 200/206 kB | 0.2/1.5 MB Progress (3): 213/248 kB | 200/206 kB | 0.2/1.5 MB Progress (3): 213/248 kB | 204/206 kB | 0.2/1.5 MB Progress (3): 213/248 kB | 204/206 kB | 0.2/1.5 MB Progress (3): 213/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 213/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 217/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 221/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 225/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 229/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 229/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 233/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 233/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 238/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 242/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 246/248 kB | 206 kB | 0.2/1.5 MB Progress (3): 248 kB | 206 kB | 0.2/1.5 MB Progress (3): 248 kB | 206 kB | 0.2/1.5 MB Progress (3): 248 kB | 206 kB | 0.2/1.5 MB Progress (3): 248 kB | 206 kB | 0.2/1.5 MB Progress (3): 248 kB | 206 kB | 0.2/1.5 MB Progress (3): 248 kB | 206 kB | 0.2/1.5 MB Progress (3): 248 kB | 206 kB | 0.3/1.5 MB Progress (3): 248 kB | 206 kB | 0.3/1.5 MB Progress (3): 248 kB | 206 kB | 0.3/1.5 MB Progress (4): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB Progress (4): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB Progress (4): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 4.1/13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 4.1/13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 8.2/13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 8.2/13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 12/13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.3/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.4/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.4/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.4/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.4/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.4/1.5 MB | 3.1 kB | 13 kB Progress (5): 248 kB | 206 kB | 0.4/1.5 MB | 3.1 kB | 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 6.0 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.jar (206 kB at 5.0 MB/s) Progress (3): 0.4/1.5 MB | 3.1 kB | 13 kB Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar Progress (3): 0.4/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.4/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.4/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.4/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.4/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.5/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.6/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.7/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.8/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.8/1.5 MB | 3.1 kB | 13 kB Progress (3): 0.8/1.5 MB | 3.1 kB | 13 kB Progress (4): 0.8/1.5 MB | 3.1 kB | 13 kB | 4.1/112 kB Progress (4): 0.8/1.5 MB | 3.1 kB | 13 kB | 8.2/112 kB Progress (4): 0.8/1.5 MB | 3.1 kB | 13 kB | 8.2/112 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 8.2/112 kB | 4.1/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 12/112 kB | 4.1/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 12/112 kB | 8.2/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 12/112 kB | 8.2/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 12/112 kB | 12/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 16/112 kB | 12/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 16/112 kB | 16/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 16/112 kB | 16/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 16/112 kB | 16/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 20/112 kB | 16/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 20/112 kB | 20/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 20/112 kB | 20/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 25/112 kB | 20/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 25/112 kB | 20/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 25/112 kB | 25/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 29/112 kB | 25/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 29/112 kB | 29/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 29/112 kB | 29/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 33/112 kB | 29/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 33/112 kB | 29/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 33/112 kB | 33/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 33/112 kB | 37/38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 33/112 kB | 38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 37/112 kB | 38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 37/112 kB | 38 kB Progress (5): 0.8/1.5 MB | 3.1 kB | 13 kB | 41/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 41/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 45/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 49/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 49/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 49/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 53/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 57/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 57/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 61/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 66/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 66/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 66/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 70/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 74/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 78/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 82/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 82/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 82/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 86/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 90/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 94/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 94/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 98/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 98/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 102/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 106/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 106/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 111/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 111/112 kB | 38 kB Progress (5): 0.9/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.0/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Progress (5): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB | 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.jar (38 kB at 571 kB/s) Progress (4): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar Progress (4): 1.1/1.5 MB | 3.1 kB | 13 kB | 112 kB Progress (4): 1.2/1.5 MB | 3.1 kB | 13 kB | 112 kB Progress (4): 1.2/1.5 MB | 3.1 kB | 13 kB | 112 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.jar (3.1 kB at 46 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.jar (13 kB at 191 kB/s) Progress (2): 1.2/1.5 MB | 112 kB Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar Progress (2): 1.2/1.5 MB | 112 kB Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar Progress (2): 1.2/1.5 MB | 112 kB Progress (2): 1.2/1.5 MB | 112 kB Progress (2): 1.2/1.5 MB | 112 kB Progress (2): 1.2/1.5 MB | 112 kB Progress (2): 1.2/1.5 MB | 112 kB Progress (2): 1.2/1.5 MB | 112 kB Progress (3): 1.2/1.5 MB | 112 kB | 4.1/9.4 kB Progress (3): 1.2/1.5 MB | 112 kB | 8.2/9.4 kB Progress (3): 1.2/1.5 MB | 112 kB | 9.4 kB Progress (4): 1.2/1.5 MB | 112 kB | 9.4 kB | 4.1/7.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.jar (9.4 kB at 74 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 879 kB/s) Progress (2): 1.2/1.5 MB | 4.1/7.0 kB Progress (2): 1.2/1.5 MB | 7.0 kB Progress (2): 1.2/1.5 MB | 7.0 kB Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (2): 1.3/1.5 MB | 7.0 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 4.1/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 4.1/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 8.2/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 12/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 16/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 16/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 16/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 20/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 25/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 25/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 29/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 29/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 33/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37/37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.3/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.4/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.5/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.5/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.5/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.5/1.5 MB | 7.0 kB | 37 kB Progress (3): 1.5 MB | 7.0 kB | 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.jar (7.0 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.jar (37 kB at 270 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Progress (2): 1.5 MB | 4.1/54 kB Progress (2): 1.5 MB | 8.2/54 kB Progress (2): 1.5 MB | 12/54 kB Progress (2): 1.5 MB | 16/54 kB Progress (2): 1.5 MB | 20/54 kB Progress (2): 1.5 MB | 25/54 kB Progress (2): 1.5 MB | 29/54 kB Progress (2): 1.5 MB | 33/54 kB Progress (2): 1.5 MB | 37/54 kB Progress (2): 1.5 MB | 41/54 kB Progress (2): 1.5 MB | 45/54 kB Progress (2): 1.5 MB | 49/54 kB Progress (2): 1.5 MB | 53/54 kB Progress (2): 1.5 MB | 54 kB Progress (3): 1.5 MB | 54 kB | 4.1/53 kB Progress (3): 1.5 MB | 54 kB | 8.2/53 kB Progress (3): 1.5 MB | 54 kB | 12/53 kB Progress (3): 1.5 MB | 54 kB | 16/53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar (1.5 MB at 9.5 MB/s) Progress (2): 54 kB | 20/53 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar Progress (2): 54 kB | 25/53 kB Progress (2): 54 kB | 29/53 kB Progress (2): 54 kB | 33/53 kB Progress (2): 54 kB | 37/53 kB Progress (2): 54 kB | 41/53 kB Progress (2): 54 kB | 45/53 kB Progress (2): 54 kB | 49/53 kB Progress (3): 54 kB | 49/53 kB | 3.5 kB Progress (3): 54 kB | 53 kB | 3.5 kB Progress (4): 54 kB | 53 kB | 3.5 kB | 0/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0.1/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0.1/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0.1/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0.1/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0.1/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0.1/2.9 MB Progress (4): 54 kB | 53 kB | 3.5 kB | 0.2/2.9 MB Progress (5): 54 kB | 53 kB | 3.5 kB | 0.2/2.9 MB | 4.1/14 kB Progress (5): 54 kB | 53 kB | 3.5 kB | 0.2/2.9 MB | 8.2/14 kB Progress (5): 54 kB | 53 kB | 3.5 kB | 0.2/2.9 MB | 12/14 kB Progress (5): 54 kB | 53 kB | 3.5 kB | 0.2/2.9 MB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-lib-detector/1.5.1/tycho-lib-detector-1.5.1.jar (3.5 kB at 21 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 320 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar Progress (3): 54 kB | 0.2/2.9 MB | 14 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar Progress (3): 54 kB | 0.2/2.9 MB | 14 kB Progress (3): 54 kB | 0.2/2.9 MB | 14 kB Progress (3): 54 kB | 0.2/2.9 MB | 14 kB Progress (3): 54 kB | 0.2/2.9 MB | 14 kB Progress (3): 54 kB | 0.3/2.9 MB | 14 kB Progress (3): 54 kB | 0.3/2.9 MB | 14 kB Progress (3): 54 kB | 0.3/2.9 MB | 14 kB Progress (3): 54 kB | 0.3/2.9 MB | 14 kB Progress (3): 54 kB | 0.3/2.9 MB | 14 kB Progress (3): 54 kB | 0.3/2.9 MB | 14 kB Progress (3): 54 kB | 0.4/2.9 MB | 14 kB Progress (3): 54 kB | 0.4/2.9 MB | 14 kB Progress (3): 54 kB | 0.4/2.9 MB | 14 kB Progress (3): 54 kB | 0.4/2.9 MB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 77 kB/s) Progress (2): 54 kB | 0.4/2.9 MB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar Progress (3): 54 kB | 0.4/2.9 MB | 4.1/39 kB Progress (3): 54 kB | 0.4/2.9 MB | 8.2/39 kB Progress (3): 54 kB | 0.4/2.9 MB | 12/39 kB Progress (3): 54 kB | 0.4/2.9 MB | 12/39 kB Progress (3): 54 kB | 0.4/2.9 MB | 16/39 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 303 kB/s) Progress (3): 0.4/2.9 MB | 16/39 kB | 4.1/317 kB Progress (3): 0.5/2.9 MB | 16/39 kB | 4.1/317 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar Progress (3): 0.5/2.9 MB | 20/39 kB | 4.1/317 kB Progress (3): 0.5/2.9 MB | 20/39 kB | 8.2/317 kB Progress (3): 0.5/2.9 MB | 25/39 kB | 8.2/317 kB Progress (3): 0.5/2.9 MB | 25/39 kB | 8.2/317 kB Progress (3): 0.5/2.9 MB | 29/39 kB | 8.2/317 kB Progress (3): 0.5/2.9 MB | 29/39 kB | 12/317 kB Progress (3): 0.5/2.9 MB | 33/39 kB | 12/317 kB Progress (3): 0.5/2.9 MB | 33/39 kB | 16/317 kB Progress (3): 0.5/2.9 MB | 33/39 kB | 16/317 kB Progress (3): 0.5/2.9 MB | 37/39 kB | 16/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 16/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 20/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 25/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 29/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 33/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 33/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 37/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 41/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 45/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 49/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 49/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 53/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 57/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 57/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 61/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 66/317 kB Progress (3): 0.5/2.9 MB | 39 kB | 70/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 70/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 74/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 78/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 82/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 82/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 86/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 90/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 94/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 94/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 98/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 102/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 102/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 106/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 111/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 115/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 115/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 119/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 123/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 127/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 131/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 131/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 135/317 kB Progress (3): 0.6/2.9 MB | 39 kB | 139/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 139/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 143/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 147/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 147/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 152/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 156/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 160/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 164/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 164/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 168/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 172/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 176/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 180/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 180/317 kB Progress (3): 0.7/2.9 MB | 39 kB | 180/317 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 208 kB/s) Progress (2): 0.7/2.9 MB | 180/317 kB Progress (2): 0.7/2.9 MB | 184/317 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar Progress (2): 0.7/2.9 MB | 188/317 kB Progress (2): 0.8/2.9 MB | 188/317 kB Progress (2): 0.8/2.9 MB | 193/317 kB Progress (2): 0.8/2.9 MB | 197/317 kB Progress (2): 0.8/2.9 MB | 197/317 kB Progress (2): 0.8/2.9 MB | 201/317 kB Progress (2): 0.8/2.9 MB | 205/317 kB Progress (2): 0.8/2.9 MB | 205/317 kB Progress (2): 0.8/2.9 MB | 209/317 kB Progress (2): 0.8/2.9 MB | 213/317 kB Progress (2): 0.8/2.9 MB | 213/317 kB Progress (2): 0.8/2.9 MB | 217/317 kB Progress (2): 0.8/2.9 MB | 221/317 kB Progress (2): 0.8/2.9 MB | 221/317 kB Progress (2): 0.8/2.9 MB | 225/317 kB Progress (2): 0.8/2.9 MB | 229/317 kB Progress (2): 0.8/2.9 MB | 229/317 kB Progress (2): 0.8/2.9 MB | 233/317 kB Progress (2): 0.8/2.9 MB | 238/317 kB Progress (2): 0.8/2.9 MB | 238/317 kB Progress (2): 0.8/2.9 MB | 242/317 kB Progress (2): 0.8/2.9 MB | 246/317 kB Progress (2): 0.9/2.9 MB | 246/317 kB Progress (2): 0.9/2.9 MB | 250/317 kB Progress (2): 0.9/2.9 MB | 254/317 kB Progress (2): 0.9/2.9 MB | 258/317 kB Progress (2): 0.9/2.9 MB | 262/317 kB Progress (2): 0.9/2.9 MB | 262/317 kB Progress (2): 0.9/2.9 MB | 266/317 kB Progress (2): 0.9/2.9 MB | 270/317 kB Progress (2): 0.9/2.9 MB | 274/317 kB Progress (2): 0.9/2.9 MB | 279/317 kB Progress (2): 0.9/2.9 MB | 283/317 kB Progress (2): 0.9/2.9 MB | 287/317 kB Progress (2): 0.9/2.9 MB | 291/317 kB Progress (2): 0.9/2.9 MB | 295/317 kB Progress (2): 0.9/2.9 MB | 299/317 kB Progress (2): 0.9/2.9 MB | 303/317 kB Progress (2): 0.9/2.9 MB | 307/317 kB Progress (2): 0.9/2.9 MB | 311/317 kB Progress (2): 0.9/2.9 MB | 315/317 kB Progress (2): 0.9/2.9 MB | 317 kB Progress (3): 0.9/2.9 MB | 317 kB | 4.1/4.7 kB Progress (3): 0.9/2.9 MB | 317 kB | 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 22 kB/s) Progress (3): 0.9/2.9 MB | 317 kB | 4.1/21 kB Progress (3): 0.9/2.9 MB | 317 kB | 8.2/21 kB Progress (3): 0.9/2.9 MB | 317 kB | 12/21 kB Progress (3): 0.9/2.9 MB | 317 kB | 16/21 kB Progress (3): 0.9/2.9 MB | 317 kB | 20/21 kB Progress (3): 0.9/2.9 MB | 317 kB | 20/21 kB Progress (3): 0.9/2.9 MB | 317 kB | 21 kB Progress (3): 0.9/2.9 MB | 317 kB | 21 kB Progress (3): 0.9/2.9 MB | 317 kB | 21 kB Progress (3): 0.9/2.9 MB | 317 kB | 21 kB Progress (3): 1.0/2.9 MB | 317 kB | 21 kB Progress (3): 1.0/2.9 MB | 317 kB | 21 kB Progress (3): 1.0/2.9 MB | 317 kB | 21 kB Progress (3): 1.0/2.9 MB | 317 kB | 21 kB Progress (3): 1.0/2.9 MB | 317 kB | 21 kB Progress (3): 1.0/2.9 MB | 317 kB | 21 kB Progress (3): 1.1/2.9 MB | 317 kB | 21 kB Progress (3): 1.1/2.9 MB | 317 kB | 21 kB Progress (3): 1.1/2.9 MB | 317 kB | 21 kB Progress (3): 1.1/2.9 MB | 317 kB | 21 kB Progress (3): 1.1/2.9 MB | 317 kB | 21 kB Progress (3): 1.1/2.9 MB | 317 kB | 21 kB Progress (3): 1.2/2.9 MB | 317 kB | 21 kB Progress (3): 1.2/2.9 MB | 317 kB | 21 kB Progress (3): 1.2/2.9 MB | 317 kB | 21 kB Progress (3): 1.2/2.9 MB | 317 kB | 21 kB Progress (3): 1.2/2.9 MB | 317 kB | 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 91 kB/s) Progress (2): 1.2/2.9 MB | 317 kB Progress (2): 1.3/2.9 MB | 317 kB Progress (2): 1.3/2.9 MB | 317 kB Progress (2): 1.3/2.9 MB | 317 kB Progress (2): 1.3/2.9 MB | 317 kB Progress (2): 1.3/2.9 MB | 317 kB Progress (2): 1.3/2.9 MB | 317 kB Progress (2): 1.4/2.9 MB | 317 kB Progress (2): 1.4/2.9 MB | 317 kB Progress (2): 1.4/2.9 MB | 317 kB Progress (2): 1.4/2.9 MB | 317 kB Progress (2): 1.4/2.9 MB | 317 kB Progress (2): 1.4/2.9 MB | 317 kB Progress (2): 1.5/2.9 MB | 317 kB Progress (2): 1.5/2.9 MB | 317 kB Progress (2): 1.5/2.9 MB | 317 kB Progress (2): 1.5/2.9 MB | 317 kB Progress (2): 1.5/2.9 MB | 317 kB Progress (2): 1.5/2.9 MB | 317 kB Progress (2): 1.6/2.9 MB | 317 kB Progress (2): 1.6/2.9 MB | 317 kB Progress (2): 1.6/2.9 MB | 317 kB Progress (2): 1.6/2.9 MB | 317 kB Progress (2): 1.6/2.9 MB | 317 kB Progress (2): 1.6/2.9 MB | 317 kB Progress (2): 1.7/2.9 MB | 317 kB Progress (2): 1.7/2.9 MB | 317 kB Progress (2): 1.7/2.9 MB | 317 kB Progress (2): 1.7/2.9 MB | 317 kB Progress (2): 1.7/2.9 MB | 317 kB Progress (2): 1.7/2.9 MB | 317 kB Progress (2): 1.8/2.9 MB | 317 kB Progress (2): 1.8/2.9 MB | 317 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 1.3 MB/s) Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.8/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 1.9/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.0/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.1/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.2/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.3/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.4/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.5/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.6/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.7/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.8/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9/2.9 MB Progress (1): 2.9 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar (2.9 MB at 9.5 MB/s) Progress (1): 4.1/27 kB Progress (1): 8.2/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 25/27 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 67 kB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 174 source files to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.pom (11 kB at 545 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 41 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Downloading from central: https://repo.maven.apache.org/maven2/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): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 668 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.pom (3.5 kB at 169 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.pom (2.0 kB at 89 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom Progress (1): 4.1/7.5 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.pom (7.5 kB at 373 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 689 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/junit/junit/4.12/junit-4.12.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar Progress (1): 4.1/528 kB Progress (1): 8.2/528 kB Progress (1): 12/528 kB Progress (1): 16/528 kB Progress (1): 20/528 kB Progress (1): 25/528 kB Progress (1): 29/528 kB Progress (1): 33/528 kB Progress (1): 37/528 kB Progress (1): 41/528 kB Progress (1): 45/528 kB Progress (1): 49/528 kB Progress (1): 53/528 kB Progress (1): 57/528 kB Progress (1): 61/528 kB Progress (1): 66/528 kB Progress (1): 70/528 kB Progress (1): 74/528 kB Progress (1): 78/528 kB Progress (1): 82/528 kB Progress (1): 86/528 kB Progress (1): 90/528 kB Progress (1): 94/528 kB Progress (1): 98/528 kB Progress (1): 102/528 kB Progress (1): 106/528 kB Progress (1): 111/528 kB Progress (1): 115/528 kB Progress (1): 119/528 kB Progress (1): 123/528 kB Progress (1): 127/528 kB Progress (1): 131/528 kB Progress (1): 135/528 kB Progress (1): 139/528 kB Progress (1): 143/528 kB Progress (1): 147/528 kB Progress (1): 152/528 kB Progress (1): 156/528 kB Progress (1): 160/528 kB Progress (1): 164/528 kB Progress (2): 164/528 kB | 4.1/186 kB Progress (2): 164/528 kB | 8.2/186 kB Progress (2): 164/528 kB | 12/186 kB Progress (2): 168/528 kB | 12/186 kB Progress (2): 168/528 kB | 16/186 kB Progress (2): 172/528 kB | 16/186 kB Progress (2): 176/528 kB | 16/186 kB Progress (2): 180/528 kB | 16/186 kB Progress (2): 180/528 kB | 20/186 kB Progress (2): 180/528 kB | 25/186 kB Progress (2): 180/528 kB | 29/186 kB Progress (2): 184/528 kB | 29/186 kB Progress (2): 184/528 kB | 33/186 kB Progress (2): 188/528 kB | 33/186 kB Progress (2): 193/528 kB | 33/186 kB Progress (2): 197/528 kB | 33/186 kB Progress (2): 197/528 kB | 37/186 kB Progress (2): 197/528 kB | 41/186 kB Progress (2): 197/528 kB | 45/186 kB Progress (2): 201/528 kB | 45/186 kB Progress (2): 201/528 kB | 49/186 kB Progress (2): 205/528 kB | 49/186 kB Progress (2): 209/528 kB | 49/186 kB Progress (2): 213/528 kB | 49/186 kB Progress (2): 213/528 kB | 53/186 kB Progress (2): 213/528 kB | 57/186 kB Progress (2): 213/528 kB | 61/186 kB Progress (2): 213/528 kB | 66/186 kB Progress (2): 217/528 kB | 66/186 kB Progress (2): 221/528 kB | 66/186 kB Progress (2): 225/528 kB | 66/186 kB Progress (2): 229/528 kB | 66/186 kB Progress (2): 229/528 kB | 70/186 kB Progress (2): 229/528 kB | 74/186 kB Progress (2): 229/528 kB | 78/186 kB Progress (2): 229/528 kB | 82/186 kB Progress (2): 233/528 kB | 82/186 kB Progress (2): 238/528 kB | 82/186 kB Progress (2): 242/528 kB | 82/186 kB Progress (2): 246/528 kB | 82/186 kB Progress (2): 246/528 kB | 86/186 kB Progress (2): 246/528 kB | 90/186 kB Progress (2): 246/528 kB | 94/186 kB Progress (2): 246/528 kB | 98/186 kB Progress (2): 250/528 kB | 98/186 kB Progress (2): 254/528 kB | 98/186 kB Progress (2): 258/528 kB | 98/186 kB Progress (2): 262/528 kB | 98/186 kB Progress (2): 262/528 kB | 102/186 kB Progress (2): 262/528 kB | 106/186 kB Progress (2): 262/528 kB | 111/186 kB Progress (2): 262/528 kB | 115/186 kB Progress (2): 266/528 kB | 115/186 kB Progress (2): 270/528 kB | 115/186 kB Progress (2): 274/528 kB | 115/186 kB Progress (2): 279/528 kB | 115/186 kB Progress (2): 279/528 kB | 119/186 kB Progress (2): 279/528 kB | 123/186 kB Progress (2): 279/528 kB | 127/186 kB Progress (2): 279/528 kB | 131/186 kB Progress (2): 283/528 kB | 131/186 kB Progress (2): 287/528 kB | 131/186 kB Progress (2): 291/528 kB | 131/186 kB Progress (2): 295/528 kB | 131/186 kB Progress (2): 295/528 kB | 135/186 kB Progress (2): 295/528 kB | 139/186 kB Progress (2): 295/528 kB | 143/186 kB Progress (2): 295/528 kB | 147/186 kB Progress (2): 299/528 kB | 147/186 kB Progress (2): 303/528 kB | 147/186 kB Progress (2): 307/528 kB | 147/186 kB Progress (2): 307/528 kB | 152/186 kB Progress (2): 311/528 kB | 152/186 kB Progress (2): 311/528 kB | 156/186 kB Progress (2): 311/528 kB | 160/186 kB Progress (2): 311/528 kB | 164/186 kB Progress (2): 315/528 kB | 164/186 kB Progress (2): 319/528 kB | 164/186 kB Progress (2): 324/528 kB | 164/186 kB Progress (2): 324/528 kB | 168/186 kB Progress (2): 328/528 kB | 168/186 kB Progress (2): 328/528 kB | 172/186 kB Progress (2): 328/528 kB | 176/186 kB Progress (2): 328/528 kB | 180/186 kB Progress (2): 332/528 kB | 180/186 kB Progress (2): 332/528 kB | 184/186 kB Progress (2): 336/528 kB | 184/186 kB Progress (2): 336/528 kB | 186 kB Progress (2): 340/528 kB | 186 kB Progress (2): 344/528 kB | 186 kB Progress (2): 348/528 kB | 186 kB Progress (2): 352/528 kB | 186 kB Progress (2): 356/528 kB | 186 kB Progress (2): 360/528 kB | 186 kB Progress (2): 365/528 kB | 186 kB Progress (2): 369/528 kB | 186 kB Progress (2): 373/528 kB | 186 kB Progress (2): 377/528 kB | 186 kB Progress (2): 381/528 kB | 186 kB Progress (2): 385/528 kB | 186 kB Progress (2): 389/528 kB | 186 kB Progress (2): 393/528 kB | 186 kB Progress (2): 397/528 kB | 186 kB Progress (2): 401/528 kB | 186 kB Progress (2): 406/528 kB | 186 kB Progress (2): 410/528 kB | 186 kB Progress (2): 414/528 kB | 186 kB Progress (2): 418/528 kB | 186 kB Progress (2): 422/528 kB | 186 kB Progress (2): 426/528 kB | 186 kB Progress (2): 430/528 kB | 186 kB Progress (2): 434/528 kB | 186 kB Progress (2): 438/528 kB | 186 kB Progress (2): 442/528 kB | 186 kB Progress (2): 446/528 kB | 186 kB Progress (2): 451/528 kB | 186 kB Progress (2): 455/528 kB | 186 kB Progress (2): 459/528 kB | 186 kB Progress (2): 463/528 kB | 186 kB Progress (2): 467/528 kB | 186 kB Progress (2): 471/528 kB | 186 kB Progress (2): 475/528 kB | 186 kB Progress (2): 479/528 kB | 186 kB Progress (2): 483/528 kB | 186 kB Progress (2): 487/528 kB | 186 kB Progress (2): 492/528 kB | 186 kB Progress (2): 496/528 kB | 186 kB Progress (2): 500/528 kB | 186 kB Progress (2): 504/528 kB | 186 kB Progress (2): 508/528 kB | 186 kB Progress (2): 512/528 kB | 186 kB Progress (2): 516/528 kB | 186 kB Progress (2): 520/528 kB | 186 kB Progress (2): 524/528 kB | 186 kB Progress (2): 528 kB | 186 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.1/surefire-api-2.22.1.jar (186 kB at 5.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.1/maven-surefire-common-2.22.1.jar (528 kB at 13 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar Progress (1): 4.1/315 kB Progress (1): 8.2/315 kB Progress (1): 12/315 kB Progress (1): 16/315 kB Progress (1): 20/315 kB Progress (1): 25/315 kB Progress (1): 29/315 kB Progress (1): 33/315 kB Progress (1): 37/315 kB Progress (1): 41/315 kB Progress (1): 45/315 kB Progress (1): 49/315 kB Progress (1): 53/315 kB Progress (1): 57/315 kB Progress (1): 61/315 kB Progress (1): 66/315 kB Progress (1): 70/315 kB Progress (1): 74/315 kB Progress (1): 78/315 kB Progress (1): 82/315 kB Progress (1): 86/315 kB Progress (1): 90/315 kB Progress (1): 94/315 kB Progress (1): 98/315 kB Progress (1): 102/315 kB Progress (1): 106/315 kB Progress (1): 111/315 kB Progress (1): 115/315 kB Progress (1): 119/315 kB Progress (1): 123/315 kB Progress (1): 127/315 kB Progress (1): 131/315 kB Progress (1): 135/315 kB Progress (1): 139/315 kB Progress (1): 143/315 kB Progress (1): 147/315 kB Progress (1): 152/315 kB Progress (1): 156/315 kB Progress (1): 160/315 kB Progress (1): 164/315 kB Progress (1): 168/315 kB Progress (1): 172/315 kB Progress (1): 176/315 kB Progress (1): 180/315 kB Progress (1): 184/315 kB Progress (1): 188/315 kB Progress (1): 193/315 kB Progress (1): 197/315 kB Progress (1): 201/315 kB Progress (1): 205/315 kB Progress (1): 209/315 kB Progress (1): 213/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 238/315 kB Progress (1): 242/315 kB Progress (1): 246/315 kB Progress (1): 250/315 kB Progress (1): 254/315 kB Progress (1): 258/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 279/315 kB Progress (1): 283/315 kB Progress (1): 287/315 kB Progress (1): 291/315 kB Progress (1): 295/315 kB Progress (1): 299/315 kB Progress (1): 303/315 kB Progress (1): 307/315 kB Progress (1): 311/315 kB Progress (1): 315 kB Progress (2): 315 kB | 4.1/274 kB Progress (2): 315 kB | 8.2/274 kB Progress (2): 315 kB | 12/274 kB Progress (2): 315 kB | 16/274 kB Progress (3): 315 kB | 16/274 kB | 4.1/13 kB Progress (3): 315 kB | 16/274 kB | 8.2/13 kB Progress (3): 315 kB | 16/274 kB | 12/13 kB Progress (3): 315 kB | 16/274 kB | 13 kB Progress (4): 315 kB | 16/274 kB | 13 kB | 4.1/14 kB Progress (4): 315 kB | 16/274 kB | 13 kB | 8.2/14 kB Progress (4): 315 kB | 16/274 kB | 13 kB | 12/14 kB Progress (4): 315 kB | 16/274 kB | 13 kB | 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (315 kB at 3.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 149 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar Progress (3): 16/274 kB | 13 kB | 4.1/228 kB Progress (3): 20/274 kB | 13 kB | 4.1/228 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.1/surefire-logger-api-2.22.1.jar (13 kB at 138 kB/s) Progress (2): 25/274 kB | 4.1/228 kB Progress (2): 29/274 kB | 4.1/228 kB Progress (2): 29/274 kB | 8.2/228 kB Progress (2): 33/274 kB | 8.2/228 kB Progress (2): 33/274 kB | 12/228 kB Progress (2): 33/274 kB | 16/228 kB Progress (2): 37/274 kB | 16/228 kB Progress (2): 41/274 kB | 16/228 kB Progress (2): 45/274 kB | 16/228 kB Progress (2): 45/274 kB | 20/228 kB Progress (2): 49/274 kB | 20/228 kB Progress (2): 49/274 kB | 25/228 kB Progress (2): 49/274 kB | 29/228 kB Progress (2): 49/274 kB | 33/228 kB Progress (2): 53/274 kB | 33/228 kB Progress (2): 57/274 kB | 33/228 kB Progress (2): 61/274 kB | 33/228 kB Progress (2): 61/274 kB | 37/228 kB Progress (2): 66/274 kB | 37/228 kB Progress (2): 66/274 kB | 41/228 kB Progress (2): 66/274 kB | 45/228 kB Progress (2): 66/274 kB | 49/228 kB Progress (2): 70/274 kB | 49/228 kB Progress (2): 74/274 kB | 49/228 kB Progress (2): 78/274 kB | 49/228 kB Progress (2): 82/274 kB | 49/228 kB Progress (2): 82/274 kB | 53/228 kB Progress (2): 82/274 kB | 57/228 kB Progress (3): 82/274 kB | 57/228 kB | 4.1/11 kB Progress (3): 86/274 kB | 57/228 kB | 4.1/11 kB Progress (3): 86/274 kB | 61/228 kB | 4.1/11 kB Progress (3): 86/274 kB | 66/228 kB | 4.1/11 kB Progress (3): 90/274 kB | 66/228 kB | 4.1/11 kB Progress (3): 90/274 kB | 66/228 kB | 8.2/11 kB Progress (3): 94/274 kB | 66/228 kB | 8.2/11 kB Progress (3): 94/274 kB | 66/228 kB | 11 kB Progress (3): 94/274 kB | 70/228 kB | 11 kB Progress (3): 94/274 kB | 74/228 kB | 11 kB Progress (3): 94/274 kB | 78/228 kB | 11 kB Progress (3): 98/274 kB | 78/228 kB | 11 kB Progress (3): 98/274 kB | 82/228 kB | 11 kB Progress (3): 102/274 kB | 82/228 kB | 11 kB Progress (3): 102/274 kB | 86/228 kB | 11 kB Progress (3): 106/274 kB | 86/228 kB | 11 kB Progress (3): 106/274 kB | 90/228 kB | 11 kB Progress (3): 111/274 kB | 90/228 kB | 11 kB Progress (3): 111/274 kB | 94/228 kB | 11 kB Progress (3): 115/274 kB | 94/228 kB | 11 kB Progress (3): 115/274 kB | 98/228 kB | 11 kB Progress (3): 119/274 kB | 98/228 kB | 11 kB Progress (3): 119/274 kB | 102/228 kB | 11 kB Progress (3): 123/274 kB | 102/228 kB | 11 kB Progress (3): 123/274 kB | 106/228 kB | 11 kB Progress (3): 127/274 kB | 106/228 kB | 11 kB Progress (3): 127/274 kB | 111/228 kB | 11 kB Progress (3): 131/274 kB | 111/228 kB | 11 kB Progress (3): 131/274 kB | 115/228 kB | 11 kB Progress (3): 135/274 kB | 115/228 kB | 11 kB Progress (3): 135/274 kB | 119/228 kB | 11 kB Progress (3): 139/274 kB | 119/228 kB | 11 kB Progress (3): 139/274 kB | 123/228 kB | 11 kB Progress (3): 143/274 kB | 123/228 kB | 11 kB Progress (3): 143/274 kB | 127/228 kB | 11 kB Progress (3): 147/274 kB | 127/228 kB | 11 kB Progress (3): 147/274 kB | 131/228 kB | 11 kB Progress (3): 152/274 kB | 131/228 kB | 11 kB Progress (3): 152/274 kB | 135/228 kB | 11 kB Progress (3): 156/274 kB | 135/228 kB | 11 kB Progress (3): 156/274 kB | 139/228 kB | 11 kB Progress (3): 160/274 kB | 139/228 kB | 11 kB Progress (3): 160/274 kB | 143/228 kB | 11 kB Progress (3): 164/274 kB | 143/228 kB | 11 kB Progress (3): 164/274 kB | 147/228 kB | 11 kB Progress (3): 168/274 kB | 147/228 kB | 11 kB Progress (3): 168/274 kB | 152/228 kB | 11 kB Progress (3): 172/274 kB | 152/228 kB | 11 kB Progress (3): 172/274 kB | 156/228 kB | 11 kB Progress (3): 176/274 kB | 156/228 kB | 11 kB Progress (3): 176/274 kB | 160/228 kB | 11 kB Progress (3): 180/274 kB | 160/228 kB | 11 kB Progress (3): 180/274 kB | 164/228 kB | 11 kB Progress (3): 184/274 kB | 164/228 kB | 11 kB Progress (3): 184/274 kB | 168/228 kB | 11 kB Progress (3): 188/274 kB | 168/228 kB | 11 kB Progress (3): 188/274 kB | 172/228 kB | 11 kB Progress (3): 193/274 kB | 172/228 kB | 11 kB Progress (3): 193/274 kB | 176/228 kB | 11 kB Progress (3): 197/274 kB | 176/228 kB | 11 kB Progress (3): 197/274 kB | 180/228 kB | 11 kB Progress (3): 201/274 kB | 180/228 kB | 11 kB Progress (3): 201/274 kB | 184/228 kB | 11 kB Progress (3): 205/274 kB | 184/228 kB | 11 kB Progress (3): 205/274 kB | 188/228 kB | 11 kB Progress (3): 209/274 kB | 188/228 kB | 11 kB Progress (3): 209/274 kB | 193/228 kB | 11 kB Progress (3): 213/274 kB | 193/228 kB | 11 kB Progress (3): 213/274 kB | 197/228 kB | 11 kB Progress (3): 217/274 kB | 197/228 kB | 11 kB Progress (3): 217/274 kB | 201/228 kB | 11 kB Progress (3): 221/274 kB | 201/228 kB | 11 kB Progress (3): 221/274 kB | 205/228 kB | 11 kB Progress (3): 225/274 kB | 205/228 kB | 11 kB Progress (3): 225/274 kB | 209/228 kB | 11 kB Progress (3): 229/274 kB | 209/228 kB | 11 kB Progress (3): 229/274 kB | 213/228 kB | 11 kB Progress (3): 233/274 kB | 213/228 kB | 11 kB Progress (3): 233/274 kB | 217/228 kB | 11 kB Progress (3): 238/274 kB | 217/228 kB | 11 kB Progress (3): 238/274 kB | 221/228 kB | 11 kB Progress (3): 242/274 kB | 221/228 kB | 11 kB Progress (3): 242/274 kB | 225/228 kB | 11 kB Progress (3): 246/274 kB | 225/228 kB | 11 kB Progress (3): 246/274 kB | 228 kB | 11 kB Progress (3): 250/274 kB | 228 kB | 11 kB Progress (3): 254/274 kB | 228 kB | 11 kB Progress (3): 258/274 kB | 228 kB | 11 kB Progress (3): 262/274 kB | 228 kB | 11 kB Progress (4): 262/274 kB | 228 kB | 11 kB | 4.1/316 kB Progress (4): 262/274 kB | 228 kB | 11 kB | 8.2/316 kB Progress (4): 262/274 kB | 228 kB | 11 kB | 12/316 kB Progress (4): 266/274 kB | 228 kB | 11 kB | 12/316 kB Progress (4): 266/274 kB | 228 kB | 11 kB | 16/316 kB Progress (4): 270/274 kB | 228 kB | 11 kB | 16/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 16/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 20/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 25/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 29/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 33/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 37/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 41/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 45/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 49/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 53/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 57/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 61/316 kB Progress (4): 274 kB | 228 kB | 11 kB | 66/316 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 99 kB/s) Progress (3): 274 kB | 228 kB | 70/316 kB Progress (3): 274 kB | 228 kB | 74/316 kB Progress (3): 274 kB | 228 kB | 78/316 kB Progress (3): 274 kB | 228 kB | 82/316 kB Progress (3): 274 kB | 228 kB | 86/316 kB Progress (3): 274 kB | 228 kB | 90/316 kB Progress (3): 274 kB | 228 kB | 94/316 kB Progress (3): 274 kB | 228 kB | 98/316 kB Progress (3): 274 kB | 228 kB | 102/316 kB Progress (3): 274 kB | 228 kB | 106/316 kB Progress (3): 274 kB | 228 kB | 111/316 kB Progress (3): 274 kB | 228 kB | 115/316 kB Progress (3): 274 kB | 228 kB | 119/316 kB Progress (3): 274 kB | 228 kB | 123/316 kB Progress (3): 274 kB | 228 kB | 127/316 kB Progress (3): 274 kB | 228 kB | 131/316 kB Progress (3): 274 kB | 228 kB | 135/316 kB Progress (3): 274 kB | 228 kB | 139/316 kB Progress (3): 274 kB | 228 kB | 143/316 kB Progress (3): 274 kB | 228 kB | 147/316 kB Progress (3): 274 kB | 228 kB | 152/316 kB Progress (3): 274 kB | 228 kB | 156/316 kB Progress (3): 274 kB | 228 kB | 160/316 kB Progress (3): 274 kB | 228 kB | 164/316 kB Progress (3): 274 kB | 228 kB | 168/316 kB Progress (3): 274 kB | 228 kB | 172/316 kB Progress (3): 274 kB | 228 kB | 176/316 kB Progress (3): 274 kB | 228 kB | 180/316 kB Progress (3): 274 kB | 228 kB | 184/316 kB Progress (3): 274 kB | 228 kB | 188/316 kB Progress (3): 274 kB | 228 kB | 193/316 kB Progress (3): 274 kB | 228 kB | 197/316 kB Progress (3): 274 kB | 228 kB | 201/316 kB Progress (3): 274 kB | 228 kB | 205/316 kB Progress (3): 274 kB | 228 kB | 209/316 kB Progress (3): 274 kB | 228 kB | 213/316 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 1.9 MB/s) Progress (2): 274 kB | 217/316 kB Progress (2): 274 kB | 221/316 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.1/surefire-booter-2.22.1.jar (274 kB at 2.3 MB/s) Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 238/316 kB Progress (1): 242/316 kB Progress (1): 246/316 kB Progress (1): 250/316 kB Progress (1): 254/316 kB Progress (1): 258/316 kB Progress (1): 262/316 kB Progress (1): 266/316 kB Progress (1): 270/316 kB Progress (1): 274/316 kB Progress (1): 279/316 kB Progress (1): 283/316 kB Progress (1): 287/316 kB Progress (1): 291/316 kB Progress (1): 295/316 kB Progress (1): 299/316 kB Progress (1): 303/316 kB Progress (1): 307/316 kB Progress (1): 311/316 kB Progress (1): 315/316 kB Progress (1): 316 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 2.0 MB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core --- [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj 11.0.0-SNAPSHOT [6/14] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.pom (1.7 kB at 83 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar Progress (1): 0/3.0 MB Progress (1): 0/3.0 MB Progress (1): 0/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/ecj/3.21.0/ecj-3.21.0.jar (3.0 MB at 12 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.ecj --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.ecj --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.ecj --- [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/pom.xml to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.ecj/target/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.ecj/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.ecj-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >-------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 11.0.0-SNAPSHOT [7/14] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.pom (3.2 kB at 159 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 23 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 94 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom (2.8 kB at 135 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom (3.0 kB at 71 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom (3.2 kB at 178 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.pom Progress (1): 2.7/3.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.pom (3.2 kB at 160 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.pom (3.0 kB at 151 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mockito/mockito-core/3.3.3/mockito-core-3.3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.3.3/mockito-core-3.3.3.pom Progress (1): 4.1/23 kB Progress (1): 8.2/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.3.3/mockito-core-3.3.3.pom (23 kB at 998 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy/1.10.5/byte-buddy-1.10.5.pom Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.5/byte-buddy-1.10.5.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.5/byte-buddy-1.10.5.pom (11 kB at 533 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy-parent/1.10.5/byte-buddy-parent-1.10.5.pom Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.5/byte-buddy-parent-1.10.5.pom Progress (1): 4.1/39 kB Progress (1): 8.2/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 25/39 kB Progress (1): 29/39 kB Progress (1): 33/39 kB Progress (1): 37/39 kB Progress (1): 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.5/byte-buddy-parent-1.10.5.pom (39 kB at 1.5 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy-agent/1.10.5/byte-buddy-agent-1.10.5.pom Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.5/byte-buddy-agent-1.10.5.pom Progress (1): 4.1/9.6 kB Progress (1): 8.2/9.6 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.5/byte-buddy-agent-1.10.5.pom (9.6 kB at 478 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 780 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 156 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/mockito/mockito-core/3.3.3/mockito-core-3.3.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy/1.10.5/byte-buddy-1.10.5.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/net/bytebuddy/byte-buddy-agent/1.10.5/byte-buddy-agent-1.10.5.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar Progress (1): 4.1/7.7 kB Progress (1): 7.7 kB Progress (2): 7.7 kB | 2.4 kB Progress (3): 7.7 kB | 2.4 kB | 4.1/97 kB Progress (3): 7.7 kB | 2.4 kB | 8.2/97 kB Progress (3): 7.7 kB | 2.4 kB | 12/97 kB Progress (3): 7.7 kB | 2.4 kB | 16/97 kB Progress (3): 7.7 kB | 2.4 kB | 20/97 kB Progress (3): 7.7 kB | 2.4 kB | 25/97 kB Progress (3): 7.7 kB | 2.4 kB | 29/97 kB Progress (3): 7.7 kB | 2.4 kB | 33/97 kB Progress (4): 7.7 kB | 2.4 kB | 33/97 kB | 4.1/154 kB Progress (4): 7.7 kB | 2.4 kB | 33/97 kB | 8.2/154 kB Progress (4): 7.7 kB | 2.4 kB | 37/97 kB | 8.2/154 kB Progress (4): 7.7 kB | 2.4 kB | 37/97 kB | 12/154 kB Progress (4): 7.7 kB | 2.4 kB | 41/97 kB | 12/154 kB Progress (4): 7.7 kB | 2.4 kB | 41/97 kB | 16/154 kB Progress (4): 7.7 kB | 2.4 kB | 45/97 kB | 16/154 kB Progress (4): 7.7 kB | 2.4 kB | 49/97 kB | 16/154 kB Progress (4): 7.7 kB | 2.4 kB | 49/97 kB | 20/154 kB Progress (4): 7.7 kB | 2.4 kB | 49/97 kB | 25/154 kB Progress (5): 7.7 kB | 2.4 kB | 49/97 kB | 25/154 kB | 4.1/122 kB Progress (5): 7.7 kB | 2.4 kB | 53/97 kB | 25/154 kB | 4.1/122 kB Progress (5): 7.7 kB | 2.4 kB | 53/97 kB | 29/154 kB | 4.1/122 kB Progress (5): 7.7 kB | 2.4 kB | 57/97 kB | 29/154 kB | 4.1/122 kB Progress (5): 7.7 kB | 2.4 kB | 57/97 kB | 29/154 kB | 8.2/122 kB Progress (5): 7.7 kB | 2.4 kB | 61/97 kB | 29/154 kB | 8.2/122 kB Progress (5): 7.7 kB | 2.4 kB | 66/97 kB | 29/154 kB | 8.2/122 kB Progress (5): 7.7 kB | 2.4 kB | 66/97 kB | 33/154 kB | 8.2/122 kB Progress (5): 7.7 kB | 2.4 kB | 66/97 kB | 33/154 kB | 12/122 kB Progress (5): 7.7 kB | 2.4 kB | 66/97 kB | 33/154 kB | 16/122 kB Progress (5): 7.7 kB | 2.4 kB | 66/97 kB | 37/154 kB | 16/122 kB Progress (5): 7.7 kB | 2.4 kB | 70/97 kB | 37/154 kB | 16/122 kB Progress (5): 7.7 kB | 2.4 kB | 70/97 kB | 37/154 kB | 20/122 kB Progress (5): 7.7 kB | 2.4 kB | 70/97 kB | 41/154 kB | 20/122 kB Progress (5): 7.7 kB | 2.4 kB | 70/97 kB | 45/154 kB | 20/122 kB Progress (5): 7.7 kB | 2.4 kB | 70/97 kB | 45/154 kB | 25/122 kB Progress (5): 7.7 kB | 2.4 kB | 74/97 kB | 45/154 kB | 25/122 kB Progress (5): 7.7 kB | 2.4 kB | 74/97 kB | 45/154 kB | 29/122 kB Progress (5): 7.7 kB | 2.4 kB | 74/97 kB | 49/154 kB | 29/122 kB Progress (5): 7.7 kB | 2.4 kB | 74/97 kB | 49/154 kB | 33/122 kB Progress (5): 7.7 kB | 2.4 kB | 78/97 kB | 49/154 kB | 33/122 kB Progress (5): 7.7 kB | 2.4 kB | 82/97 kB | 49/154 kB | 33/122 kB Progress (5): 7.7 kB | 2.4 kB | 82/97 kB | 49/154 kB | 37/122 kB Progress (5): 7.7 kB | 2.4 kB | 82/97 kB | 53/154 kB | 37/122 kB Progress (5): 7.7 kB | 2.4 kB | 82/97 kB | 53/154 kB | 41/122 kB Progress (5): 7.7 kB | 2.4 kB | 82/97 kB | 57/154 kB | 41/122 kB Progress (5): 7.7 kB | 2.4 kB | 82/97 kB | 57/154 kB | 45/122 kB Progress (5): 7.7 kB | 2.4 kB | 82/97 kB | 61/154 kB | 45/122 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 403 kB/s) Progress (4): 2.4 kB | 86/97 kB | 61/154 kB | 45/122 kB Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar Progress (4): 2.4 kB | 86/97 kB | 66/154 kB | 45/122 kB Progress (4): 2.4 kB | 86/97 kB | 66/154 kB | 49/122 kB Progress (4): 2.4 kB | 90/97 kB | 66/154 kB | 49/122 kB Progress (4): 2.4 kB | 94/97 kB | 66/154 kB | 49/122 kB Progress (4): 2.4 kB | 94/97 kB | 70/154 kB | 49/122 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 119 kB/s) Progress (3): 94/97 kB | 74/154 kB | 49/122 kB Progress (3): 94/97 kB | 74/154 kB | 53/122 kB Progress (3): 97 kB | 74/154 kB | 53/122 kB Progress (3): 97 kB | 74/154 kB | 57/122 kB Progress (3): 97 kB | 78/154 kB | 57/122 kB Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.jar Progress (3): 97 kB | 82/154 kB | 57/122 kB Progress (3): 97 kB | 82/154 kB | 61/122 kB Progress (3): 97 kB | 82/154 kB | 66/122 kB Progress (3): 97 kB | 86/154 kB | 66/122 kB Progress (3): 97 kB | 90/154 kB | 66/122 kB Progress (3): 97 kB | 90/154 kB | 70/122 kB Progress (3): 97 kB | 94/154 kB | 70/122 kB Progress (3): 97 kB | 94/154 kB | 74/122 kB Progress (3): 97 kB | 98/154 kB | 74/122 kB Progress (3): 97 kB | 98/154 kB | 78/122 kB Progress (3): 97 kB | 98/154 kB | 82/122 kB Progress (3): 97 kB | 102/154 kB | 82/122 kB Progress (3): 97 kB | 106/154 kB | 82/122 kB Progress (3): 97 kB | 106/154 kB | 86/122 kB Progress (3): 97 kB | 111/154 kB | 86/122 kB Progress (3): 97 kB | 111/154 kB | 90/122 kB Progress (3): 97 kB | 115/154 kB | 90/122 kB Progress (3): 97 kB | 115/154 kB | 94/122 kB Progress (3): 97 kB | 115/154 kB | 98/122 kB Progress (3): 97 kB | 119/154 kB | 98/122 kB Progress (3): 97 kB | 123/154 kB | 98/122 kB Progress (3): 97 kB | 123/154 kB | 102/122 kB Progress (3): 97 kB | 127/154 kB | 102/122 kB Progress (3): 97 kB | 127/154 kB | 106/122 kB Progress (3): 97 kB | 131/154 kB | 106/122 kB Progress (3): 97 kB | 131/154 kB | 111/122 kB Progress (3): 97 kB | 131/154 kB | 115/122 kB Progress (3): 97 kB | 135/154 kB | 115/122 kB Progress (3): 97 kB | 135/154 kB | 119/122 kB Progress (3): 97 kB | 139/154 kB | 119/122 kB Progress (3): 97 kB | 139/154 kB | 122 kB Progress (3): 97 kB | 143/154 kB | 122 kB Progress (3): 97 kB | 147/154 kB | 122 kB Progress (3): 97 kB | 152/154 kB | 122 kB Progress (3): 97 kB | 154 kB | 122 kB Progress (4): 97 kB | 154 kB | 122 kB | 4.1/174 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar (97 kB at 3.1 MB/s) Progress (3): 154 kB | 122 kB | 8.2/174 kB Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.jar Progress (3): 154 kB | 122 kB | 12/174 kB Progress (3): 154 kB | 122 kB | 16/174 kB Progress (3): 154 kB | 122 kB | 20/174 kB Progress (3): 154 kB | 122 kB | 25/174 kB Progress (3): 154 kB | 122 kB | 29/174 kB Progress (3): 154 kB | 122 kB | 33/174 kB Progress (3): 154 kB | 122 kB | 37/174 kB Progress (3): 154 kB | 122 kB | 41/174 kB Progress (3): 154 kB | 122 kB | 45/174 kB Progress (3): 154 kB | 122 kB | 49/174 kB Progress (3): 154 kB | 122 kB | 53/174 kB Progress (3): 154 kB | 122 kB | 57/174 kB Progress (3): 154 kB | 122 kB | 61/174 kB Progress (3): 154 kB | 122 kB | 66/174 kB Progress (3): 154 kB | 122 kB | 70/174 kB Progress (3): 154 kB | 122 kB | 74/174 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.jar (154 kB at 4.5 MB/s) Progress (2): 122 kB | 78/174 kB Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.3.3/mockito-core-3.3.3.jar Progress (2): 122 kB | 82/174 kB Progress (2): 122 kB | 86/174 kB Progress (2): 122 kB | 90/174 kB Progress (2): 122 kB | 94/174 kB Progress (2): 122 kB | 98/174 kB Progress (2): 122 kB | 102/174 kB Progress (2): 122 kB | 106/174 kB Progress (2): 122 kB | 111/174 kB Progress (2): 122 kB | 115/174 kB Progress (2): 122 kB | 119/174 kB Progress (2): 122 kB | 123/174 kB Progress (2): 122 kB | 127/174 kB Progress (2): 122 kB | 131/174 kB Progress (2): 122 kB | 135/174 kB Progress (2): 122 kB | 139/174 kB Progress (2): 122 kB | 143/174 kB Progress (2): 122 kB | 147/174 kB Progress (2): 122 kB | 152/174 kB Progress (2): 122 kB | 156/174 kB Progress (2): 122 kB | 160/174 kB Progress (2): 122 kB | 164/174 kB Progress (2): 122 kB | 168/174 kB Progress (2): 122 kB | 172/174 kB Progress (2): 122 kB | 174 kB Progress (3): 122 kB | 174 kB | 4.1/562 kB Progress (3): 122 kB | 174 kB | 8.2/562 kB Progress (3): 122 kB | 174 kB | 12/562 kB Progress (3): 122 kB | 174 kB | 16/562 kB Progress (3): 122 kB | 174 kB | 20/562 kB Progress (3): 122 kB | 174 kB | 25/562 kB Progress (3): 122 kB | 174 kB | 29/562 kB Progress (3): 122 kB | 174 kB | 33/562 kB Progress (3): 122 kB | 174 kB | 37/562 kB Progress (3): 122 kB | 174 kB | 41/562 kB Progress (3): 122 kB | 174 kB | 45/562 kB Progress (3): 122 kB | 174 kB | 49/562 kB Progress (3): 122 kB | 174 kB | 53/562 kB Progress (3): 122 kB | 174 kB | 57/562 kB Progress (3): 122 kB | 174 kB | 61/562 kB Progress (3): 122 kB | 174 kB | 66/562 kB Progress (3): 122 kB | 174 kB | 70/562 kB Progress (3): 122 kB | 174 kB | 74/562 kB Progress (3): 122 kB | 174 kB | 78/562 kB Progress (3): 122 kB | 174 kB | 82/562 kB Progress (3): 122 kB | 174 kB | 86/562 kB Progress (3): 122 kB | 174 kB | 90/562 kB Progress (3): 122 kB | 174 kB | 94/562 kB Progress (3): 122 kB | 174 kB | 98/562 kB Progress (3): 122 kB | 174 kB | 102/562 kB Progress (3): 122 kB | 174 kB | 106/562 kB Progress (3): 122 kB | 174 kB | 111/562 kB Progress (3): 122 kB | 174 kB | 115/562 kB Progress (3): 122 kB | 174 kB | 119/562 kB Progress (3): 122 kB | 174 kB | 123/562 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar (174 kB at 3.7 MB/s) Progress (2): 122 kB | 127/562 kB Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.5/byte-buddy-1.10.5.jar Progress (2): 122 kB | 131/562 kB Progress (2): 122 kB | 135/562 kB Progress (2): 122 kB | 139/562 kB Progress (2): 122 kB | 143/562 kB Progress (2): 122 kB | 147/562 kB Progress (2): 122 kB | 152/562 kB Progress (2): 122 kB | 156/562 kB Progress (2): 122 kB | 160/562 kB Progress (2): 122 kB | 164/562 kB Progress (3): 122 kB | 164/562 kB | 4.1/592 kB Progress (3): 122 kB | 164/562 kB | 8.2/592 kB Progress (3): 122 kB | 168/562 kB | 8.2/592 kB Progress (3): 122 kB | 168/562 kB | 12/592 kB Progress (3): 122 kB | 172/562 kB | 12/592 kB Progress (3): 122 kB | 172/562 kB | 16/592 kB Progress (3): 122 kB | 176/562 kB | 16/592 kB Progress (3): 122 kB | 180/562 kB | 16/592 kB Progress (3): 122 kB | 180/562 kB | 20/592 kB Progress (3): 122 kB | 180/562 kB | 25/592 kB Progress (3): 122 kB | 184/562 kB | 25/592 kB Progress (3): 122 kB | 184/562 kB | 29/592 kB Progress (3): 122 kB | 188/562 kB | 29/592 kB Progress (3): 122 kB | 188/562 kB | 33/592 kB Progress (3): 122 kB | 193/562 kB | 33/592 kB Progress (3): 122 kB | 197/562 kB | 33/592 kB Progress (3): 122 kB | 197/562 kB | 37/592 kB Progress (3): 122 kB | 197/562 kB | 41/592 kB Progress (3): 122 kB | 201/562 kB | 41/592 kB Progress (3): 122 kB | 201/562 kB | 45/592 kB Progress (3): 122 kB | 205/562 kB | 45/592 kB Progress (3): 122 kB | 205/562 kB | 49/592 kB Progress (3): 122 kB | 209/562 kB | 49/592 kB Progress (3): 122 kB | 213/562 kB | 49/592 kB Progress (3): 122 kB | 213/562 kB | 53/592 kB Progress (3): 122 kB | 213/562 kB | 57/592 kB Progress (3): 122 kB | 217/562 kB | 57/592 kB Progress (3): 122 kB | 217/562 kB | 61/592 kB Progress (3): 122 kB | 221/562 kB | 61/592 kB Progress (3): 122 kB | 221/562 kB | 66/592 kB Progress (3): 122 kB | 225/562 kB | 66/592 kB Progress (3): 122 kB | 229/562 kB | 66/592 kB Progress (3): 122 kB | 229/562 kB | 70/592 kB Progress (3): 122 kB | 229/562 kB | 74/592 kB Progress (3): 122 kB | 233/562 kB | 74/592 kB Progress (3): 122 kB | 233/562 kB | 78/592 kB Progress (3): 122 kB | 238/562 kB | 78/592 kB Progress (3): 122 kB | 238/562 kB | 82/592 kB Progress (3): 122 kB | 242/562 kB | 82/592 kB Progress (3): 122 kB | 246/562 kB | 82/592 kB Progress (3): 122 kB | 246/562 kB | 86/592 kB Progress (3): 122 kB | 246/562 kB | 90/592 kB Progress (3): 122 kB | 250/562 kB | 90/592 kB Progress (3): 122 kB | 250/562 kB | 94/592 kB Progress (3): 122 kB | 254/562 kB | 94/592 kB Progress (3): 122 kB | 254/562 kB | 98/592 kB Progress (3): 122 kB | 258/562 kB | 98/592 kB Progress (3): 122 kB | 262/562 kB | 98/592 kB Progress (3): 122 kB | 262/562 kB | 102/592 kB Progress (3): 122 kB | 262/562 kB | 106/592 kB Progress (3): 122 kB | 266/562 kB | 106/592 kB Progress (3): 122 kB | 266/562 kB | 111/592 kB Progress (3): 122 kB | 270/562 kB | 111/592 kB Progress (3): 122 kB | 270/562 kB | 115/592 kB Progress (3): 122 kB | 274/562 kB | 115/592 kB Progress (3): 122 kB | 279/562 kB | 115/592 kB Progress (3): 122 kB | 279/562 kB | 119/592 kB Progress (3): 122 kB | 279/562 kB | 123/592 kB Progress (3): 122 kB | 283/562 kB | 123/592 kB Progress (3): 122 kB | 283/562 kB | 127/592 kB Progress (3): 122 kB | 287/562 kB | 127/592 kB Progress (3): 122 kB | 287/562 kB | 131/592 kB Progress (3): 122 kB | 291/562 kB | 131/592 kB Progress (3): 122 kB | 295/562 kB | 131/592 kB Progress (3): 122 kB | 295/562 kB | 135/592 kB Progress (3): 122 kB | 295/562 kB | 139/592 kB Progress (3): 122 kB | 295/562 kB | 143/592 kB Progress (3): 122 kB | 295/562 kB | 147/592 kB Progress (3): 122 kB | 295/562 kB | 152/592 kB Progress (3): 122 kB | 295/562 kB | 156/592 kB Progress (3): 122 kB | 295/562 kB | 160/592 kB Progress (3): 122 kB | 295/562 kB | 164/592 kB Progress (3): 122 kB | 299/562 kB | 164/592 kB Progress (4): 122 kB | 299/562 kB | 164/592 kB | 0/3.3 MB Progress (5): 122 kB | 299/562 kB | 164/592 kB | 0/3.3 MB | 4.1/209 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar (122 kB at 1.3 MB/s) Progress (4): 299/562 kB | 164/592 kB | 0/3.3 MB | 4.1/209 kB Progress (4): 299/562 kB | 164/592 kB | 0/3.3 MB | 8.2/209 kB Progress (4): 299/562 kB | 168/592 kB | 0/3.3 MB | 8.2/209 kB Progress (4): 303/562 kB | 168/592 kB | 0/3.3 MB | 8.2/209 kB Progress (4): 303/562 kB | 172/592 kB | 0/3.3 MB | 8.2/209 kB Progress (4): 303/562 kB | 176/592 kB | 0/3.3 MB | 8.2/209 kB Progress (4): 303/562 kB | 176/592 kB | 0/3.3 MB | 12/209 kB Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.5/byte-buddy-agent-1.10.5.jar Progress (4): 303/562 kB | 176/592 kB | 0/3.3 MB | 16/209 kB Progress (4): 303/562 kB | 180/592 kB | 0/3.3 MB | 16/209 kB Progress (4): 303/562 kB | 180/592 kB | 0/3.3 MB | 16/209 kB Progress (4): 307/562 kB | 180/592 kB | 0/3.3 MB | 16/209 kB Progress (4): 307/562 kB | 180/592 kB | 0/3.3 MB | 20/209 kB Progress (4): 307/562 kB | 184/592 kB | 0/3.3 MB | 20/209 kB Progress (4): 311/562 kB | 184/592 kB | 0/3.3 MB | 20/209 kB Progress (4): 311/562 kB | 184/592 kB | 0.1/3.3 MB | 20/209 kB Progress (4): 311/562 kB | 188/592 kB | 0.1/3.3 MB | 20/209 kB Progress (4): 311/562 kB | 188/592 kB | 0.1/3.3 MB | 25/209 kB Progress (4): 315/562 kB | 188/592 kB | 0.1/3.3 MB | 25/209 kB Progress (4): 315/562 kB | 193/592 kB | 0.1/3.3 MB | 25/209 kB Progress (4): 315/562 kB | 197/592 kB | 0.1/3.3 MB | 25/209 kB Progress (4): 319/562 kB | 197/592 kB | 0.1/3.3 MB | 25/209 kB Progress (4): 324/562 kB | 197/592 kB | 0.1/3.3 MB | 25/209 kB Progress (4): 328/562 kB | 197/592 kB | 0.1/3.3 MB | 25/209 kB Progress (4): 328/562 kB | 197/592 kB | 0.1/3.3 MB | 25/209 kB Progress (4): 328/562 kB | 197/592 kB | 0.1/3.3 MB | 29/209 kB Progress (4): 328/562 kB | 201/592 kB | 0.1/3.3 MB | 29/209 kB Progress (4): 328/562 kB | 205/592 kB | 0.1/3.3 MB | 29/209 kB Progress (4): 328/562 kB | 209/592 kB | 0.1/3.3 MB | 29/209 kB Progress (4): 328/562 kB | 213/592 kB | 0.1/3.3 MB | 29/209 kB Progress (4): 332/562 kB | 213/592 kB | 0.1/3.3 MB | 29/209 kB Progress (4): 332/562 kB | 213/592 kB | 0.1/3.3 MB | 33/209 kB Progress (4): 336/562 kB | 213/592 kB | 0.1/3.3 MB | 33/209 kB Progress (4): 336/562 kB | 213/592 kB | 0.1/3.3 MB | 33/209 kB Progress (4): 340/562 kB | 213/592 kB | 0.1/3.3 MB | 33/209 kB Progress (4): 340/562 kB | 217/592 kB | 0.1/3.3 MB | 33/209 kB Progress (4): 344/562 kB | 217/592 kB | 0.1/3.3 MB | 33/209 kB Progress (4): 344/562 kB | 217/592 kB | 0.1/3.3 MB | 37/209 kB Progress (4): 344/562 kB | 217/592 kB | 0.1/3.3 MB | 41/209 kB Progress (4): 348/562 kB | 217/592 kB | 0.1/3.3 MB | 41/209 kB Progress (4): 352/562 kB | 217/592 kB | 0.1/3.3 MB | 41/209 kB Progress (4): 356/562 kB | 217/592 kB | 0.1/3.3 MB | 41/209 kB Progress (4): 356/562 kB | 217/592 kB | 0.1/3.3 MB | 41/209 kB Progress (4): 356/562 kB | 221/592 kB | 0.1/3.3 MB | 41/209 kB Progress (4): 360/562 kB | 221/592 kB | 0.1/3.3 MB | 41/209 kB Progress (4): 360/562 kB | 221/592 kB | 0.1/3.3 MB | 45/209 kB Progress (4): 360/562 kB | 225/592 kB | 0.1/3.3 MB | 45/209 kB Progress (4): 360/562 kB | 225/592 kB | 0.1/3.3 MB | 49/209 kB Progress (4): 365/562 kB | 225/592 kB | 0.1/3.3 MB | 49/209 kB Progress (4): 365/562 kB | 229/592 kB | 0.1/3.3 MB | 49/209 kB Progress (4): 365/562 kB | 229/592 kB | 0.1/3.3 MB | 49/209 kB Progress (4): 365/562 kB | 229/592 kB | 0.1/3.3 MB | 53/209 kB Progress (4): 369/562 kB | 229/592 kB | 0.1/3.3 MB | 53/209 kB Progress (4): 369/562 kB | 229/592 kB | 0.1/3.3 MB | 57/209 kB Progress (4): 373/562 kB | 229/592 kB | 0.1/3.3 MB | 57/209 kB Progress (4): 373/562 kB | 233/592 kB | 0.1/3.3 MB | 57/209 kB Progress (4): 373/562 kB | 233/592 kB | 0.1/3.3 MB | 57/209 kB Progress (4): 373/562 kB | 233/592 kB | 0.1/3.3 MB | 61/209 kB Progress (4): 373/562 kB | 238/592 kB | 0.1/3.3 MB | 61/209 kB Progress (4): 377/562 kB | 238/592 kB | 0.1/3.3 MB | 61/209 kB Progress (4): 377/562 kB | 242/592 kB | 0.1/3.3 MB | 61/209 kB Progress (4): 377/562 kB | 242/592 kB | 0.1/3.3 MB | 66/209 kB Progress (4): 377/562 kB | 246/592 kB | 0.1/3.3 MB | 66/209 kB Progress (4): 377/562 kB | 246/592 kB | 0.2/3.3 MB | 66/209 kB Progress (4): 381/562 kB | 246/592 kB | 0.2/3.3 MB | 66/209 kB Progress (4): 381/562 kB | 246/592 kB | 0.2/3.3 MB | 70/209 kB Progress (4): 385/562 kB | 246/592 kB | 0.2/3.3 MB | 70/209 kB Progress (4): 385/562 kB | 246/592 kB | 0.2/3.3 MB | 74/209 kB Progress (4): 385/562 kB | 250/592 kB | 0.2/3.3 MB | 74/209 kB Progress (4): 389/562 kB | 250/592 kB | 0.2/3.3 MB | 74/209 kB Progress (4): 389/562 kB | 250/592 kB | 0.2/3.3 MB | 74/209 kB Progress (4): 389/562 kB | 254/592 kB | 0.2/3.3 MB | 74/209 kB Progress (4): 389/562 kB | 254/592 kB | 0.2/3.3 MB | 78/209 kB Progress (4): 389/562 kB | 258/592 kB | 0.2/3.3 MB | 78/209 kB Progress (4): 393/562 kB | 258/592 kB | 0.2/3.3 MB | 78/209 kB Progress (4): 393/562 kB | 262/592 kB | 0.2/3.3 MB | 78/209 kB Progress (4): 393/562 kB | 262/592 kB | 0.2/3.3 MB | 82/209 kB Progress (4): 393/562 kB | 262/592 kB | 0.2/3.3 MB | 82/209 kB Progress (4): 397/562 kB | 262/592 kB | 0.2/3.3 MB | 82/209 kB Progress (4): 401/562 kB | 262/592 kB | 0.2/3.3 MB | 82/209 kB Progress (4): 401/562 kB | 266/592 kB | 0.2/3.3 MB | 82/209 kB Progress (4): 401/562 kB | 266/592 kB | 0.2/3.3 MB | 86/209 kB Progress (4): 401/562 kB | 270/592 kB | 0.2/3.3 MB | 86/209 kB Progress (4): 406/562 kB | 270/592 kB | 0.2/3.3 MB | 86/209 kB Progress (4): 406/562 kB | 274/592 kB | 0.2/3.3 MB | 86/209 kB Progress (4): 406/562 kB | 274/592 kB | 0.2/3.3 MB | 86/209 kB Progress (4): 406/562 kB | 274/592 kB | 0.2/3.3 MB | 90/209 kB Progress (4): 406/562 kB | 279/592 kB | 0.2/3.3 MB | 90/209 kB Progress (4): 410/562 kB | 279/592 kB | 0.2/3.3 MB | 90/209 kB Progress (4): 410/562 kB | 279/592 kB | 0.2/3.3 MB | 94/209 kB Progress (4): 410/562 kB | 279/592 kB | 0.2/3.3 MB | 98/209 kB Progress (4): 410/562 kB | 279/592 kB | 0.2/3.3 MB | 98/209 kB Progress (4): 410/562 kB | 283/592 kB | 0.2/3.3 MB | 98/209 kB Progress (4): 414/562 kB | 283/592 kB | 0.2/3.3 MB | 98/209 kB Progress (4): 414/562 kB | 287/592 kB | 0.2/3.3 MB | 98/209 kB Progress (4): 414/562 kB | 287/592 kB | 0.2/3.3 MB | 102/209 kB Progress (4): 414/562 kB | 291/592 kB | 0.2/3.3 MB | 102/209 kB Progress (4): 414/562 kB | 295/592 kB | 0.2/3.3 MB | 102/209 kB Progress (4): 418/562 kB | 295/592 kB | 0.2/3.3 MB | 102/209 kB Progress (4): 418/562 kB | 295/592 kB | 0.2/3.3 MB | 102/209 kB Progress (4): 418/562 kB | 295/592 kB | 0.2/3.3 MB | 106/209 kB Progress (4): 422/562 kB | 295/592 kB | 0.2/3.3 MB | 106/209 kB Progress (4): 422/562 kB | 299/592 kB | 0.2/3.3 MB | 106/209 kB Progress (4): 422/562 kB | 299/592 kB | 0.2/3.3 MB | 111/209 kB Progress (4): 422/562 kB | 303/592 kB | 0.2/3.3 MB | 111/209 kB Progress (4): 426/562 kB | 303/592 kB | 0.2/3.3 MB | 111/209 kB Progress (4): 426/562 kB | 307/592 kB | 0.2/3.3 MB | 111/209 kB Progress (4): 426/562 kB | 307/592 kB | 0.2/3.3 MB | 115/209 kB Progress (4): 426/562 kB | 311/592 kB | 0.2/3.3 MB | 115/209 kB Progress (4): 426/562 kB | 311/592 kB | 0.3/3.3 MB | 115/209 kB Progress (4): 430/562 kB | 311/592 kB | 0.3/3.3 MB | 115/209 kB Progress (4): 430/562 kB | 311/592 kB | 0.3/3.3 MB | 119/209 kB Progress (5): 430/562 kB | 311/592 kB | 0.3/3.3 MB | 119/209 kB | 4.1/258 kB Progress (5): 430/562 kB | 315/592 kB | 0.3/3.3 MB | 119/209 kB | 4.1/258 kB Progress (5): 434/562 kB | 315/592 kB | 0.3/3.3 MB | 119/209 kB | 4.1/258 kB Progress (5): 434/562 kB | 315/592 kB | 0.3/3.3 MB | 119/209 kB | 4.1/258 kB Progress (5): 434/562 kB | 319/592 kB | 0.3/3.3 MB | 119/209 kB | 4.1/258 kB Progress (5): 434/562 kB | 319/592 kB | 0.3/3.3 MB | 119/209 kB | 8.2/258 kB Progress (5): 434/562 kB | 319/592 kB | 0.3/3.3 MB | 123/209 kB | 8.2/258 kB Progress (5): 434/562 kB | 319/592 kB | 0.3/3.3 MB | 127/209 kB | 8.2/258 kB Progress (5): 434/562 kB | 319/592 kB | 0.3/3.3 MB | 131/209 kB | 8.2/258 kB Progress (5): 434/562 kB | 319/592 kB | 0.3/3.3 MB | 131/209 kB | 8.2/258 kB Progress (5): 434/562 kB | 319/592 kB | 0.3/3.3 MB | 131/209 kB | 12/258 kB Progress (5): 434/562 kB | 319/592 kB | 0.3/3.3 MB | 135/209 kB | 12/258 kB Progress (5): 434/562 kB | 324/592 kB | 0.3/3.3 MB | 135/209 kB | 12/258 kB Progress (5): 438/562 kB | 324/592 kB | 0.3/3.3 MB | 135/209 kB | 12/258 kB Progress (5): 442/562 kB | 324/592 kB | 0.3/3.3 MB | 135/209 kB | 12/258 kB Progress (5): 442/562 kB | 328/592 kB | 0.3/3.3 MB | 135/209 kB | 12/258 kB Progress (5): 442/562 kB | 328/592 kB | 0.3/3.3 MB | 135/209 kB | 12/258 kB Progress (5): 442/562 kB | 328/592 kB | 0.3/3.3 MB | 139/209 kB | 12/258 kB Progress (5): 442/562 kB | 328/592 kB | 0.3/3.3 MB | 139/209 kB | 16/258 kB Progress (5): 442/562 kB | 328/592 kB | 0.3/3.3 MB | 143/209 kB | 16/258 kB Progress (5): 446/562 kB | 328/592 kB | 0.3/3.3 MB | 143/209 kB | 16/258 kB Progress (5): 446/562 kB | 328/592 kB | 0.3/3.3 MB | 143/209 kB | 16/258 kB Progress (5): 446/562 kB | 328/592 kB | 0.3/3.3 MB | 147/209 kB | 16/258 kB Progress (5): 446/562 kB | 332/592 kB | 0.3/3.3 MB | 147/209 kB | 16/258 kB Progress (5): 446/562 kB | 332/592 kB | 0.3/3.3 MB | 147/209 kB | 20/258 kB Progress (5): 451/562 kB | 332/592 kB | 0.3/3.3 MB | 147/209 kB | 20/258 kB Progress (5): 451/562 kB | 332/592 kB | 0.3/3.3 MB | 147/209 kB | 25/258 kB Progress (5): 451/562 kB | 332/592 kB | 0.3/3.3 MB | 147/209 kB | 25/258 kB Progress (5): 451/562 kB | 332/592 kB | 0.3/3.3 MB | 152/209 kB | 25/258 kB Progress (5): 451/562 kB | 336/592 kB | 0.3/3.3 MB | 152/209 kB | 25/258 kB Progress (5): 451/562 kB | 336/592 kB | 0.3/3.3 MB | 156/209 kB | 25/258 kB Progress (5): 451/562 kB | 336/592 kB | 0.3/3.3 MB | 156/209 kB | 29/258 kB Progress (5): 455/562 kB | 336/592 kB | 0.3/3.3 MB | 156/209 kB | 29/258 kB Progress (5): 455/562 kB | 336/592 kB | 0.3/3.3 MB | 156/209 kB | 33/258 kB Progress (5): 455/562 kB | 336/592 kB | 0.4/3.3 MB | 156/209 kB | 33/258 kB Progress (5): 455/562 kB | 336/592 kB | 0.4/3.3 MB | 160/209 kB | 33/258 kB Progress (5): 455/562 kB | 340/592 kB | 0.4/3.3 MB | 160/209 kB | 33/258 kB Progress (5): 455/562 kB | 340/592 kB | 0.4/3.3 MB | 160/209 kB | 37/258 kB Progress (5): 455/562 kB | 340/592 kB | 0.4/3.3 MB | 164/209 kB | 37/258 kB Progress (5): 459/562 kB | 340/592 kB | 0.4/3.3 MB | 164/209 kB | 37/258 kB Progress (5): 459/562 kB | 340/592 kB | 0.4/3.3 MB | 164/209 kB | 37/258 kB Progress (5): 459/562 kB | 340/592 kB | 0.4/3.3 MB | 164/209 kB | 41/258 kB Progress (5): 459/562 kB | 340/592 kB | 0.4/3.3 MB | 164/209 kB | 45/258 kB Progress (5): 459/562 kB | 344/592 kB | 0.4/3.3 MB | 164/209 kB | 45/258 kB Progress (5): 459/562 kB | 344/592 kB | 0.4/3.3 MB | 164/209 kB | 45/258 kB Progress (5): 459/562 kB | 344/592 kB | 0.4/3.3 MB | 164/209 kB | 49/258 kB Progress (5): 463/562 kB | 344/592 kB | 0.4/3.3 MB | 164/209 kB | 49/258 kB Progress (5): 463/562 kB | 344/592 kB | 0.4/3.3 MB | 168/209 kB | 49/258 kB Progress (5): 467/562 kB | 344/592 kB | 0.4/3.3 MB | 168/209 kB | 49/258 kB Progress (5): 467/562 kB | 344/592 kB | 0.4/3.3 MB | 168/209 kB | 53/258 kB Progress (5): 467/562 kB | 344/592 kB | 0.4/3.3 MB | 172/209 kB | 53/258 kB Progress (5): 467/562 kB | 344/592 kB | 0.4/3.3 MB | 172/209 kB | 57/258 kB Progress (5): 467/562 kB | 348/592 kB | 0.4/3.3 MB | 172/209 kB | 57/258 kB Progress (5): 467/562 kB | 348/592 kB | 0.4/3.3 MB | 172/209 kB | 57/258 kB Progress (5): 471/562 kB | 348/592 kB | 0.4/3.3 MB | 172/209 kB | 57/258 kB Progress (5): 471/562 kB | 352/592 kB | 0.4/3.3 MB | 172/209 kB | 57/258 kB Progress (5): 471/562 kB | 352/592 kB | 0.4/3.3 MB | 172/209 kB | 61/258 kB Progress (5): 471/562 kB | 352/592 kB | 0.4/3.3 MB | 176/209 kB | 61/258 kB Progress (5): 471/562 kB | 352/592 kB | 0.4/3.3 MB | 176/209 kB | 61/258 kB Progress (5): 471/562 kB | 352/592 kB | 0.4/3.3 MB | 176/209 kB | 66/258 kB Progress (5): 471/562 kB | 356/592 kB | 0.4/3.3 MB | 176/209 kB | 66/258 kB Progress (5): 471/562 kB | 356/592 kB | 0.4/3.3 MB | 176/209 kB | 66/258 kB Progress (5): 475/562 kB | 356/592 kB | 0.4/3.3 MB | 176/209 kB | 66/258 kB Progress (5): 475/562 kB | 356/592 kB | 0.4/3.3 MB | 176/209 kB | 70/258 kB Progress (5): 475/562 kB | 360/592 kB | 0.4/3.3 MB | 176/209 kB | 70/258 kB Progress (5): 475/562 kB | 360/592 kB | 0.4/3.3 MB | 180/209 kB | 70/258 kB Progress (5): 479/562 kB | 360/592 kB | 0.4/3.3 MB | 180/209 kB | 70/258 kB Progress (5): 479/562 kB | 360/592 kB | 0.4/3.3 MB | 180/209 kB | 74/258 kB Progress (5): 483/562 kB | 360/592 kB | 0.4/3.3 MB | 180/209 kB | 74/258 kB Progress (5): 483/562 kB | 360/592 kB | 0.5/3.3 MB | 180/209 kB | 74/258 kB Progress (5): 483/562 kB | 360/592 kB | 0.5/3.3 MB | 184/209 kB | 74/258 kB Progress (5): 487/562 kB | 360/592 kB | 0.5/3.3 MB | 184/209 kB | 74/258 kB Progress (5): 487/562 kB | 365/592 kB | 0.5/3.3 MB | 184/209 kB | 74/258 kB Progress (5): 487/562 kB | 365/592 kB | 0.5/3.3 MB | 184/209 kB | 78/258 kB Progress (5): 487/562 kB | 369/592 kB | 0.5/3.3 MB | 184/209 kB | 78/258 kB Progress (5): 492/562 kB | 369/592 kB | 0.5/3.3 MB | 184/209 kB | 78/258 kB Progress (5): 492/562 kB | 369/592 kB | 0.5/3.3 MB | 188/209 kB | 78/258 kB Progress (5): 492/562 kB | 373/592 kB | 0.5/3.3 MB | 188/209 kB | 78/258 kB Progress (5): 492/562 kB | 373/592 kB | 0.5/3.3 MB | 188/209 kB | 82/258 kB Progress (5): 496/562 kB | 373/592 kB | 0.5/3.3 MB | 188/209 kB | 82/258 kB Progress (5): 496/562 kB | 377/592 kB | 0.5/3.3 MB | 188/209 kB | 82/258 kB Progress (5): 496/562 kB | 377/592 kB | 0.5/3.3 MB | 193/209 kB | 82/258 kB Progress (5): 496/562 kB | 377/592 kB | 0.5/3.3 MB | 193/209 kB | 82/258 kB Progress (5): 496/562 kB | 377/592 kB | 0.5/3.3 MB | 197/209 kB | 82/258 kB Progress (5): 496/562 kB | 377/592 kB | 0.5/3.3 MB | 197/209 kB | 86/258 kB Progress (5): 500/562 kB | 377/592 kB | 0.5/3.3 MB | 197/209 kB | 86/258 kB Progress (5): 500/562 kB | 377/592 kB | 0.5/3.3 MB | 201/209 kB | 86/258 kB Progress (5): 500/562 kB | 377/592 kB | 0.5/3.3 MB | 201/209 kB | 90/258 kB Progress (5): 500/562 kB | 381/592 kB | 0.5/3.3 MB | 201/209 kB | 90/258 kB Progress (5): 500/562 kB | 381/592 kB | 0.5/3.3 MB | 201/209 kB | 94/258 kB Progress (5): 500/562 kB | 381/592 kB | 0.5/3.3 MB | 201/209 kB | 94/258 kB Progress (5): 500/562 kB | 381/592 kB | 0.5/3.3 MB | 205/209 kB | 94/258 kB Progress (5): 504/562 kB | 381/592 kB | 0.5/3.3 MB | 205/209 kB | 94/258 kB Progress (5): 504/562 kB | 381/592 kB | 0.5/3.3 MB | 209/209 kB | 94/258 kB Progress (5): 504/562 kB | 381/592 kB | 0.5/3.3 MB | 209/209 kB | 98/258 kB Progress (5): 504/562 kB | 385/592 kB | 0.5/3.3 MB | 209/209 kB | 98/258 kB Progress (5): 504/562 kB | 385/592 kB | 0.5/3.3 MB | 209 kB | 98/258 kB Progress (5): 508/562 kB | 385/592 kB | 0.5/3.3 MB | 209 kB | 98/258 kB Progress (5): 508/562 kB | 385/592 kB | 0.5/3.3 MB | 209 kB | 102/258 kB Progress (5): 508/562 kB | 389/592 kB | 0.5/3.3 MB | 209 kB | 102/258 kB Progress (5): 508/562 kB | 389/592 kB | 0.5/3.3 MB | 209 kB | 102/258 kB Progress (5): 512/562 kB | 389/592 kB | 0.5/3.3 MB | 209 kB | 102/258 kB Progress (5): 512/562 kB | 393/592 kB | 0.5/3.3 MB | 209 kB | 102/258 kB Progress (5): 512/562 kB | 393/592 kB | 0.5/3.3 MB | 209 kB | 106/258 kB Progress (5): 516/562 kB | 393/592 kB | 0.5/3.3 MB | 209 kB | 106/258 kB Progress (5): 516/562 kB | 393/592 kB | 0.5/3.3 MB | 209 kB | 111/258 kB Progress (5): 516/562 kB | 393/592 kB | 0.5/3.3 MB | 209 kB | 111/258 kB Progress (5): 516/562 kB | 397/592 kB | 0.5/3.3 MB | 209 kB | 111/258 kB Progress (5): 520/562 kB | 397/592 kB | 0.5/3.3 MB | 209 kB | 111/258 kB Progress (5): 520/562 kB | 401/592 kB | 0.5/3.3 MB | 209 kB | 111/258 kB Progress (5): 520/562 kB | 401/592 kB | 0.5/3.3 MB | 209 kB | 115/258 kB Progress (5): 520/562 kB | 406/592 kB | 0.5/3.3 MB | 209 kB | 115/258 kB Progress (5): 524/562 kB | 406/592 kB | 0.5/3.3 MB | 209 kB | 115/258 kB Progress (5): 524/562 kB | 410/592 kB | 0.5/3.3 MB | 209 kB | 115/258 kB Progress (5): 524/562 kB | 410/592 kB | 0.5/3.3 MB | 209 kB | 115/258 kB Progress (5): 524/562 kB | 410/592 kB | 0.5/3.3 MB | 209 kB | 119/258 kB Progress (5): 524/562 kB | 414/592 kB | 0.5/3.3 MB | 209 kB | 119/258 kB Progress (5): 524/562 kB | 418/592 kB | 0.5/3.3 MB | 209 kB | 119/258 kB Progress (5): 524/562 kB | 422/592 kB | 0.5/3.3 MB | 209 kB | 119/258 kB Progress (5): 524/562 kB | 426/592 kB | 0.5/3.3 MB | 209 kB | 119/258 kB Progress (5): 524/562 kB | 430/592 kB | 0.5/3.3 MB | 209 kB | 119/258 kB Progress (5): 524/562 kB | 434/592 kB | 0.5/3.3 MB | 209 kB | 119/258 kB Progress (5): 524/562 kB | 438/592 kB | 0.5/3.3 MB | 209 kB | 119/258 kB Progress (5): 524/562 kB | 438/592 kB | 0.5/3.3 MB | 209 kB | 123/258 kB Progress (5): 528/562 kB | 438/592 kB | 0.5/3.3 MB | 209 kB | 123/258 kB Progress (5): 528/562 kB | 438/592 kB | 0.6/3.3 MB | 209 kB | 123/258 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.jar (209 kB at 1.1 MB/s) Progress (4): 528/562 kB | 438/592 kB | 0.6/3.3 MB | 127/258 kB Progress (4): 528/562 kB | 442/592 kB | 0.6/3.3 MB | 127/258 kB Progress (4): 528/562 kB | 442/592 kB | 0.6/3.3 MB | 131/258 kB Progress (4): 528/562 kB | 442/592 kB | 0.6/3.3 MB | 131/258 kB Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 532/562 kB | 442/592 kB | 0.6/3.3 MB | 131/258 kB Progress (4): 532/562 kB | 442/592 kB | 0.6/3.3 MB | 131/258 kB Progress (4): 532/562 kB | 442/592 kB | 0.6/3.3 MB | 135/258 kB Progress (4): 532/562 kB | 446/592 kB | 0.6/3.3 MB | 135/258 kB Progress (4): 532/562 kB | 446/592 kB | 0.6/3.3 MB | 139/258 kB Progress (4): 537/562 kB | 446/592 kB | 0.6/3.3 MB | 139/258 kB Progress (4): 537/562 kB | 446/592 kB | 0.6/3.3 MB | 143/258 kB Progress (4): 537/562 kB | 446/592 kB | 0.6/3.3 MB | 143/258 kB Progress (4): 537/562 kB | 451/592 kB | 0.6/3.3 MB | 143/258 kB Progress (4): 537/562 kB | 451/592 kB | 0.6/3.3 MB | 147/258 kB Progress (4): 541/562 kB | 451/592 kB | 0.6/3.3 MB | 147/258 kB Progress (4): 541/562 kB | 455/592 kB | 0.6/3.3 MB | 147/258 kB Progress (4): 541/562 kB | 455/592 kB | 0.6/3.3 MB | 147/258 kB Progress (4): 541/562 kB | 459/592 kB | 0.6/3.3 MB | 147/258 kB Progress (4): 541/562 kB | 459/592 kB | 0.6/3.3 MB | 152/258 kB Progress (4): 545/562 kB | 459/592 kB | 0.6/3.3 MB | 152/258 kB Progress (4): 549/562 kB | 459/592 kB | 0.6/3.3 MB | 152/258 kB Progress (4): 549/562 kB | 463/592 kB | 0.6/3.3 MB | 152/258 kB Progress (4): 549/562 kB | 463/592 kB | 0.6/3.3 MB | 152/258 kB Progress (4): 549/562 kB | 463/592 kB | 0.6/3.3 MB | 156/258 kB Progress (4): 549/562 kB | 467/592 kB | 0.6/3.3 MB | 156/258 kB Progress (4): 553/562 kB | 467/592 kB | 0.6/3.3 MB | 156/258 kB Progress (4): 553/562 kB | 471/592 kB | 0.6/3.3 MB | 156/258 kB Progress (4): 553/562 kB | 471/592 kB | 0.6/3.3 MB | 160/258 kB Progress (4): 553/562 kB | 475/592 kB | 0.6/3.3 MB | 160/258 kB Progress (4): 553/562 kB | 475/592 kB | 0.7/3.3 MB | 160/258 kB Progress (4): 557/562 kB | 475/592 kB | 0.7/3.3 MB | 160/258 kB Progress (4): 557/562 kB | 475/592 kB | 0.7/3.3 MB | 164/258 kB Progress (4): 561/562 kB | 475/592 kB | 0.7/3.3 MB | 164/258 kB Progress (4): 561/562 kB | 479/592 kB | 0.7/3.3 MB | 164/258 kB Progress (4): 561/562 kB | 479/592 kB | 0.7/3.3 MB | 164/258 kB Progress (4): 562 kB | 479/592 kB | 0.7/3.3 MB | 164/258 kB Progress (4): 562 kB | 479/592 kB | 0.7/3.3 MB | 168/258 kB Progress (4): 562 kB | 483/592 kB | 0.7/3.3 MB | 168/258 kB Progress (4): 562 kB | 483/592 kB | 0.7/3.3 MB | 172/258 kB Progress (4): 562 kB | 487/592 kB | 0.7/3.3 MB | 172/258 kB Progress (4): 562 kB | 487/592 kB | 0.7/3.3 MB | 176/258 kB Progress (4): 562 kB | 487/592 kB | 0.7/3.3 MB | 176/258 kB Progress (4): 562 kB | 492/592 kB | 0.7/3.3 MB | 176/258 kB Progress (4): 562 kB | 492/592 kB | 0.7/3.3 MB | 180/258 kB Progress (4): 562 kB | 492/592 kB | 0.7/3.3 MB | 184/258 kB Progress (4): 562 kB | 492/592 kB | 0.7/3.3 MB | 184/258 kB Progress (4): 562 kB | 492/592 kB | 0.7/3.3 MB | 188/258 kB Progress (4): 562 kB | 496/592 kB | 0.7/3.3 MB | 188/258 kB Progress (4): 562 kB | 496/592 kB | 0.7/3.3 MB | 193/258 kB Progress (4): 562 kB | 500/592 kB | 0.7/3.3 MB | 193/258 kB Progress (4): 562 kB | 500/592 kB | 0.7/3.3 MB | 197/258 kB Progress (4): 562 kB | 500/592 kB | 0.7/3.3 MB | 197/258 kB Progress (4): 562 kB | 504/592 kB | 0.7/3.3 MB | 197/258 kB Progress (4): 562 kB | 508/592 kB | 0.7/3.3 MB | 197/258 kB Progress (4): 562 kB | 508/592 kB | 0.7/3.3 MB | 201/258 kB Progress (4): 562 kB | 508/592 kB | 0.7/3.3 MB | 205/258 kB Progress (4): 562 kB | 508/592 kB | 0.7/3.3 MB | 209/258 kB Progress (4): 562 kB | 508/592 kB | 0.7/3.3 MB | 213/258 kB Progress (4): 562 kB | 508/592 kB | 0.8/3.3 MB | 213/258 kB Progress (4): 562 kB | 512/592 kB | 0.8/3.3 MB | 213/258 kB Progress (4): 562 kB | 516/592 kB | 0.8/3.3 MB | 213/258 kB Progress (4): 562 kB | 516/592 kB | 0.8/3.3 MB | 217/258 kB Progress (4): 562 kB | 520/592 kB | 0.8/3.3 MB | 217/258 kB Progress (4): 562 kB | 520/592 kB | 0.8/3.3 MB | 221/258 kB Progress (4): 562 kB | 520/592 kB | 0.8/3.3 MB | 221/258 kB Progress (4): 562 kB | 524/592 kB | 0.8/3.3 MB | 221/258 kB Progress (4): 562 kB | 524/592 kB | 0.8/3.3 MB | 225/258 kB Progress (4): 562 kB | 524/592 kB | 0.8/3.3 MB | 229/258 kB Progress (4): 562 kB | 524/592 kB | 0.8/3.3 MB | 229/258 kB Progress (4): 562 kB | 528/592 kB | 0.8/3.3 MB | 229/258 kB Progress (4): 562 kB | 528/592 kB | 0.8/3.3 MB | 233/258 kB Progress (4): 562 kB | 532/592 kB | 0.8/3.3 MB | 233/258 kB Progress (4): 562 kB | 532/592 kB | 0.8/3.3 MB | 238/258 kB Progress (4): 562 kB | 537/592 kB | 0.8/3.3 MB | 238/258 kB Progress (4): 562 kB | 537/592 kB | 0.8/3.3 MB | 242/258 kB Progress (4): 562 kB | 541/592 kB | 0.8/3.3 MB | 242/258 kB Progress (4): 562 kB | 541/592 kB | 0.8/3.3 MB | 242/258 kB Progress (4): 562 kB | 541/592 kB | 0.8/3.3 MB | 246/258 kB Progress (4): 562 kB | 541/592 kB | 0.8/3.3 MB | 250/258 kB Progress (4): 562 kB | 545/592 kB | 0.8/3.3 MB | 250/258 kB Progress (4): 562 kB | 545/592 kB | 0.8/3.3 MB | 254/258 kB Progress (4): 562 kB | 549/592 kB | 0.8/3.3 MB | 254/258 kB Progress (4): 562 kB | 549/592 kB | 0.8/3.3 MB | 254/258 kB Progress (4): 562 kB | 553/592 kB | 0.8/3.3 MB | 254/258 kB Progress (4): 562 kB | 553/592 kB | 0.8/3.3 MB | 258/258 kB Progress (4): 562 kB | 557/592 kB | 0.8/3.3 MB | 258/258 kB Progress (4): 562 kB | 557/592 kB | 0.8/3.3 MB | 258 kB Progress (5): 562 kB | 557/592 kB | 0.8/3.3 MB | 258 kB | 4.1/56 kB Progress (5): 562 kB | 557/592 kB | 0.8/3.3 MB | 258 kB | 4.1/56 kB Progress (5): 562 kB | 557/592 kB | 0.8/3.3 MB | 258 kB | 8.2/56 kB Progress (5): 562 kB | 557/592 kB | 0.8/3.3 MB | 258 kB | 12/56 kB Progress (5): 562 kB | 561/592 kB | 0.8/3.3 MB | 258 kB | 12/56 kB Progress (5): 562 kB | 561/592 kB | 0.8/3.3 MB | 258 kB | 16/56 kB Progress (5): 562 kB | 565/592 kB | 0.8/3.3 MB | 258 kB | 16/56 kB Progress (5): 562 kB | 565/592 kB | 0.8/3.3 MB | 258 kB | 16/56 kB Progress (5): 562 kB | 569/592 kB | 0.8/3.3 MB | 258 kB | 16/56 kB Progress (5): 562 kB | 573/592 kB | 0.8/3.3 MB | 258 kB | 16/56 kB Progress (5): 562 kB | 573/592 kB | 0.9/3.3 MB | 258 kB | 16/56 kB Progress (5): 562 kB | 573/592 kB | 0.9/3.3 MB | 258 kB | 20/56 kB Progress (5): 562 kB | 578/592 kB | 0.9/3.3 MB | 258 kB | 20/56 kB Progress (5): 562 kB | 578/592 kB | 0.9/3.3 MB | 258 kB | 25/56 kB Progress (5): 562 kB | 582/592 kB | 0.9/3.3 MB | 258 kB | 25/56 kB Progress (5): 562 kB | 582/592 kB | 0.9/3.3 MB | 258 kB | 29/56 kB Progress (5): 562 kB | 586/592 kB | 0.9/3.3 MB | 258 kB | 29/56 kB Progress (5): 562 kB | 586/592 kB | 0.9/3.3 MB | 258 kB | 29/56 kB Progress (5): 562 kB | 590/592 kB | 0.9/3.3 MB | 258 kB | 29/56 kB Progress (5): 562 kB | 590/592 kB | 0.9/3.3 MB | 258 kB | 33/56 kB Progress (5): 562 kB | 592 kB | 0.9/3.3 MB | 258 kB | 33/56 kB Progress (5): 562 kB | 592 kB | 0.9/3.3 MB | 258 kB | 33/56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.jar (562 kB at 2.7 MB/s) Progress (4): 592 kB | 0.9/3.3 MB | 258 kB | 33/56 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar Progress (4): 592 kB | 0.9/3.3 MB | 258 kB | 37/56 kB Progress (4): 592 kB | 0.9/3.3 MB | 258 kB | 37/56 kB Progress (4): 592 kB | 0.9/3.3 MB | 258 kB | 41/56 kB Progress (4): 592 kB | 0.9/3.3 MB | 258 kB | 45/56 kB Progress (4): 592 kB | 0.9/3.3 MB | 258 kB | 49/56 kB Progress (4): 592 kB | 1.0/3.3 MB | 258 kB | 49/56 kB Progress (4): 592 kB | 1.0/3.3 MB | 258 kB | 53/56 kB Progress (4): 592 kB | 1.0/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.0/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.0/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.0/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.0/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.0/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.1/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.1/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.1/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.1/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.1/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.1/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.2/3.3 MB | 258 kB | 56 kB Progress (4): 592 kB | 1.2/3.3 MB | 258 kB | 56 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.5/byte-buddy-agent-1.10.5.jar (258 kB at 1.2 MB/s) Progress (3): 592 kB | 1.2/3.3 MB | 56 kB Progress (3): 592 kB | 1.2/3.3 MB | 56 kB Progress (3): 592 kB | 1.2/3.3 MB | 56 kB Progress (3): 592 kB | 1.2/3.3 MB | 56 kB Progress (3): 592 kB | 1.3/3.3 MB | 56 kB Progress (3): 592 kB | 1.3/3.3 MB | 56 kB Progress (3): 592 kB | 1.3/3.3 MB | 56 kB Progress (3): 592 kB | 1.3/3.3 MB | 56 kB Progress (4): 592 kB | 1.3/3.3 MB | 56 kB | 4.1/25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 254 kB/s) Progress (3): 592 kB | 1.3/3.3 MB | 4.1/25 kB Progress (3): 592 kB | 1.3/3.3 MB | 8.2/25 kB Progress (3): 592 kB | 1.3/3.3 MB | 12/25 kB Progress (3): 592 kB | 1.3/3.3 MB | 16/25 kB Progress (3): 592 kB | 1.3/3.3 MB | 16/25 kB Progress (3): 592 kB | 1.3/3.3 MB | 20/25 kB Progress (3): 592 kB | 1.3/3.3 MB | 25/25 kB Progress (3): 592 kB | 1.3/3.3 MB | 25 kB Progress (3): 592 kB | 1.4/3.3 MB | 25 kB Progress (3): 592 kB | 1.4/3.3 MB | 25 kB Progress (3): 592 kB | 1.4/3.3 MB | 25 kB Progress (3): 592 kB | 1.4/3.3 MB | 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.3.3/mockito-core-3.3.3.jar (592 kB at 2.7 MB/s) Progress (2): 1.4/3.3 MB | 25 kB Progress (2): 1.4/3.3 MB | 25 kB Progress (2): 1.5/3.3 MB | 25 kB Progress (2): 1.5/3.3 MB | 25 kB Progress (2): 1.5/3.3 MB | 25 kB Progress (2): 1.5/3.3 MB | 25 kB Progress (2): 1.5/3.3 MB | 25 kB Progress (2): 1.5/3.3 MB | 25 kB Progress (2): 1.6/3.3 MB | 25 kB Progress (2): 1.6/3.3 MB | 25 kB Progress (2): 1.6/3.3 MB | 25 kB Progress (2): 1.6/3.3 MB | 25 kB Progress (2): 1.6/3.3 MB | 25 kB Progress (2): 1.6/3.3 MB | 25 kB Progress (2): 1.7/3.3 MB | 25 kB Progress (2): 1.7/3.3 MB | 25 kB Progress (2): 1.7/3.3 MB | 25 kB Progress (2): 1.7/3.3 MB | 25 kB Progress (2): 1.7/3.3 MB | 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 109 kB/s) Progress (1): 1.7/3.3 MB Progress (1): 1.8/3.3 MB Progress (1): 1.8/3.3 MB Progress (1): 1.8/3.3 MB Progress (1): 1.8/3.3 MB Progress (1): 1.8/3.3 MB Progress (1): 1.8/3.3 MB Progress (1): 1.9/3.3 MB Progress (1): 1.9/3.3 MB Progress (1): 1.9/3.3 MB Progress (1): 1.9/3.3 MB Progress (1): 1.9/3.3 MB Progress (1): 1.9/3.3 MB Progress (1): 2.0/3.3 MB Progress (1): 2.0/3.3 MB Progress (1): 2.0/3.3 MB Progress (1): 2.0/3.3 MB Progress (1): 2.0/3.3 MB Progress (1): 2.1/3.3 MB Progress (1): 2.1/3.3 MB Progress (1): 2.1/3.3 MB Progress (1): 2.1/3.3 MB Progress (1): 2.1/3.3 MB Progress (1): 2.1/3.3 MB Progress (1): 2.1/3.3 MB Progress (1): 2.2/3.3 MB Progress (1): 2.2/3.3 MB Progress (1): 2.2/3.3 MB Progress (1): 2.2/3.3 MB Progress (1): 2.2/3.3 MB Progress (1): 2.2/3.3 MB Progress (1): 2.3/3.3 MB Progress (1): 2.3/3.3 MB Progress (1): 2.3/3.3 MB Progress (1): 2.3/3.3 MB Progress (1): 2.3/3.3 MB Progress (1): 2.3/3.3 MB Progress (1): 2.4/3.3 MB Progress (1): 2.4/3.3 MB Progress (1): 2.4/3.3 MB Progress (1): 2.4/3.3 MB Progress (1): 2.4/3.3 MB Progress (1): 2.4/3.3 MB Progress (1): 2.5/3.3 MB Progress (1): 2.5/3.3 MB Progress (1): 2.5/3.3 MB Progress (1): 2.5/3.3 MB Progress (1): 2.5/3.3 MB Progress (1): 2.5/3.3 MB Progress (1): 2.6/3.3 MB Progress (1): 2.6/3.3 MB Progress (1): 2.6/3.3 MB Progress (1): 2.6/3.3 MB Progress (1): 2.6/3.3 MB Progress (1): 2.6/3.3 MB Progress (1): 2.7/3.3 MB Progress (1): 2.7/3.3 MB Progress (1): 2.7/3.3 MB Progress (1): 2.7/3.3 MB Progress (1): 2.7/3.3 MB Progress (1): 2.8/3.3 MB Progress (1): 2.8/3.3 MB Progress (1): 2.8/3.3 MB Progress (1): 2.8/3.3 MB Progress (1): 2.8/3.3 MB Progress (1): 2.8/3.3 MB Progress (1): 2.9/3.3 MB Progress (1): 2.9/3.3 MB Progress (1): 2.9/3.3 MB Progress (1): 2.9/3.3 MB Progress (1): 2.9/3.3 MB Progress (1): 2.9/3.3 MB Progress (1): 3.0/3.3 MB Progress (1): 3.0/3.3 MB Progress (1): 3.0/3.3 MB Progress (1): 3.0/3.3 MB Progress (1): 3.0/3.3 MB Progress (1): 3.0/3.3 MB Progress (1): 3.1/3.3 MB Progress (1): 3.1/3.3 MB Progress (1): 3.1/3.3 MB Progress (1): 3.1/3.3 MB Progress (1): 3.1/3.3 MB Progress (1): 3.1/3.3 MB Progress (1): 3.2/3.3 MB Progress (1): 3.2/3.3 MB Progress (1): 3.2/3.3 MB Progress (1): 3.2/3.3 MB Progress (1): 3.2/3.3 MB Progress (1): 3.2/3.3 MB Progress (1): 3.3/3.3 MB Progress (1): 3.3/3.3 MB Progress (1): 3.3/3.3 MB Progress (1): 3.3/3.3 MB Progress (1): 3.3/3.3 MB Progress (1): 3.3/3.3 MB Progress (1): 3.3 MB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.5/byte-buddy-1.10.5.jar (3.3 MB at 8.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/src/test/fixture added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 33 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 123 source files to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.test --- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-junit-platform/2.22.1/surefire-junit-platform-2.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/2.22.1/surefire-junit-platform-2.22.1.pom Progress (1): 4.1/7.0 kB Progress (1): 7.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/2.22.1/surefire-junit-platform-2.22.1.pom (7.0 kB at 107 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.1/surefire-providers-2.22.1.pom (2.5 kB at 124 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom (2.2 kB at 58 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 61 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom (2.4 kB at 114 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom (2.0 kB at 96 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 80 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-junit-platform/2.22.1/surefire-junit-platform-2.22.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/2.22.1/surefire-junit-platform-2.22.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar Progress (1): 4.1/78 kB Progress (1): 8.2/78 kB Progress (1): 12/78 kB Progress (1): 16/78 kB Progress (1): 20/78 kB Progress (1): 25/78 kB Progress (1): 29/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): 66/78 kB Progress (1): 70/78 kB Progress (1): 74/78 kB Progress (1): 78/78 kB Progress (1): 78 kB Progress (2): 78 kB | 4.1/135 kB Progress (2): 78 kB | 8.2/135 kB Progress (2): 78 kB | 12/135 kB Progress (2): 78 kB | 16/135 kB Progress (2): 78 kB | 20/135 kB Progress (2): 78 kB | 25/135 kB Progress (2): 78 kB | 29/135 kB Progress (2): 78 kB | 33/135 kB Progress (2): 78 kB | 37/135 kB Progress (2): 78 kB | 41/135 kB Progress (2): 78 kB | 45/135 kB Progress (2): 78 kB | 49/135 kB Progress (2): 78 kB | 53/135 kB Progress (2): 78 kB | 57/135 kB Progress (2): 78 kB | 61/135 kB Progress (2): 78 kB | 66/135 kB Progress (2): 78 kB | 70/135 kB Progress (2): 78 kB | 74/135 kB Progress (2): 78 kB | 78/135 kB Progress (2): 78 kB | 82/135 kB Progress (2): 78 kB | 86/135 kB Progress (2): 78 kB | 90/135 kB Progress (2): 78 kB | 94/135 kB Progress (2): 78 kB | 98/135 kB Progress (2): 78 kB | 102/135 kB Progress (2): 78 kB | 106/135 kB Progress (2): 78 kB | 111/135 kB Progress (2): 78 kB | 115/135 kB Progress (2): 78 kB | 119/135 kB Progress (2): 78 kB | 123/135 kB Progress (2): 78 kB | 127/135 kB Progress (2): 78 kB | 131/135 kB Progress (2): 78 kB | 135 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar (78 kB at 1.2 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar (135 kB at 5.2 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar Progress (1): 2.2 kB Progress (2): 2.2 kB | 4.1/66 kB Progress (2): 2.2 kB | 8.2/66 kB Progress (2): 2.2 kB | 12/66 kB Progress (2): 2.2 kB | 16/66 kB Progress (3): 2.2 kB | 16/66 kB | 4.1/95 kB Progress (3): 2.2 kB | 16/66 kB | 8.2/95 kB Progress (3): 2.2 kB | 20/66 kB | 8.2/95 kB Progress (3): 2.2 kB | 20/66 kB | 12/95 kB Progress (3): 2.2 kB | 25/66 kB | 12/95 kB Progress (3): 2.2 kB | 25/66 kB | 16/95 kB Progress (3): 2.2 kB | 29/66 kB | 16/95 kB Progress (3): 2.2 kB | 33/66 kB | 16/95 kB Progress (3): 2.2 kB | 33/66 kB | 20/95 kB Progress (3): 2.2 kB | 33/66 kB | 25/95 kB Progress (3): 2.2 kB | 33/66 kB | 29/95 kB Progress (3): 2.2 kB | 37/66 kB | 29/95 kB Progress (3): 2.2 kB | 37/66 kB | 33/95 kB Progress (3): 2.2 kB | 41/66 kB | 33/95 kB Progress (3): 2.2 kB | 45/66 kB | 33/95 kB Progress (3): 2.2 kB | 49/66 kB | 33/95 kB Progress (3): 2.2 kB | 49/66 kB | 37/95 kB Progress (3): 2.2 kB | 49/66 kB | 41/95 kB Progress (3): 2.2 kB | 49/66 kB | 45/95 kB Progress (3): 2.2 kB | 49/66 kB | 49/95 kB Progress (3): 2.2 kB | 53/66 kB | 49/95 kB Progress (3): 2.2 kB | 57/66 kB | 49/95 kB Progress (3): 2.2 kB | 61/66 kB | 49/95 kB Progress (3): 2.2 kB | 66/66 kB | 49/95 kB Progress (3): 2.2 kB | 66 kB | 49/95 kB Progress (3): 2.2 kB | 66 kB | 53/95 kB Progress (3): 2.2 kB | 66 kB | 57/95 kB Progress (3): 2.2 kB | 66 kB | 61/95 kB Progress (3): 2.2 kB | 66 kB | 66/95 kB Progress (3): 2.2 kB | 66 kB | 70/95 kB Progress (3): 2.2 kB | 66 kB | 74/95 kB Progress (3): 2.2 kB | 66 kB | 78/95 kB Progress (3): 2.2 kB | 66 kB | 82/95 kB Progress (3): 2.2 kB | 66 kB | 86/95 kB Progress (3): 2.2 kB | 66 kB | 90/95 kB Progress (3): 2.2 kB | 66 kB | 94/95 kB Progress (3): 2.2 kB | 66 kB | 95 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 21 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/2.22.1/surefire-junit-platform-2.22.1.jar (66 kB at 622 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar (95 kB at 868 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 339 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstVisitorTypeAdapterTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.visitor.DepthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.util.visitor.BreadthFirstTraversalTest [INFO] Running org.eclipse.scout.sdk.core.util.XmlTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s - in org.eclipse.scout.sdk.core.util.XmlTest [INFO] Running org.eclipse.scout.sdk.core.util.StringsTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.scout.sdk.core.util.StringsTest [INFO] Running org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.scout.sdk.core.util.StreamUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.SourceStateTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.scout.sdk.core.util.SourceStateTest [INFO] Running org.eclipse.scout.sdk.core.util.SdkExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.sdk.core.util.SdkExceptionTest [INFO] Running org.eclipse.scout.sdk.core.util.PropertySupportTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.util.PropertySupportTest [INFO] Running org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.29 s - in org.eclipse.scout.sdk.core.util.JavaTypesTest [INFO] Running org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.core.util.FinalValueTest [INFO] Running org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.scout.sdk.core.util.EnsureTest [INFO] Running org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.scout.sdk.core.util.CoreUtilsTest [INFO] Running org.eclipse.scout.sdk.core.util.CompositeObjectTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.util.CompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.eclipse.scout.sdk.core.testing.ApiTestGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.TypeNameDescriptorTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.SameCompositeObjectTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JreInfoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.model.ecj.JreInfoTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.407 s - in org.eclipse.scout.sdk.core.model.ecj.JavaEnvironmentWithEcjBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.model.ecj.ClasspathBuilderTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.scout.sdk.core.model.api.spliterator.WrappingSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.scout.sdk.core.model.api.spliterator.SuperTypeHierarchySpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.scout.sdk.core.model.api.spliterator.InnerTypeSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.scout.sdk.core.model.api.spliterator.HierarchicalSpliteratorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.query.QueryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.scout.sdk.core.model.api.query.QueryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s - in org.eclipse.scout.sdk.core.model.api.TypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.TypeParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.scout.sdk.core.model.api.TypeParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.api.SourceRangeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.scout.sdk.core.model.api.SourceRangeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PropertyBeanTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.scout.sdk.core.model.api.PropertyBeanTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.scout.sdk.core.model.api.PrimitiveTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.PackageTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.scout.sdk.core.model.api.PackageTest [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.scout.sdk.core.model.api.MethodTest [INFO] Running org.eclipse.scout.sdk.core.model.api.MethodParameterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.scout.sdk.core.model.api.MethodParameterTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.scout.sdk.core.model.api.ManagedAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.eclipse.scout.sdk.core.model.api.JavaEnvironmentTest [INFO] Running org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.scout.sdk.core.model.api.JavaElementVisitorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.scout.sdk.core.model.api.ImportDeclarationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.GenericMethodTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.scout.sdk.core.model.api.GenericMethodTest [INFO] Running org.eclipse.scout.sdk.core.model.api.FieldTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.scout.sdk.core.model.api.FieldTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s - in org.eclipse.scout.sdk.core.model.api.CreateAndOverrideNewCompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.scout.sdk.core.model.api.CompilationUnitTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.scout.sdk.core.model.api.ClasspathEntryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.scout.sdk.core.model.api.ArrayTypeTest [INFO] Running org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.scout.sdk.core.model.api.ArrayMetaValueTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.scout.sdk.core.model.api.AnnotationWithCompileErrorTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.scout.sdk.core.model.api.AnnotationTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.eclipse.scout.sdk.core.model.api.AnnotationSourceTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationQueryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.scout.sdk.core.model.api.AnnotationQueryTest [INFO] Running org.eclipse.scout.sdk.core.model.api.AnnotationElementTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.scout.sdk.core.model.api.AnnotationElementTest [INFO] Running org.eclipse.scout.sdk.core.log.SdkLogTest 1970-01-01 02:00:00.000 [SEVERE] Unable to parse log level 'aa'. Fallback to default: 'WARNING'. java.lang.IllegalArgumentException: Bad level "aa" at java.util.logging.Level.parse(Level.java:488) at org.eclipse.scout.sdk.core.log.SdkLog.parseLevel(SdkLog.java:320) at org.eclipse.scout.sdk.core.log.SdkLogTest.testParseLevel(SdkLogTest.java:137) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) MessageFormatter: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture] java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.log.SdkLogTest at org.eclipse.scout.sdk.core.log.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:195) at org.eclipse.scout.sdk.core.log.MessageFormatter.safeObjectToString(MessageFormatter.java:154) at org.eclipse.scout.sdk.core.log.MessageFormatter.toString(MessageFormatter.java:109) at org.eclipse.scout.sdk.core.log.MessageFormatter.arrayFormat(MessageFormatter.java:61) at org.eclipse.scout.sdk.core.log.SdkLog.log(SdkLog.java:82) at org.eclipse.scout.sdk.core.log.SdkLog.error(SdkLog.java:186) at org.eclipse.scout.sdk.core.log.SdkLogTest.lambda$0(SdkLogTest.java:143) at org.eclipse.scout.sdk.core.log.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:226) at org.eclipse.scout.sdk.core.log.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:142) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.scout.sdk.core.log.SdkLogTest [INFO] Running org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.imports.TypeReferenceDescriptorTest [INFO] Running org.eclipse.scout.sdk.core.imports.ImportValidatorTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.scout.sdk.core.imports.ImportValidatorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s - in org.eclipse.scout.sdk.core.generator.type.TypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.generator.type.PrimaryTypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.transformer.WorkingCopyTransformerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s - in org.eclipse.scout.sdk.core.generator.transformer.WorkingCopyTransformerTest [INFO] Running org.eclipse.scout.sdk.core.generator.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.scout.sdk.core.generator.transformer.SimpleWorkingCopyTransformerBuilderTest [INFO] Running org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.generator.properties.PropertiesGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.214 s - in org.eclipse.scout.sdk.core.generator.method.MethodGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.scout.sdk.core.generator.field.FieldGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitPathTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitPathTest [INFO] Running org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.scout.sdk.core.generator.compilationunit.CompilationUnitGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.generator.annotation.AnnotationGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.generator.UnicodeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.scout.sdk.core.generator.UnicodeTest [INFO] Running org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.scout.sdk.core.generator.SourceModelRoundtripTest [INFO] Running org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.scout.sdk.core.generator.PackageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.scout.sdk.core.builder.java.context.JavaBuilderContextTest [INFO] Running org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.scout.sdk.core.builder.java.comment.CommentBuilderTest [INFO] Running org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.builder.StreamSourceBuilderTest [INFO] Running org.eclipse.scout.sdk.core.builder.SourceCollectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.builder.SourceCollectorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 368, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.test --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test --- [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.test-11.0.0-SNAPSHOT-test-sources.jar [INFO] [INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >--------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 11.0.0-SNAPSHOT [8/14] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom Downloading from central: https://repo.maven.apache.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom Progress (1): 939 B Downloaded from central: https://repo.maven.apache.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom (939 B at 45 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar Downloading from central: https://repo.maven.apache.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar Progress (1): 4.1/148 kB Progress (1): 8.2/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 25/148 kB Progress (1): 29/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): 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): 111/148 kB Progress (1): 115/148 kB Progress (1): 119/148 kB Progress (1): 123/148 kB Progress (1): 127/148 kB Progress (1): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/148 kB Progress (1): 148 kB Downloaded from central: https://repo.maven.apache.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar (148 kB at 5.5 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.1.1:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] Building jar: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (default) @ org.eclipse.scout.sdk.core.s --- [INFO] Skipping duplicate-finder execution! [INFO] [INFO] --- animal-sniffer-maven-plugin:1.17:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s --- [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/11.0.0-SNAPSHOT/org.eclipse.scout.sdk.core.s-11.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >------- [INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 11.0.0-SNAPSHOT [9/14] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.pom (7.1 kB at 143 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.6.3/maven-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom Progress (1): 4.1/26 kB Progress (1): 8.2/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 1.3 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom (1.9 kB at 59 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 267 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom (2.5 kB at 134 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom (1.4 kB at 44 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 102 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom Progress (1): 4.1/8.8 kB Progress (1): 8.2/8.8 kB Progress (1): 8.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom (8.8 kB at 464 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 227 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom (1.9 kB at 4.4 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 126 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Progress (1): 4.1/28 kB Progress (1): 8.2/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 25/28 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.5 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 138 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 97 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 686 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 72 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 124 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1/7.9 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 395 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 941 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 51 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 686 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 384 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 170 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom Progress (1): 4.1/7.9 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 75 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom (3.4 kB at 161 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom (4.3 kB at 63 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 138 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 957 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom (2.6 kB at 132 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 140 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom (4.1 kB at 203 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 213 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 690 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 498 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 806 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/google/5/google-5.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 129 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 18 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom Progress (1): 4.1/8.7 kB Progress (1): 8.2/8.7 kB Progress (1): 8.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom (8.7 kB at 415 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom (13 kB at 601 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 134 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Progress (1): 4.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 463 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 81 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 186 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom (2.4 kB at 120 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 23 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 22 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 138 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom (2.6 kB at 33 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom Progress (1): 4.1/9.1 kB Progress (1): 8.2/9.1 kB Progress (1): 9.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom (9.1 kB at 479 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom Progress (1): 4.1/34 kB Progress (1): 8.2/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 25/34 kB Progress (1): 29/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 1.7 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom Progress (1): 750 B Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 8.8 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 240 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 209 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.4/commons-cli-1.4.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 510 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom (4.6 kB at 232 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 57 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom Progress (1): 1.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom (1.9 kB at 89 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom (21 kB at 572 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.pom Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.pom (3.9 kB at 40 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.pom Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.pom (4.6 kB at 80 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/takari/aether/aether-connector-okhttp/0.17.8/aether-connector-okhttp-0.17.8.pom Downloading from central: https://repo.maven.apache.org/maven2/io/takari/aether/aether-connector-okhttp/0.17.8/aether-connector-okhttp-0.17.8.pom Progress (1): 4.1/8.3 kB Progress (1): 8.2/8.3 kB Progress (1): 8.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/takari/aether/aether-connector-okhttp/0.17.8/aether-connector-okhttp-0.17.8.pom (8.3 kB at 130 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/takari/takari/27/takari-27.pom Downloading from central: https://repo.maven.apache.org/maven2/io/takari/takari/27/takari-27.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/takari/takari/27/takari-27.pom (14 kB at 515 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.pom Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.pom (2.5 kB at 117 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okhttp3/parent/3.14.1/parent-3.14.1.pom Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/parent/3.14.1/parent-3.14.1.pom Progress (1): 4.1/21 kB Progress (1): 8.2/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/parent/3.14.1/parent-3.14.1.pom (21 kB at 976 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom (2.0 kB at 99 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom (4.9 kB at 256 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio/1.17.3/okio-1.17.3.pom Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.17.3/okio-1.17.3.pom Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.17.3/okio-1.17.3.pom (2.0 kB at 94 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio-parent/1.17.3/okio-parent-1.17.3.pom Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio-parent/1.17.3/okio-parent-1.17.3.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio-parent/1.17.3/okio-parent-1.17.3.pom (4.9 kB at 256 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.pom (4.8 kB at 238 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/inject/project/2.30.1/project-2.30.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/project/2.30.1/project-2.30.1.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/project/2.30.1/project-2.30.1.pom (1.5 kB at 78 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/project/2.30.1/project-2.30.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.30.1/project-2.30.1.pom Progress (1): 4.1/98 kB Progress (1): 8.2/98 kB Progress (1): 12/98 kB Progress (1): 16/98 kB Progress (1): 20/98 kB Progress (1): 25/98 kB Progress (1): 29/98 kB Progress (1): 33/98 kB Progress (1): 37/98 kB Progress (1): 41/98 kB Progress (1): 45/98 kB Progress (1): 49/98 kB Progress (1): 53/98 kB Progress (1): 57/98 kB Progress (1): 61/98 kB Progress (1): 66/98 kB Progress (1): 70/98 kB Progress (1): 74/98 kB Progress (1): 78/98 kB Progress (1): 82/98 kB Progress (1): 86/98 kB Progress (1): 90/98 kB Progress (1): 94/98 kB Progress (1): 98 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.30.1/project-2.30.1.pom (98 kB at 3.9 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.pom Progress (1): 4.1/34 kB Progress (1): 8.2/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 25/34 kB Progress (1): 29/34 kB Progress (1): 33/34 kB Progress (1): 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.pom (34 kB at 1.5 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 35 kB Downloaded from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom (35 kB at 365 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom (5.2 kB at 236 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom (1.5 kB at 67 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom Progress (1): 4.1/42 kB Progress (1): 8.2/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 25/42 kB Progress (1): 29/42 kB Progress (1): 33/42 kB Progress (1): 37/42 kB Progress (1): 41/42 kB Progress (1): 42 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom (42 kB at 1.9 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom Progress (1): 4.1/7.4 kB Progress (1): 7.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 320 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom Progress (1): 4.1/6.5 kB Progress (1): 6.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom (6.5 kB at 231 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom (3.4 kB at 180 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom (4.9 kB at 246 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.pom Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.pom (11 kB at 513 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.2 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/11.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 16 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-11.0-20200722.204430-2.pom Progress (1): 2.2 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-11.0-20200722.204430-2.pom (2.2 kB at 39 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-11.0-20200722.204429-2.pom Progress (1): 2.3 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-11.0-20200722.204429-2.pom (2.3 kB at 51 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 19 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/11.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-11.0-20200722.204143-2.pom Progress (1): 1.4 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/11.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-11.0-20200722.204143-2.pom (1.4 kB at 28 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 17 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/11.0-SNAPSHOT/org.eclipse.scout.rt.shared-11.0-20200722.204141-2.pom Progress (1): 1.8 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/11.0-SNAPSHOT/org.eclipse.scout.rt.shared-11.0-20200722.204141-2.pom (1.8 kB at 33 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 13 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/11.0-SNAPSHOT/org.eclipse.scout.rt.platform-11.0-20200722.204133-2.pom Progress (1): 3.3 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/11.0-SNAPSHOT/org.eclipse.scout.rt.platform-11.0-20200722.204133-2.pom (3.3 kB at 78 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.pom (5.7 kB at 286 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/12/jboss-parent-12.pom Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/12/jboss-parent-12.pom Progress (1): 4.1/32 kB Progress (1): 8.2/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 25/32 kB Progress (1): 29/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/12/jboss-parent-12.pom (32 kB at 1.5 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom (9.0 kB at 429 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom Downloading from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom (15 kB at 693 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 11 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/11.0-SNAPSHOT/org.eclipse.scout.rt.security-11.0-20200722.204136-2.pom Progress (1): 1.4 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/11.0-SNAPSHOT/org.eclipse.scout.rt.security-11.0-20200722.204136-2.pom (1.4 kB at 11 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 12 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/11.0-SNAPSHOT/org.eclipse.scout.rt.dataobject-11.0-20200722.204136-2.pom Progress (1): 1.3 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/11.0-SNAPSHOT/org.eclipse.scout.rt.dataobject-11.0-20200722.204136-2.pom (1.3 kB at 4.9 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.pom (5.4 kB at 244 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/http-client/google-http-client-parent/1.34.2/google-http-client-parent-1.34.2.pom Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.34.2/google-http-client-parent-1.34.2.pom Progress (1): 4.1/24 kB Progress (1): 8.2/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.34.2/google-http-client-parent-1.34.2.pom (24 kB at 537 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom (6.6 kB at 330 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom Progress (1): 4.1/16 kB Progress (1): 8.2/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom (16 kB at 780 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom Progress (1): 4.1/35 kB Progress (1): 8.2/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 25/35 kB Progress (1): 29/35 kB Progress (1): 33/35 kB Progress (1): 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.4 MB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 248 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 658 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.pom Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.pom Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.pom (2.2 kB at 118 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.pom Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.pom Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.pom (1.2 kB at 50 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.pom Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.pom Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.pom (2.4 kB at 29 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom Progress (1): 959 B Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom (959 B at 46 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom Progress (1): 4.1/14 kB Progress (1): 8.2/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 675 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.pom Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.pom Progress (1): 4.1/17 kB Progress (1): 8.2/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.pom (17 kB at 777 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.8 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/11.0-SNAPSHOT/org.eclipse.scout.rt.client-11.0-20200722.204231-2.pom Progress (1): 1.4 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/11.0-SNAPSHOT/org.eclipse.scout.rt.client-11.0-20200722.204231-2.pom (1.4 kB at 23 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/11.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 25 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/11.0-SNAPSHOT/org.eclipse.scout.json-11.0-20200722.204128-2.pom Progress (1): 2.1 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/11.0-SNAPSHOT/org.eclipse.scout.json-11.0-20200722.204128-2.pom (2.1 kB at 34 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.pom Progress (1): 4.1/11 kB Progress (1): 8.2/11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.pom (11 kB at 557 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/41/commons-parent-41.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom Progress (1): 4.1/65 kB Progress (1): 8.2/65 kB Progress (1): 12/65 kB Progress (1): 16/65 kB Progress (1): 20/65 kB Progress (1): 25/65 kB Progress (1): 29/65 kB Progress (1): 33/65 kB Progress (1): 37/65 kB Progress (1): 41/65 kB Progress (1): 45/65 kB Progress (1): 49/65 kB Progress (1): 53/65 kB Progress (1): 57/65 kB Progress (1): 61/65 kB Progress (1): 65 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.6 MB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/eclipse-scout-core/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 785 B Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/eclipse-scout-core/11.0-SNAPSHOT/maven-metadata.xml (785 B at 3.5 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/eclipse-scout-core/11.0-SNAPSHOT/eclipse-scout-core-11.0-20200722.204428-2.pom Progress (1): 690 B Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/eclipse-scout-core/11.0-SNAPSHOT/eclipse-scout-core-11.0-20200722.204428-2.pom (690 B at 3.9 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/11.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 6.7 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/11.0-SNAPSHOT/org.eclipse.scout.rt.client.test-11.0-20200722.204233-2.pom Progress (1): 1.7 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/11.0-SNAPSHOT/org.eclipse.scout.rt.client.test-11.0-20200722.204233-2.pom (1.7 kB at 38 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/11.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 13 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/11.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-11.0-20200722.204142-2.pom Progress (1): 1.6 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/11.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-11.0-20200722.204142-2.pom (1.6 kB at 21 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/11.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 18 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/11.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-11.0-20200722.204135-2.pom Progress (1): 2.3 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/11.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-11.0-20200722.204135-2.pom (2.3 kB at 34 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom Progress (1): 4.1/29 kB Progress (1): 8.2/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 25/29 kB Progress (1): 29/29 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (29 kB at 1.4 MB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.4 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/11.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 14 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/11.0-SNAPSHOT/org.eclipse.scout.rt.server.test-11.0-20200722.204147-2.pom Progress (1): 2.3 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/11.0-SNAPSHOT/org.eclipse.scout.rt.server.test-11.0-20200722.204147-2.pom (2.3 kB at 43 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 10 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/11.0-SNAPSHOT/org.eclipse.scout.rt.server-11.0-20200722.204146-2.pom Progress (1): 1.6 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/11.0-SNAPSHOT/org.eclipse.scout.rt.server-11.0-20200722.204146-2.pom (1.6 kB at 23 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.5 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/11.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-11.0-20200722.204144-2.pom Progress (1): 1.2 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/11.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-11.0-20200722.204144-2.pom (1.2 kB at 33 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/11.0-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 14 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/11.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-11.0-20200722.204149-2.pom Progress (1): 1.5 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/11.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-11.0-20200722.204149-2.pom (1.5 kB at 24 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.pom Progress (1): 4.1/19 kB Progress (1): 8.2/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.pom (19 kB at 927 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 635 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom Progress (1): 4.1/13 kB Progress (1): 8.2/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 706 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom Progress (1): 4.1/9.0 kB Progress (1): 8.2/9.0 kB Progress (1): 9.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 195 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.pom Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.pom Progress (1): 4.1/18 kB Progress (1): 8.2/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.pom (18 kB at 959 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.pom Downloading from central: https://repo.maven.apache.org/maven2/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.pom Progress (1): 4.1/15 kB Progress (1): 8.2/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.pom (15 kB at 374 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.4/commons-cli-1.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/takari/aether/aether-connector-okhttp/0.17.8/aether-connector-okhttp-0.17.8.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/squareup/okio/okio/1.17.3/okio-1.17.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.jar Progress (1): 4.1/140 kB Progress (1): 7.7/140 kB Progress (1): 12/140 kB Progress (1): 16/140 kB Progress (1): 20/140 kB Progress (1): 24/140 kB Progress (1): 28/140 kB Progress (1): 32/140 kB Progress (1): 36/140 kB Progress (1): 40/140 kB Progress (1): 45/140 kB Progress (1): 49/140 kB Progress (1): 53/140 kB Progress (1): 57/140 kB Progress (1): 61/140 kB Progress (1): 65/140 kB Progress (1): 69/140 kB Progress (1): 73/140 kB Progress (1): 77/140 kB Progress (1): 81/140 kB Progress (1): 85/140 kB Progress (1): 90/140 kB Progress (1): 94/140 kB Progress (1): 98/140 kB Progress (1): 102/140 kB Progress (1): 106/140 kB Progress (1): 110/140 kB Progress (1): 114/140 kB Progress (1): 118/140 kB Progress (1): 122/140 kB Progress (1): 126/140 kB Progress (1): 131/140 kB Progress (1): 135/140 kB Progress (1): 139/140 kB Progress (1): 140 kB Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar Downloaded from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar (140 kB at 217 kB/s) Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.jar Downloading from eclipse.release: https://repo.eclipse.org/content/groups/releases/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar Progress (1): 4.1/98 kB Progress (1): 8.2/98 kB Progress (1): 12/98 kB Progress (1): 16/98 kB Progress (2): 16/98 kB | 4.1/379 kB Progress (3): 16/98 kB | 4.1/379 kB | 4.1/42 kB Progress (3): 16/98 kB | 8.2/379 kB | 4.1/42 kB Progress (3): 16/98 kB | 8.2/379 kB | 8.2/42 kB Progress (3): 16/98 kB | 12/379 kB | 8.2/42 kB Progress (3): 20/98 kB | 12/379 kB | 8.2/42 kB Progress (3): 20/98 kB | 12/379 kB | 12/42 kB Progress (3): 25/98 kB | 12/379 kB | 12/42 kB Progress (3): 25/98 kB | 16/379 kB | 12/42 kB Progress (3): 29/98 kB | 16/379 kB | 12/42 kB Progress (3): 29/98 kB | 16/379 kB | 16/42 kB Progress (3): 33/98 kB | 16/379 kB | 16/42 kB Progress (4): 33/98 kB | 16/379 kB | 16/42 kB | 4.1/44 kB Progress (4): 33/98 kB | 16/379 kB | 16/42 kB | 8.2/44 kB Progress (4): 33/98 kB | 20/379 kB | 16/42 kB | 8.2/44 kB Progress (4): 33/98 kB | 20/379 kB | 16/42 kB | 12/44 kB Progress (4): 33/98 kB | 25/379 kB | 16/42 kB | 12/44 kB Progress (4): 33/98 kB | 25/379 kB | 16/42 kB | 16/44 kB Progress (4): 33/98 kB | 29/379 kB | 16/42 kB | 16/44 kB Progress (4): 33/98 kB | 33/379 kB | 16/42 kB | 16/44 kB Progress (5): 33/98 kB | 33/379 kB | 16/42 kB | 16/44 kB | 4.1/633 kB Progress (5): 33/98 kB | 33/379 kB | 16/42 kB | 16/44 kB | 8.2/633 kB Progress (5): 33/98 kB | 33/379 kB | 16/42 kB | 16/44 kB | 12/633 kB Progress (5): 33/98 kB | 33/379 kB | 20/42 kB | 16/44 kB | 12/633 kB Progress (5): 33/98 kB | 37/379 kB | 20/42 kB | 16/44 kB | 12/633 kB Progress (5): 33/98 kB | 37/379 kB | 25/42 kB | 16/44 kB | 12/633 kB Progress (5): 33/98 kB | 37/379 kB | 29/42 kB | 16/44 kB | 12/633 kB Progress (5): 33/98 kB | 37/379 kB | 33/42 kB | 16/44 kB | 12/633 kB Progress (5): 33/98 kB | 37/379 kB | 33/42 kB | 16/44 kB | 16/633 kB Progress (5): 37/98 kB | 37/379 kB | 33/42 kB | 16/44 kB | 16/633 kB Progress (5): 37/98 kB | 41/379 kB | 33/42 kB | 16/44 kB | 16/633 kB Progress (5): 41/98 kB | 41/379 kB | 33/42 kB | 16/44 kB | 16/633 kB Progress (5): 41/98 kB | 41/379 kB | 33/42 kB | 20/44 kB | 16/633 kB Progress (5): 41/98 kB | 45/379 kB | 33/42 kB | 20/44 kB | 16/633 kB Progress (5): 41/98 kB | 45/379 kB | 33/42 kB | 20/44 kB | 20/633 kB Progress (5): 41/98 kB | 49/379 kB | 33/42 kB | 20/44 kB | 20/633 kB Progress (5): 41/98 kB | 49/379 kB | 33/42 kB | 25/44 kB | 20/633 kB Progress (5): 45/98 kB | 49/379 kB | 33/42 kB | 25/44 kB | 20/633 kB Progress (5): 45/98 kB | 49/379 kB | 33/42 kB | 29/44 kB | 20/633 kB Progress (5): 45/98 kB | 53/379 kB | 33/42 kB | 29/44 kB | 20/633 kB Progress (5): 45/98 kB | 53/379 kB | 33/42 kB | 29/44 kB | 25/633 kB Progress (5): 45/98 kB | 53/379 kB | 37/42 kB | 29/44 kB | 25/633 kB Progress (5): 45/98 kB | 53/379 kB | 37/42 kB | 33/44 kB | 25/633 kB Progress (5): 49/98 kB | 53/379 kB | 37/42 kB | 33/44 kB | 25/633 kB Progress (5): 49/98 kB | 53/379 kB | 41/42 kB | 33/44 kB | 25/633 kB Progress (5): 49/98 kB | 53/379 kB | 41/42 kB | 33/44 kB | 29/633 kB Progress (5): 49/98 kB | 53/379 kB | 41/42 kB | 37/44 kB | 29/633 kB Progress (5): 49/98 kB | 53/379 kB | 42 kB | 37/44 kB | 29/633 kB Progress (5): 49/98 kB | 57/379 kB | 42 kB | 37/44 kB | 29/633 kB Progress (5): 53/98 kB | 57/379 kB | 42 kB | 37/44 kB | 29/633 kB Progress (5): 53/98 kB | 57/379 kB | 42 kB | 41/44 kB | 29/633 kB Progress (5): 53/98 kB | 57/379 kB | 42 kB | 41/44 kB | 33/633 kB Progress (5): 53/98 kB | 57/379 kB | 42 kB | 44 kB | 33/633 kB Progress (5): 57/98 kB | 57/379 kB | 42 kB | 44 kB | 33/633 kB Progress (5): 57/98 kB | 61/379 kB | 42 kB | 44 kB | 33/633 kB Progress (5): 57/98 kB | 61/379 kB | 42 kB | 44 kB | 37/633 kB Progress (5): 61/98 kB | 61/379 kB | 42 kB | 44 kB | 37/633 kB Progress (5): 61/98 kB | 61/379 kB | 42 kB | 44 kB | 41/633 kB Progress (5): 61/98 kB | 65/379 kB | 42 kB | 44 kB | 41/633 kB Progress (5): 61/98 kB | 65/379 kB | 42 kB | 44 kB | 45/633 kB Progress (5): 66/98 kB | 65/379 kB | 42 kB | 44 kB | 45/633 kB Progress (5): 66/98 kB | 65/379 kB | 42 kB | 44 kB | 49/633 kB Progress (5): 66/98 kB | 69/379 kB | 42 kB | 44 kB | 49/633 kB Progress (5): 70/98 kB | 69/379 kB | 42 kB | 44 kB | 49/633 kB Progress (5): 70/98 kB | 69/379 kB | 42 kB | 44 kB | 53/633 kB Progress (5): 74/98 kB | 69/379 kB | 42 kB | 44 kB | 53/633 kB Progress (5): 74/98 kB | 69/379 kB | 42 kB | 44 kB | 57/633 kB Progress (5): 78/98 kB | 69/379 kB | 42 kB | 44 kB | 57/633 kB Progress (5): 78/98 kB | 73/379 kB | 42 kB | 44 kB | 57/633 kB Progress (5): 78/98 kB | 73/379 kB | 42 kB | 44 kB | 61/633 kB Progress (5): 78/98 kB | 77/379 kB | 42 kB | 44 kB | 61/633 kB Progress (5): 82/98 kB | 77/379 kB | 42 kB | 44 kB | 61/633 kB Progress (5): 82/98 kB | 81/379 kB | 42 kB | 44 kB | 61/633 kB Progress (5): 82/98 kB | 81/379 kB | 42 kB | 44 kB | 66/633 kB Progress (5): 82/98 kB | 85/379 kB | 42 kB | 44 kB | 66/633 kB Progress (5): 86/98 kB | 85/379 kB | 42 kB | 44 kB | 66/633 kB Progress (5): 90/98 kB | 85/379 kB | 42 kB | 44 kB | 66/633 kB Progress (5): 90/98 kB | 85/379 kB | 42 kB | 44 kB | 70/633 kB Progress (5): 94/98 kB | 85/379 kB | 42 kB | 44 kB | 70/633 kB Progress (5): 94/98 kB | 85/379 kB | 42 kB | 44 kB | 74/633 kB Progress (5): 94/98 kB | 90/379 kB | 42 kB | 44 kB | 74/633 kB Progress (5): 98 kB | 90/379 kB | 42 kB | 44 kB | 74/633 kB Progress (5): 98 kB | 94/379 kB | 42 kB | 44 kB | 74/633 kB Progress (5): 98 kB | 94/379 kB | 42 kB | 44 kB | 78/633 kB Progress (5): 98 kB | 98/379 kB | 42 kB | 44 kB | 78/633 kB Progress (5): 98 kB | 98/379 kB | 42 kB | 44 kB | 82/633 kB Progress (5): 98 kB | 102/379 kB | 42 kB | 44 kB | 82/633 kB Progress (5): 98 kB | 102/379 kB | 42 kB | 44 kB | 86/633 kB Progress (5): 98 kB | 106/379 kB | 42 kB | 44 kB | 86/633 kB Progress (5): 98 kB | 106/379 kB | 42 kB | 44 kB | 90/633 kB Progress (5): 98 kB | 110/379 kB | 42 kB | 44 kB | 90/633 kB Progress (5): 98 kB | 110/379 kB | 42 kB | 44 kB | 94/633 kB Progress (5): 98 kB | 114/379 kB | 42 kB | 44 kB | 94/633 kB Progress (5): 98 kB | 114/379 kB | 42 kB | 44 kB | 98/633 kB Progress (5): 98 kB | 118/379 kB | 42 kB | 44 kB | 98/633 kB Progress (5): 98 kB | 118/379 kB | 42 kB | 44 kB | 102/633 kB Progress (5): 98 kB | 118/379 kB | 42 kB | 44 kB | 106/633 kB Progress (5): 98 kB | 122/379 kB | 42 kB | 44 kB | 106/633 kB Progress (5): 98 kB | 122/379 kB | 42 kB | 44 kB | 111/633 kB Progress (5): 98 kB | 126/379 kB | 42 kB | 44 kB | 111/633 kB Progress (5): 98 kB | 126/379 kB | 42 kB | 44 kB | 115/633 kB Progress (5): 98 kB | 130/379 kB | 42 kB | 44 kB | 115/633 kB Progress (5): 98 kB | 135/379 kB | 42 kB | 44 kB | 115/633 kB Progress (5): 98 kB | 135/379 kB | 42 kB | 44 kB | 119/633 kB Progress (5): 98 kB | 135/379 kB | 42 kB | 44 kB | 123/633 kB Progress (5): 98 kB | 139/379 kB | 42 kB | 44 kB | 123/633 kB Progress (5): 98 kB | 139/379 kB | 42 kB | 44 kB | 127/633 kB Progress (5): 98 kB | 143/379 kB | 42 kB | 44 kB | 127/633 kB Progress (5): 98 kB | 143/379 kB | 42 kB | 44 kB | 131/633 kB Progress (5): 98 kB | 147/379 kB | 42 kB | 44 kB | 131/633 kB Progress (5): 98 kB | 151/379 kB | 42 kB | 44 kB | 131/633 kB Progress (5): 98 kB | 151/379 kB | 42 kB | 44 kB | 135/633 kB Progress (5): 98 kB | 151/379 kB | 42 kB | 44 kB | 139/633 kB Progress (5): 98 kB | 155/379 kB | 42 kB | 44 kB | 139/633 kB Progress (5): 98 kB | 155/379 kB | 42 kB | 44 kB | 143/633 kB Progress (5): 98 kB | 159/379 kB | 42 kB | 44 kB | 143/633 kB Progress (5): 98 kB | 159/379 kB | 42 kB | 44 kB | 147/633 kB Progress (5): 98 kB | 163/379 kB | 42 kB | 44 kB | 147/633 kB Progress (5): 98 kB | 167/379 kB | 42 kB | 44 kB | 147/633 kB Progress (5): 98 kB | 167/379 kB | 42 kB | 44 kB | 152/633 kB Progress (5): 98 kB | 167/379 kB | 42 kB | 44 kB | 156/633 kB Progress (5): 98 kB | 171/379 kB | 42 kB | 44 kB | 156/633 kB Progress (5): 98 kB | 171/379 kB | 42 kB | 44 kB | 160/633 kB Progress (5): 98 kB | 176/379 kB | 42 kB | 44 kB | 160/633 kB Progress (5): 98 kB | 176/379 kB | 42 kB | 44 kB | 164/633 kB Progress (5): 98 kB | 180/379 kB | 42 kB | 44 kB | 164/633 kB Progress (5): 98 kB | 184/379 kB | 42 kB | 44 kB | 164/633 kB Progress (5): 98 kB | 184/379 kB | 42 kB | 44 kB | 168/633 kB Progress (5): 98 kB | 184/379 kB | 42 kB | 44 kB | 172/633 kB Progress (5): 98 kB | 188/379 kB | 42 kB | 44 kB | 172/633 kB Progress (5): 98 kB | 188/379 kB | 42 kB | 44 kB | 176/633 kB Progress (5): 98 kB | 192/379 kB | 42 kB | 44 kB | 176/633 kB Progress (5): 98 kB | 192/379 kB | 42 kB | 44 kB | 180/633 kB Progress (5): 98 kB | 196/379 kB | 42 kB | 44 kB | 180/633 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar (42 kB at 1.5 MB/s) Progress (4): 98 kB | 196/379 kB | 44 kB | 184/633 kB Progress (4): 98 kB | 200/379 kB | 44 kB | 184/633 kB Progress (4): 98 kB | 200/379 kB | 44 kB | 188/633 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar Progress (4): 98 kB | 204/379 kB | 44 kB | 188/633 kB Progress (4): 98 kB | 204/379 kB | 44 kB | 193/633 kB Progress (4): 98 kB | 208/379 kB | 44 kB | 193/633 kB Progress (4): 98 kB | 208/379 kB | 44 kB | 197/633 kB Progress (4): 98 kB | 212/379 kB | 44 kB | 197/633 kB Progress (4): 98 kB | 216/379 kB | 44 kB | 197/633 kB Progress (4): 98 kB | 216/379 kB | 44 kB | 201/633 kB Progress (4): 98 kB | 216/379 kB | 44 kB | 205/633 kB Progress (4): 98 kB | 221/379 kB | 44 kB | 205/633 kB Progress (4): 98 kB | 221/379 kB | 44 kB | 209/633 kB Progress (4): 98 kB | 225/379 kB | 44 kB | 209/633 kB Progress (4): 98 kB | 225/379 kB | 44 kB | 213/633 kB Progress (4): 98 kB | 229/379 kB | 44 kB | 213/633 kB Progress (4): 98 kB | 233/379 kB | 44 kB | 213/633 kB Progress (4): 98 kB | 233/379 kB | 44 kB | 217/633 kB Progress (4): 98 kB | 237/379 kB | 44 kB | 217/633 kB Progress (4): 98 kB | 237/379 kB | 44 kB | 221/633 kB Progress (4): 98 kB | 241/379 kB | 44 kB | 221/633 kB Progress (4): 98 kB | 241/379 kB | 44 kB | 225/633 kB Progress (4): 98 kB | 245/379 kB | 44 kB | 225/633 kB Progress (4): 98 kB | 245/379 kB | 44 kB | 229/633 kB Progress (4): 98 kB | 249/379 kB | 44 kB | 229/633 kB Progress (4): 98 kB | 249/379 kB | 44 kB | 233/633 kB Progress (4): 98 kB | 253/379 kB | 44 kB | 233/633 kB Progress (4): 98 kB | 257/379 kB | 44 kB | 233/633 kB Progress (4): 98 kB | 257/379 kB | 44 kB | 238/633 kB Progress (4): 98 kB | 262/379 kB | 44 kB | 238/633 kB Progress (4): 98 kB | 262/379 kB | 44 kB | 242/633 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-embedder/3.6.3/maven-embedder-3.6.3.jar (98 kB at 3.1 MB/s) Progress (3): 266/379 kB | 44 kB | 242/633 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar Progress (3): 266/379 kB | 44 kB | 246/633 kB Progress (3): 270/379 kB | 44 kB | 246/633 kB Progress (3): 270/379 kB | 44 kB | 250/633 kB Progress (3): 274/379 kB | 44 kB | 250/633 kB Progress (3): 278/379 kB | 44 kB | 250/633 kB Progress (3): 282/379 kB | 44 kB | 250/633 kB Progress (3): 282/379 kB | 44 kB | 254/633 kB Progress (3): 282/379 kB | 44 kB | 258/633 kB Progress (3): 282/379 kB | 44 kB | 262/633 kB Progress (3): 286/379 kB | 44 kB | 262/633 kB Progress (3): 286/379 kB | 44 kB | 266/633 kB Progress (3): 290/379 kB | 44 kB | 266/633 kB Progress (3): 294/379 kB | 44 kB | 266/633 kB Progress (3): 298/379 kB | 44 kB | 266/633 kB Progress (3): 298/379 kB | 44 kB | 270/633 kB Progress (3): 298/379 kB | 44 kB | 274/633 kB Progress (3): 298/379 kB | 44 kB | 279/633 kB Progress (3): 303/379 kB | 44 kB | 279/633 kB Progress (3): 303/379 kB | 44 kB | 283/633 kB Progress (3): 307/379 kB | 44 kB | 283/633 kB Progress (3): 311/379 kB | 44 kB | 283/633 kB Progress (3): 315/379 kB | 44 kB | 283/633 kB Progress (3): 315/379 kB | 44 kB | 287/633 kB Progress (3): 315/379 kB | 44 kB | 291/633 kB Progress (3): 315/379 kB | 44 kB | 295/633 kB Progress (3): 319/379 kB | 44 kB | 295/633 kB Progress (3): 319/379 kB | 44 kB | 299/633 kB Progress (3): 323/379 kB | 44 kB | 299/633 kB Progress (3): 327/379 kB | 44 kB | 299/633 kB Progress (3): 331/379 kB | 44 kB | 299/633 kB Progress (3): 331/379 kB | 44 kB | 303/633 kB Progress (3): 331/379 kB | 44 kB | 307/633 kB Progress (3): 331/379 kB | 44 kB | 311/633 kB Progress (3): 335/379 kB | 44 kB | 311/633 kB Progress (3): 335/379 kB | 44 kB | 315/633 kB Progress (3): 339/379 kB | 44 kB | 315/633 kB Progress (3): 343/379 kB | 44 kB | 315/633 kB Progress (3): 348/379 kB | 44 kB | 315/633 kB Progress (3): 348/379 kB | 44 kB | 319/633 kB Progress (3): 348/379 kB | 44 kB | 324/633 kB Progress (3): 348/379 kB | 44 kB | 328/633 kB Progress (3): 352/379 kB | 44 kB | 328/633 kB Progress (3): 352/379 kB | 44 kB | 332/633 kB Progress (3): 356/379 kB | 44 kB | 332/633 kB Progress (3): 360/379 kB | 44 kB | 332/633 kB Progress (3): 364/379 kB | 44 kB | 332/633 kB Progress (3): 364/379 kB | 44 kB | 336/633 kB Progress (3): 364/379 kB | 44 kB | 340/633 kB Progress (3): 364/379 kB | 44 kB | 344/633 kB Progress (3): 368/379 kB | 44 kB | 344/633 kB Progress (3): 368/379 kB | 44 kB | 348/633 kB Progress (3): 372/379 kB | 44 kB | 348/633 kB Progress (3): 376/379 kB | 44 kB | 348/633 kB Progress (3): 379 kB | 44 kB | 348/633 kB Progress (3): 379 kB | 44 kB | 352/633 kB Progress (3): 379 kB | 44 kB | 356/633 kB Progress (3): 379 kB | 44 kB | 360/633 kB Progress (3): 379 kB | 44 kB | 365/633 kB Progress (3): 379 kB | 44 kB | 369/633 kB Progress (3): 379 kB | 44 kB | 373/633 kB Progress (3): 379 kB | 44 kB | 377/633 kB Progress (3): 379 kB | 44 kB | 381/633 kB Progress (3): 379 kB | 44 kB | 385/633 kB Progress (3): 379 kB | 44 kB | 389/633 kB Progress (3): 379 kB | 44 kB | 393/633 kB Progress (3): 379 kB | 44 kB | 397/633 kB Progress (3): 379 kB | 44 kB | 401/633 kB Progress (3): 379 kB | 44 kB | 406/633 kB Progress (3): 379 kB | 44 kB | 410/633 kB Progress (3): 379 kB | 44 kB | 414/633 kB Progress (3): 379 kB | 44 kB | 418/633 kB Progress (3): 379 kB | 44 kB | 422/633 kB Progress (3): 379 kB | 44 kB | 426/633 kB Progress (3): 379 kB | 44 kB | 430/633 kB Progress (3): 379 kB | 44 kB | 434/633 kB Progress (3): 379 kB | 44 kB | 438/633 kB Progress (3): 379 kB | 44 kB | 442/633 kB Progress (3): 379 kB | 44 kB | 446/633 kB Progress (3): 379 kB | 44 kB | 450/633 kB Progress (3): 379 kB | 44 kB | 454/633 kB Progress (3): 379 kB | 44 kB | 458/633 kB Progress (3): 379 kB | 44 kB | 463/633 kB Progress (3): 379 kB | 44 kB | 467/633 kB Progress (3): 379 kB | 44 kB | 471/633 kB Progress (3): 379 kB | 44 kB | 475/633 kB Progress (3): 379 kB | 44 kB | 479/633 kB Progress (3): 379 kB | 44 kB | 483/633 kB Progress (3): 379 kB | 44 kB | 487/633 kB Progress (3): 379 kB | 44 kB | 491/633 kB Progress (3): 379 kB | 44 kB | 495/633 kB Progress (3): 379 kB | 44 kB | 499/633 kB Progress (3): 379 kB | 44 kB | 504/633 kB Progress (3): 379 kB | 44 kB | 508/633 kB Progress (3): 379 kB | 44 kB | 512/633 kB Progress (3): 379 kB | 44 kB | 516/633 kB Progress (3): 379 kB | 44 kB | 520/633 kB Progress (3): 379 kB | 44 kB | 524/633 kB Progress (3): 379 kB | 44 kB | 528/633 kB Progress (3): 379 kB | 44 kB | 532/633 kB Progress (3): 379 kB | 44 kB | 536/633 kB Progress (3): 379 kB | 44 kB | 540/633 kB Progress (3): 379 kB | 44 kB | 544/633 kB Progress (3): 379 kB | 44 kB | 549/633 kB Progress (3): 379 kB | 44 kB | 553/633 kB Progress (3): 379 kB | 44 kB | 557/633 kB Progress (3): 379 kB | 44 kB | 561/633 kB Progress (3): 379 kB | 44 kB | 565/633 kB Progress (3): 379 kB | 44 kB | 569/633 kB Progress (3): 379 kB | 44 kB | 573/633 kB Progress (3): 379 kB | 44 kB | 577/633 kB Progress (3): 379 kB | 44 kB | 581/633 kB Progress (3): 379 kB | 44 kB | 585/633 kB Progress (3): 379 kB | 44 kB | 590/633 kB Progress (3): 379 kB | 44 kB | 594/633 kB Progress (3): 379 kB | 44 kB | 598/633 kB Progress (3): 379 kB | 44 kB | 602/633 kB Progress (3): 379 kB | 44 kB | 606/633 kB Progress (3): 379 kB | 44 kB | 610/633 kB Progress (3): 379 kB | 44 kB | 614/633 kB Progress (3): 379 kB | 44 kB | 618/633 kB Progress (3): 379 kB | 44 kB | 622/633 kB Progress (3): 379 kB | 44 kB | 626/633 kB Progress (3): 379 kB | 44 kB | 631/633 kB Progress (3): 379 kB | 44 kB | 633 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 5.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar Progress (3): 44 kB | 633 kB | 4.1/47 kB Progress (3): 44 kB | 633 kB | 8.2/47 kB Progress (3): 44 kB | 633 kB | 12/47 kB Progress (3): 44 kB | 633 kB | 16/47 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar (44 kB at 667 kB/s) Progress (2): 633 kB | 20/47 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar Progress (2): 633 kB | 25/47 kB Progress (2): 633 kB | 29/47 kB Progress (2): 633 kB | 33/47 kB Progress (2): 633 kB | 37/47 kB Progress (2): 633 kB | 41/47 kB Progress (2): 633 kB | 45/47 kB Progress (2): 633 kB | 47 kB Progress (3): 633 kB | 47 kB | 4.1/215 kB Progress (3): 633 kB | 47 kB | 8.2/215 kB Progress (3): 633 kB | 47 kB | 12/215 kB Progress (3): 633 kB | 47 kB | 16/215 kB Progress (3): 633 kB | 47 kB | 20/215 kB Progress (3): 633 kB | 47 kB | 25/215 kB Progress (3): 633 kB | 47 kB | 29/215 kB Progress (3): 633 kB | 47 kB | 33/215 kB Progress (3): 633 kB | 47 kB | 37/215 kB Progress (3): 633 kB | 47 kB | 41/215 kB Progress (3): 633 kB | 47 kB | 45/215 kB Progress (3): 633 kB | 47 kB | 49/215 kB Progress (3): 633 kB | 47 kB | 53/215 kB Progress (3): 633 kB | 47 kB | 57/215 kB Progress (3): 633 kB | 47 kB | 61/215 kB Progress (3): 633 kB | 47 kB | 66/215 kB Progress (3): 633 kB | 47 kB | 70/215 kB Progress (3): 633 kB | 47 kB | 74/215 kB Progress (3): 633 kB | 47 kB | 78/215 kB Progress (3): 633 kB | 47 kB | 82/215 kB Progress (3): 633 kB | 47 kB | 86/215 kB Progress (3): 633 kB | 47 kB | 90/215 kB Progress (3): 633 kB | 47 kB | 94/215 kB Progress (3): 633 kB | 47 kB | 98/215 kB Progress (3): 633 kB | 47 kB | 102/215 kB Progress (3): 633 kB | 47 kB | 106/215 kB Progress (3): 633 kB | 47 kB | 111/215 kB Progress (3): 633 kB | 47 kB | 115/215 kB Progress (3): 633 kB | 47 kB | 119/215 kB Progress (3): 633 kB | 47 kB | 123/215 kB Progress (3): 633 kB | 47 kB | 127/215 kB Progress (3): 633 kB | 47 kB | 131/215 kB Progress (3): 633 kB | 47 kB | 135/215 kB Progress (3): 633 kB | 47 kB | 139/215 kB Progress (3): 633 kB | 47 kB | 143/215 kB Progress (3): 633 kB | 47 kB | 147/215 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar (633 kB at 8.7 MB/s) Progress (2): 47 kB | 152/215 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Progress (2): 47 kB | 156/215 kB Progress (2): 47 kB | 160/215 kB Progress (2): 47 kB | 164/215 kB Progress (2): 47 kB | 168/215 kB Progress (2): 47 kB | 172/215 kB Progress (2): 47 kB | 176/215 kB Progress (2): 47 kB | 180/215 kB Progress (2): 47 kB | 184/215 kB Progress (2): 47 kB | 188/215 kB Progress (2): 47 kB | 193/215 kB Progress (2): 47 kB | 197/215 kB Progress (3): 47 kB | 197/215 kB | 4.1/192 kB Progress (3): 47 kB | 197/215 kB | 8.2/192 kB Progress (3): 47 kB | 197/215 kB | 12/192 kB Progress (3): 47 kB | 201/215 kB | 12/192 kB Progress (3): 47 kB | 205/215 kB | 12/192 kB Progress (3): 47 kB | 209/215 kB | 12/192 kB Progress (3): 47 kB | 213/215 kB | 12/192 kB Progress (3): 47 kB | 215 kB | 12/192 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar (47 kB at 611 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 2.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar Progress (2): 12/192 kB | 4.1/168 kB Progress (2): 12/192 kB | 8.2/168 kB Progress (2): 12/192 kB | 12/168 kB Progress (2): 16/192 kB | 12/168 kB Progress (2): 16/192 kB | 16/168 kB Progress (3): 16/192 kB | 16/168 kB | 4.1/149 kB Progress (4): 16/192 kB | 16/168 kB | 4.1/149 kB | 4.1/14 kB Progress (4): 20/192 kB | 16/168 kB | 4.1/149 kB | 4.1/14 kB Progress (4): 20/192 kB | 16/168 kB | 8.2/149 kB | 4.1/14 kB Progress (4): 25/192 kB | 16/168 kB | 8.2/149 kB | 4.1/14 kB Progress (4): 25/192 kB | 16/168 kB | 8.2/149 kB | 8.2/14 kB Progress (4): 25/192 kB | 20/168 kB | 8.2/149 kB | 8.2/14 kB Progress (4): 25/192 kB | 20/168 kB | 8.2/149 kB | 12/14 kB Progress (4): 29/192 kB | 20/168 kB | 8.2/149 kB | 12/14 kB Progress (4): 29/192 kB | 20/168 kB | 12/149 kB | 12/14 kB Progress (4): 33/192 kB | 20/168 kB | 12/149 kB | 12/14 kB Progress (4): 33/192 kB | 20/168 kB | 12/149 kB | 14 kB Progress (4): 33/192 kB | 25/168 kB | 12/149 kB | 14 kB Progress (4): 33/192 kB | 25/168 kB | 16/149 kB | 14 kB Progress (4): 37/192 kB | 25/168 kB | 16/149 kB | 14 kB Progress (4): 37/192 kB | 29/168 kB | 16/149 kB | 14 kB Progress (4): 41/192 kB | 29/168 kB | 16/149 kB | 14 kB Progress (4): 41/192 kB | 33/168 kB | 16/149 kB | 14 kB Progress (4): 45/192 kB | 33/168 kB | 16/149 kB | 14 kB Progress (4): 45/192 kB | 33/168 kB | 20/149 kB | 14 kB Progress (4): 49/192 kB | 33/168 kB | 20/149 kB | 14 kB Progress (5): 49/192 kB | 33/168 kB | 20/149 kB | 14 kB | 4.1/521 kB Progress (5): 49/192 kB | 37/168 kB | 20/149 kB | 14 kB | 4.1/521 kB Progress (5): 49/192 kB | 37/168 kB | 25/149 kB | 14 kB | 4.1/521 kB Progress (5): 53/192 kB | 37/168 kB | 25/149 kB | 14 kB | 4.1/521 kB Progress (5): 53/192 kB | 41/168 kB | 25/149 kB | 14 kB | 4.1/521 kB Progress (5): 53/192 kB | 41/168 kB | 25/149 kB | 14 kB | 8.2/521 kB Progress (5): 53/192 kB | 41/168 kB | 25/149 kB | 14 kB | 12/521 kB Progress (5): 53/192 kB | 45/168 kB | 25/149 kB | 14 kB | 12/521 kB Progress (5): 57/192 kB | 45/168 kB | 25/149 kB | 14 kB | 12/521 kB Progress (5): 57/192 kB | 45/168 kB | 29/149 kB | 14 kB | 12/521 kB Progress (5): 61/192 kB | 45/168 kB | 29/149 kB | 14 kB | 12/521 kB Progress (5): 61/192 kB | 49/168 kB | 29/149 kB | 14 kB | 12/521 kB Progress (5): 61/192 kB | 49/168 kB | 29/149 kB | 14 kB | 16/521 kB Progress (5): 66/192 kB | 49/168 kB | 29/149 kB | 14 kB | 16/521 kB Progress (5): 66/192 kB | 49/168 kB | 33/149 kB | 14 kB | 16/521 kB Progress (5): 66/192 kB | 49/168 kB | 33/149 kB | 14 kB | 20/521 kB Progress (5): 66/192 kB | 53/168 kB | 33/149 kB | 14 kB | 20/521 kB Progress (5): 66/192 kB | 53/168 kB | 33/149 kB | 14 kB | 25/521 kB Progress (5): 70/192 kB | 53/168 kB | 33/149 kB | 14 kB | 25/521 kB Progress (5): 70/192 kB | 57/168 kB | 33/149 kB | 14 kB | 25/521 kB Progress (5): 74/192 kB | 57/168 kB | 33/149 kB | 14 kB | 25/521 kB Progress (5): 74/192 kB | 57/168 kB | 37/149 kB | 14 kB | 25/521 kB Progress (5): 74/192 kB | 57/168 kB | 37/149 kB | 14 kB | 29/521 kB Progress (5): 74/192 kB | 57/168 kB | 41/149 kB | 14 kB | 29/521 kB Progress (5): 78/192 kB | 57/168 kB | 41/149 kB | 14 kB | 29/521 kB Progress (5): 78/192 kB | 61/168 kB | 41/149 kB | 14 kB | 29/521 kB Progress (5): 82/192 kB | 61/168 kB | 41/149 kB | 14 kB | 29/521 kB Progress (5): 82/192 kB | 61/168 kB | 45/149 kB | 14 kB | 29/521 kB Progress (5): 82/192 kB | 61/168 kB | 45/149 kB | 14 kB | 33/521 kB Progress (5): 82/192 kB | 61/168 kB | 49/149 kB | 14 kB | 33/521 kB Progress (5): 82/192 kB | 66/168 kB | 49/149 kB | 14 kB | 33/521 kB Progress (5): 86/192 kB | 66/168 kB | 49/149 kB | 14 kB | 33/521 kB Progress (5): 86/192 kB | 66/168 kB | 49/149 kB | 14 kB | 37/521 kB Progress (5): 90/192 kB | 66/168 kB | 49/149 kB | 14 kB | 37/521 kB Progress (5): 90/192 kB | 70/168 kB | 49/149 kB | 14 kB | 37/521 kB Progress (5): 90/192 kB | 70/168 kB | 49/149 kB | 14 kB | 41/521 kB Progress (5): 90/192 kB | 70/168 kB | 53/149 kB | 14 kB | 41/521 kB Progress (5): 90/192 kB | 70/168 kB | 53/149 kB | 14 kB | 45/521 kB Progress (5): 90/192 kB | 74/168 kB | 53/149 kB | 14 kB | 45/521 kB Progress (5): 94/192 kB | 74/168 kB | 53/149 kB | 14 kB | 45/521 kB Progress (5): 94/192 kB | 78/168 kB | 53/149 kB | 14 kB | 45/521 kB Progress (5): 94/192 kB | 78/168 kB | 53/149 kB | 14 kB | 49/521 kB Progress (5): 94/192 kB | 78/168 kB | 57/149 kB | 14 kB | 49/521 kB Progress (5): 94/192 kB | 82/168 kB | 57/149 kB | 14 kB | 49/521 kB Progress (5): 98/192 kB | 82/168 kB | 57/149 kB | 14 kB | 49/521 kB Progress (5): 98/192 kB | 82/168 kB | 57/149 kB | 14 kB | 53/521 kB Progress (5): 98/192 kB | 82/168 kB | 61/149 kB | 14 kB | 53/521 kB Progress (5): 98/192 kB | 86/168 kB | 61/149 kB | 14 kB | 53/521 kB Progress (5): 98/192 kB | 86/168 kB | 61/149 kB | 14 kB | 57/521 kB Progress (5): 98/192 kB | 90/168 kB | 61/149 kB | 14 kB | 57/521 kB Progress (5): 102/192 kB | 90/168 kB | 61/149 kB | 14 kB | 57/521 kB Progress (5): 102/192 kB | 90/168 kB | 66/149 kB | 14 kB | 57/521 kB Progress (5): 106/192 kB | 90/168 kB | 66/149 kB | 14 kB | 57/521 kB Progress (5): 106/192 kB | 94/168 kB | 66/149 kB | 14 kB | 57/521 kB Progress (5): 106/192 kB | 94/168 kB | 66/149 kB | 14 kB | 61/521 kB Progress (5): 106/192 kB | 94/168 kB | 70/149 kB | 14 kB | 61/521 kB Progress (5): 106/192 kB | 98/168 kB | 70/149 kB | 14 kB | 61/521 kB Progress (5): 111/192 kB | 98/168 kB | 70/149 kB | 14 kB | 61/521 kB Progress (5): 111/192 kB | 98/168 kB | 74/149 kB | 14 kB | 61/521 kB Progress (5): 111/192 kB | 98/168 kB | 74/149 kB | 14 kB | 66/521 kB Progress (5): 111/192 kB | 102/168 kB | 74/149 kB | 14 kB | 66/521 kB Progress (5): 111/192 kB | 102/168 kB | 78/149 kB | 14 kB | 66/521 kB Progress (5): 115/192 kB | 102/168 kB | 78/149 kB | 14 kB | 66/521 kB Progress (5): 115/192 kB | 102/168 kB | 78/149 kB | 14 kB | 70/521 kB Progress (5): 115/192 kB | 102/168 kB | 82/149 kB | 14 kB | 70/521 kB Progress (5): 115/192 kB | 106/168 kB | 82/149 kB | 14 kB | 70/521 kB Progress (5): 115/192 kB | 106/168 kB | 82/149 kB | 14 kB | 74/521 kB Progress (5): 119/192 kB | 106/168 kB | 82/149 kB | 14 kB | 74/521 kB Progress (5): 119/192 kB | 111/168 kB | 82/149 kB | 14 kB | 74/521 kB Progress (5): 119/192 kB | 111/168 kB | 86/149 kB | 14 kB | 74/521 kB Progress (5): 123/192 kB | 111/168 kB | 86/149 kB | 14 kB | 74/521 kB Progress (5): 123/192 kB | 111/168 kB | 86/149 kB | 14 kB | 78/521 kB Progress (5): 127/192 kB | 111/168 kB | 86/149 kB | 14 kB | 78/521 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar (14 kB at 136 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar Progress (4): 127/192 kB | 111/168 kB | 90/149 kB | 78/521 kB Progress (4): 127/192 kB | 115/168 kB | 90/149 kB | 78/521 kB Progress (4): 127/192 kB | 115/168 kB | 94/149 kB | 78/521 kB Progress (4): 131/192 kB | 115/168 kB | 94/149 kB | 78/521 kB Progress (4): 131/192 kB | 115/168 kB | 94/149 kB | 82/521 kB Progress (4): 131/192 kB | 119/168 kB | 94/149 kB | 82/521 kB Progress (4): 131/192 kB | 119/168 kB | 98/149 kB | 82/521 kB Progress (4): 135/192 kB | 119/168 kB | 98/149 kB | 82/521 kB Progress (4): 135/192 kB | 123/168 kB | 98/149 kB | 82/521 kB Progress (4): 139/192 kB | 123/168 kB | 98/149 kB | 82/521 kB Progress (4): 139/192 kB | 123/168 kB | 98/149 kB | 86/521 kB Progress (4): 139/192 kB | 127/168 kB | 98/149 kB | 86/521 kB Progress (4): 139/192 kB | 127/168 kB | 98/149 kB | 90/521 kB Progress (4): 139/192 kB | 127/168 kB | 102/149 kB | 90/521 kB Progress (4): 143/192 kB | 127/168 kB | 102/149 kB | 90/521 kB Progress (4): 143/192 kB | 127/168 kB | 106/149 kB | 90/521 kB Progress (4): 143/192 kB | 127/168 kB | 106/149 kB | 94/521 kB Progress (4): 143/192 kB | 131/168 kB | 106/149 kB | 94/521 kB Progress (4): 143/192 kB | 131/168 kB | 106/149 kB | 98/521 kB Progress (4): 143/192 kB | 131/168 kB | 111/149 kB | 98/521 kB Progress (4): 147/192 kB | 131/168 kB | 111/149 kB | 98/521 kB Progress (4): 147/192 kB | 135/168 kB | 111/149 kB | 98/521 kB Progress (4): 147/192 kB | 135/168 kB | 115/149 kB | 98/521 kB Progress (4): 147/192 kB | 139/168 kB | 115/149 kB | 98/521 kB Progress (4): 147/192 kB | 139/168 kB | 115/149 kB | 102/521 kB Progress (4): 152/192 kB | 139/168 kB | 115/149 kB | 102/521 kB Progress (4): 152/192 kB | 143/168 kB | 115/149 kB | 102/521 kB Progress (4): 152/192 kB | 143/168 kB | 119/149 kB | 102/521 kB Progress (4): 156/192 kB | 143/168 kB | 119/149 kB | 102/521 kB Progress (4): 156/192 kB | 143/168 kB | 119/149 kB | 106/521 kB Progress (4): 160/192 kB | 143/168 kB | 119/149 kB | 106/521 kB Progress (4): 160/192 kB | 143/168 kB | 123/149 kB | 106/521 kB Progress (4): 160/192 kB | 147/168 kB | 123/149 kB | 106/521 kB Progress (4): 160/192 kB | 147/168 kB | 127/149 kB | 106/521 kB Progress (4): 164/192 kB | 147/168 kB | 127/149 kB | 106/521 kB Progress (4): 164/192 kB | 147/168 kB | 127/149 kB | 111/521 kB Progress (4): 164/192 kB | 152/168 kB | 127/149 kB | 111/521 kB Progress (4): 164/192 kB | 152/168 kB | 131/149 kB | 111/521 kB Progress (4): 168/192 kB | 152/168 kB | 131/149 kB | 111/521 kB Progress (4): 168/192 kB | 156/168 kB | 131/149 kB | 111/521 kB Progress (4): 168/192 kB | 156/168 kB | 131/149 kB | 115/521 kB Progress (4): 168/192 kB | 156/168 kB | 135/149 kB | 115/521 kB Progress (4): 168/192 kB | 160/168 kB | 135/149 kB | 115/521 kB Progress (4): 172/192 kB | 160/168 kB | 135/149 kB | 115/521 kB Progress (4): 172/192 kB | 164/168 kB | 135/149 kB | 115/521 kB Progress (4): 172/192 kB | 164/168 kB | 139/149 kB | 115/521 kB Progress (4): 172/192 kB | 164/168 kB | 139/149 kB | 119/521 kB Progress (4): 172/192 kB | 168 kB | 139/149 kB | 119/521 kB Progress (4): 176/192 kB | 168 kB | 139/149 kB | 119/521 kB Progress (4): 176/192 kB | 168 kB | 139/149 kB | 123/521 kB Progress (4): 176/192 kB | 168 kB | 143/149 kB | 123/521 kB Progress (4): 176/192 kB | 168 kB | 143/149 kB | 127/521 kB Progress (4): 180/192 kB | 168 kB | 143/149 kB | 127/521 kB Progress (4): 180/192 kB | 168 kB | 143/149 kB | 131/521 kB Progress (4): 180/192 kB | 168 kB | 147/149 kB | 131/521 kB Progress (4): 184/192 kB | 168 kB | 147/149 kB | 131/521 kB Progress (4): 184/192 kB | 168 kB | 149 kB | 131/521 kB Progress (4): 188/192 kB | 168 kB | 149 kB | 131/521 kB Progress (4): 188/192 kB | 168 kB | 149 kB | 135/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 135/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 139/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 143/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 147/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 152/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 156/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 160/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 164/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 168/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 172/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 176/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 180/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 184/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 188/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 193/521 kB Progress (4): 192 kB | 168 kB | 149 kB | 197/521 kB Progress (5): 192 kB | 168 kB | 149 kB | 197/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 201/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 205/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 209/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 209/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 213/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 213/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 217/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 221/521 kB | 0/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 221/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 225/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 229/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 229/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 233/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 238/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 238/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 242/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 246/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 246/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 250/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 250/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 254/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 258/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 262/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 262/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 266/521 kB | 0.1/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 266/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 270/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 274/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 279/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 279/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 283/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 283/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 287/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 291/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 295/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 295/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 299/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 299/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 303/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 307/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 311/521 kB | 0.2/2.8 MB Progress (5): 192 kB | 168 kB | 149 kB | 311/521 kB | 0.2/2.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 1.2 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar (192 kB at 1.6 MB/s) Progress (3): 168 kB | 311/521 kB | 0.3/2.8 MB Progress (3): 168 kB | 315/521 kB | 0.3/2.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Progress (2): 319/521 kB | 0.3/2.8 MB Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Progress (2): 324/521 kB | 0.3/2.8 MB Progress (2): 324/521 kB | 0.3/2.8 MB Progress (2): 328/521 kB | 0.3/2.8 MB Progress (2): 328/521 kB | 0.3/2.8 MB Progress (2): 332/521 kB | 0.3/2.8 MB Progress (2): 336/521 kB | 0.3/2.8 MB Progress (2): 340/521 kB | 0.3/2.8 MB Progress (2): 340/521 kB | 0.3/2.8 MB Progress (2): 344/521 kB | 0.3/2.8 MB Progress (2): 344/521 kB | 0.3/2.8 MB Progress (2): 348/521 kB | 0.3/2.8 MB Progress (2): 352/521 kB | 0.3/2.8 MB Progress (2): 356/521 kB | 0.3/2.8 MB Progress (2): 356/521 kB | 0.3/2.8 MB Progress (2): 360/521 kB | 0.3/2.8 MB Progress (3): 360/521 kB | 0.3/2.8 MB | 2.2 kB Progress (4): 360/521 kB | 0.3/2.8 MB | 2.2 kB | 4.1/4.6 kB Progress (4): 360/521 kB | 0.3/2.8 MB | 2.2 kB | 4.6 kB Progress (4): 360/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB Progress (5): 360/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 4.1/201 kB Progress (5): 360/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 8.2/201 kB Progress (5): 360/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 8.2/201 kB Progress (5): 360/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 12/201 kB Progress (5): 360/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 16/201 kB Progress (5): 365/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 16/201 kB Progress (5): 365/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 16/201 kB Progress (5): 369/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 16/201 kB Progress (5): 373/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 16/201 kB Progress (5): 373/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 20/201 kB Progress (5): 373/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 20/201 kB Progress (5): 377/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 20/201 kB Progress (5): 377/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 25/201 kB Progress (5): 377/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 29/201 kB Progress (5): 377/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 29/201 kB Progress (5): 377/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 33/201 kB Progress (5): 381/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 33/201 kB Progress (5): 385/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 33/201 kB Progress (5): 385/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 33/201 kB Progress (5): 389/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 33/201 kB Progress (5): 389/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 37/201 kB Progress (5): 393/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 37/201 kB Progress (5): 393/521 kB | 0.4/2.8 MB | 2.2 kB | 4.6 kB | 41/201 kB Progress (5): 393/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 41/201 kB Progress (5): 393/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 45/201 kB Progress (5): 393/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 49/201 kB Progress (5): 397/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 49/201 kB Progress (5): 397/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 49/201 kB Progress (5): 401/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 49/201 kB Progress (5): 406/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 49/201 kB Progress (5): 406/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 53/201 kB Progress (5): 406/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 53/201 kB Progress (5): 410/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 53/201 kB Progress (5): 410/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 57/201 kB Progress (5): 410/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 61/201 kB Progress (5): 410/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 61/201 kB Progress (5): 410/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 66/201 kB Progress (5): 414/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 66/201 kB Progress (5): 418/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 66/201 kB Progress (5): 422/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 66/201 kB Progress (5): 422/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 66/201 kB Progress (5): 422/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 70/201 kB Progress (5): 426/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 70/201 kB Progress (5): 426/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 74/201 kB Progress (5): 426/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 74/201 kB Progress (5): 426/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 78/201 kB Progress (5): 426/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 82/201 kB Progress (5): 430/521 kB | 0.5/2.8 MB | 2.2 kB | 4.6 kB | 82/201 kB Progress (5): 430/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 82/201 kB Progress (5): 434/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 82/201 kB Progress (5): 438/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 82/201 kB Progress (5): 438/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 86/201 kB Progress (5): 438/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 86/201 kB Progress (5): 442/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 86/201 kB Progress (5): 442/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 90/201 kB Progress (5): 442/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 94/201 kB Progress (5): 442/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 94/201 kB Progress (5): 442/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 98/201 kB Progress (5): 446/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 98/201 kB Progress (5): 451/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 98/201 kB Progress (5): 451/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 98/201 kB Progress (5): 455/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 98/201 kB Progress (5): 455/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 102/201 kB Progress (5): 459/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 102/201 kB Progress (5): 459/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 106/201 kB Progress (5): 459/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 106/201 kB Progress (5): 459/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 111/201 kB Progress (5): 459/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 115/201 kB Progress (5): 463/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 115/201 kB Progress (5): 463/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 115/201 kB Progress (5): 467/521 kB | 0.6/2.8 MB | 2.2 kB | 4.6 kB | 115/201 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 23 kB/s) Progress (4): 467/521 kB | 0.7/2.8 MB | 2.2 kB | 115/201 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 11 kB/s) Progress (3): 471/521 kB | 0.7/2.8 MB | 115/201 kB Progress (3): 471/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 471/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 475/521 kB | 0.7/2.8 MB | 119/201 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar Progress (3): 475/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 479/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 483/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 487/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 492/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 492/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 496/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 500/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 504/521 kB | 0.7/2.8 MB | 119/201 kB Progress (3): 504/521 kB | 0.7/2.8 MB | 123/201 kB Progress (3): 508/521 kB | 0.7/2.8 MB | 123/201 kB Progress (3): 508/521 kB | 0.7/2.8 MB | 123/201 kB Progress (3): 508/521 kB | 0.7/2.8 MB | 127/201 kB Progress (3): 508/521 kB | 0.7/2.8 MB | 131/201 kB Progress (3): 512/521 kB | 0.7/2.8 MB | 131/201 kB Progress (3): 516/521 kB | 0.7/2.8 MB | 131/201 kB Progress (3): 520/521 kB | 0.7/2.8 MB | 131/201 kB Progress (3): 521 kB | 0.7/2.8 MB | 131/201 kB Progress (3): 521 kB | 0.7/2.8 MB | 131/201 kB Progress (3): 521 kB | 0.7/2.8 MB | 135/201 kB Progress (3): 521 kB | 0.7/2.8 MB | 139/201 kB Progress (3): 521 kB | 0.7/2.8 MB | 143/201 kB Progress (3): 521 kB | 0.7/2.8 MB | 147/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 147/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 152/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 156/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 160/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 164/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 164/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 168/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 172/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 172/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 176/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 180/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 180/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 184/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 188/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 193/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 197/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 197/201 kB Progress (3): 521 kB | 0.8/2.8 MB | 201 kB Progress (3): 521 kB | 0.8/2.8 MB | 201 kB Progress (3): 521 kB | 0.9/2.8 MB | 201 kB Progress (3): 521 kB | 0.9/2.8 MB | 201 kB Progress (3): 521 kB | 0.9/2.8 MB | 201 kB Progress (3): 521 kB | 0.9/2.8 MB | 201 kB Progress (3): 521 kB | 0.9/2.8 MB | 201 kB Progress (3): 521 kB | 0.9/2.8 MB | 201 kB Progress (3): 521 kB | 1.0/2.8 MB | 201 kB Progress (3): 521 kB | 1.0/2.8 MB | 201 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 4.1/53 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 8.2/53 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 8.2/53 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 12/53 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 16/53 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 16/53 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 20/53 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 25/53 kB Progress (4): 521 kB | 1.0/2.8 MB | 201 kB | 29/53 kB Progress (5): 521 kB | 1.0/2.8 MB | 201 kB | 29/53 kB | 4.1/262 kB Progress (5): 521 kB | 1.0/2.8 MB | 201 kB | 33/53 kB | 4.1/262 kB Progress (5): 521 kB | 1.0/2.8 MB | 201 kB | 33/53 kB | 8.2/262 kB Progress (5): 521 kB | 1.0/2.8 MB | 201 kB | 33/53 kB | 8.2/262 kB Progress (5): 521 kB | 1.0/2.8 MB | 201 kB | 33/53 kB | 12/262 kB Progress (5): 521 kB | 1.0/2.8 MB | 201 kB | 37/53 kB | 12/262 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 2.4 MB/s) Progress (4): 1.0/2.8 MB | 201 kB | 37/53 kB | 12/262 kB Progress (4): 1.0/2.8 MB | 201 kB | 41/53 kB | 12/262 kB Progress (4): 1.0/2.8 MB | 201 kB | 41/53 kB | 16/262 kB Progress (4): 1.0/2.8 MB | 201 kB | 45/53 kB | 16/262 kB Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar Progress (4): 1.1/2.8 MB | 201 kB | 45/53 kB | 16/262 kB Progress (4): 1.1/2.8 MB | 201 kB | 49/53 kB | 16/262 kB Progress (4): 1.1/2.8 MB | 201 kB | 49/53 kB | 20/262 kB Progress (4): 1.1/2.8 MB | 201 kB | 53 kB | 20/262 kB Progress (4): 1.1/2.8 MB | 201 kB | 53 kB | 25/262 kB Progress (4): 1.1/2.8 MB | 201 kB | 53 kB | 29/262 kB Progress (4): 1.1/2.8 MB | 201 kB | 53 kB | 29/262 kB Progress (4): 1.1/2.8 MB | 201 kB | 53 kB | 33/262 kB Progress (4): 1.1/2.8 MB | 201 kB | 53 kB | 33/262 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar (201 kB at 916 kB/s) Progress (3): 1.1/2.8 MB | 53 kB | 37/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 37/262 kB Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (3): 1.1/2.8 MB | 53 kB | 41/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 45/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 45/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 49/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 49/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 53/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 57/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 61/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 61/262 kB Progress (3): 1.1/2.8 MB | 53 kB | 66/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 66/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 70/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 74/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 78/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 78/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 82/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 82/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 86/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 90/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 94/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 94/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 98/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 98/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 102/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 102/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 106/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 111/262 kB Progress (3): 1.2/2.8 MB | 53 kB | 115/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 115/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 119/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 119/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 123/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 127/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 131/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 131/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 135/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 135/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 139/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 143/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 147/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 147/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 147/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 152/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 156/262 kB Progress (3): 1.3/2.8 MB | 53 kB | 160/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 160/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 164/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 164/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 164/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 168/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 168/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 172/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 176/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 180/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 180/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 184/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 184/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 188/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 193/262 kB Progress (3): 1.4/2.8 MB | 53 kB | 197/262 kB Progress (3): 1.5/2.8 MB | 53 kB | 197/262 kB Progress (4): 1.5/2.8 MB | 53 kB | 197/262 kB | 4.1/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 197/262 kB | 4.1/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 197/262 kB | 8.2/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 197/262 kB | 12/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 201/262 kB | 12/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 201/262 kB | 16/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 201/262 kB | 16/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 205/262 kB | 16/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 209/262 kB | 16/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 209/262 kB | 20/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 213/262 kB | 20/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 213/262 kB | 20/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 213/262 kB | 25/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 217/262 kB | 25/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 217/262 kB | 29/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 217/262 kB | 33/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 217/262 kB | 33/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 221/262 kB | 33/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 225/262 kB | 33/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 225/262 kB | 37/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 229/262 kB | 37/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 229/262 kB | 37/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 229/262 kB | 41/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 233/262 kB | 41/45 kB Progress (4): 1.5/2.8 MB | 53 kB | 233/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 233/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 238/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 242/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 246/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 250/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 250/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 254/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 258/262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.6/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.7/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.7/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.7/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.7/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.7/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.7/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.8/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.8/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.8/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.8/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.8/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.8/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.9/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.9/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.9/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.9/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.9/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 1.9/2.8 MB | 53 kB | 262 kB | 45 kB Progress (4): 2.0/2.8 MB | 53 kB | 262 kB | 45 kB Progress (5): 2.0/2.8 MB | 53 kB | 262 kB | 45 kB | 4.1/205 kB Progress (5): 2.0/2.8 MB | 53 kB | 262 kB | 45 kB | 8.2/205 kB Progress (5): 2.0/2.8 MB | 53 kB | 262 kB | 45 kB | 12/205 kB Progress (5): 2.0/2.8 MB | 53 kB | 262 kB | 45 kB | 16/205 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 180 kB/s) Progress (4): 2.0/2.8 MB | 262 kB | 45 kB | 20/205 kB Progress (4): 2.0/2.8 MB | 262 kB | 45 kB | 20/205 kB Progress (4): 2.0/2.8 MB | 262 kB | 45 kB | 25/205 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 149 kB/s) Progress (3): 2.0/2.8 MB | 262 kB | 29/205 kB Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (3): 2.0/2.8 MB | 262 kB | 29/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 33/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 33/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 37/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 41/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 45/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 45/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 49/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 49/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 53/205 kB Progress (3): 2.0/2.8 MB | 262 kB | 57/205 kB Progress (3): 2.1/2.8 MB | 262 kB | 57/205 kB Progress (3): 2.1/2.8 MB | 262 kB | 57/205 kB Progress (3): 2.1/2.8 MB | 262 kB | 61/205 kB Progress (3): 2.1/2.8 MB | 262 kB | 66/205 kB Progress (3): 2.1/2.8 MB | 262 kB | 66/205 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 861 kB/s) Progress (2): 2.1/2.8 MB | 70/205 kB Progress (2): 2.1/2.8 MB | 70/205 kB Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar Progress (2): 2.1/2.8 MB | 74/205 kB Progress (2): 2.1/2.8 MB | 78/205 kB Progress (2): 2.1/2.8 MB | 82/205 kB Progress (2): 2.1/2.8 MB | 82/205 kB Progress (2): 2.1/2.8 MB | 86/205 kB Progress (2): 2.1/2.8 MB | 86/205 kB Progress (2): 2.1/2.8 MB | 90/205 kB Progress (2): 2.1/2.8 MB | 94/205 kB Progress (2): 2.1/2.8 MB | 98/205 kB Progress (2): 2.1/2.8 MB | 98/205 kB Progress (2): 2.1/2.8 MB | 102/205 kB Progress (2): 2.2/2.8 MB | 102/205 kB Progress (2): 2.2/2.8 MB | 106/205 kB Progress (2): 2.2/2.8 MB | 111/205 kB Progress (2): 2.2/2.8 MB | 115/205 kB Progress (2): 2.2/2.8 MB | 115/205 kB Progress (2): 2.2/2.8 MB | 119/205 kB Progress (2): 2.2/2.8 MB | 123/205 kB Progress (2): 2.2/2.8 MB | 127/205 kB Progress (2): 2.2/2.8 MB | 127/205 kB Progress (2): 2.2/2.8 MB | 131/205 kB Progress (2): 2.2/2.8 MB | 135/205 kB Progress (2): 2.2/2.8 MB | 135/205 kB Progress (2): 2.2/2.8 MB | 139/205 kB Progress (2): 2.2/2.8 MB | 143/205 kB Progress (2): 2.2/2.8 MB | 147/205 kB Progress (2): 2.2/2.8 MB | 147/205 kB Progress (2): 2.2/2.8 MB | 152/205 kB Progress (2): 2.2/2.8 MB | 156/205 kB Progress (2): 2.2/2.8 MB | 160/205 kB Progress (2): 2.2/2.8 MB | 164/205 kB Progress (2): 2.2/2.8 MB | 164/205 kB Progress (2): 2.2/2.8 MB | 168/205 kB Progress (2): 2.2/2.8 MB | 172/205 kB Progress (2): 2.3/2.8 MB | 172/205 kB Progress (2): 2.3/2.8 MB | 176/205 kB Progress (2): 2.3/2.8 MB | 180/205 kB Progress (2): 2.3/2.8 MB | 180/205 kB Progress (2): 2.3/2.8 MB | 184/205 kB Progress (2): 2.3/2.8 MB | 188/205 kB Progress (2): 2.3/2.8 MB | 193/205 kB Progress (2): 2.3/2.8 MB | 197/205 kB Progress (2): 2.3/2.8 MB | 197/205 kB Progress (2): 2.3/2.8 MB | 201/205 kB Progress (2): 2.3/2.8 MB | 205/205 kB Progress (2): 2.3/2.8 MB | 205 kB Progress (2): 2.3/2.8 MB | 205 kB Progress (2): 2.3/2.8 MB | 205 kB Progress (3): 2.3/2.8 MB | 205 kB | 4.1/13 kB Progress (3): 2.3/2.8 MB | 205 kB | 4.1/13 kB Progress (3): 2.3/2.8 MB | 205 kB | 8.2/13 kB Progress (3): 2.3/2.8 MB | 205 kB | 12/13 kB Progress (3): 2.3/2.8 MB | 205 kB | 13 kB Progress (4): 2.3/2.8 MB | 205 kB | 13 kB | 4.1/28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 4.1/28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 8.2/28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 12/28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 16/28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 16/28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 20/28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 25/28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 28 kB Progress (4): 2.4/2.8 MB | 205 kB | 13 kB | 28 kB Progress (4): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB Progress (4): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB Progress (4): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 4.1/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 8.2/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 8.2/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 12/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 16/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 16/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 20/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 25/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 29/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 29/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 33/41 kB Progress (5): 2.5/2.8 MB | 205 kB | 13 kB | 28 kB | 37/41 kB Progress (5): 2.6/2.8 MB | 205 kB | 13 kB | 28 kB | 37/41 kB Progress (5): 2.6/2.8 MB | 205 kB | 13 kB | 28 kB | 41/41 kB Progress (5): 2.6/2.8 MB | 205 kB | 13 kB | 28 kB | 41 kB Progress (5): 2.6/2.8 MB | 205 kB | 13 kB | 28 kB | 41 kB Progress (5): 2.6/2.8 MB | 205 kB | 13 kB | 28 kB | 41 kB Progress (5): 2.6/2.8 MB | 205 kB | 13 kB | 28 kB | 41 kB Progress (5): 2.6/2.8 MB | 205 kB | 13 kB | 28 kB | 41 kB Progress (5): 2.6/2.8 MB | 205 kB | 13 kB | 28 kB | 41 kB Progress (5): 2.7/2.8 MB | 205 kB | 13 kB | 28 kB | 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 642 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 42 kB/s) Progress (3): 2.7/2.8 MB | 28 kB | 41 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar Progress (3): 2.7/2.8 MB | 28 kB | 41 kB Progress (3): 2.7/2.8 MB | 28 kB | 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 86 kB/s) Progress (2): 2.7/2.8 MB | 41 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar Progress (2): 2.7/2.8 MB | 41 kB Progress (2): 2.8/2.8 MB | 41 kB Progress (2): 2.8 MB | 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 127 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar Progress (2): 2.8 MB | 4.1/54 kB Progress (2): 2.8 MB | 8.2/54 kB Progress (2): 2.8 MB | 12/54 kB Progress (2): 2.8 MB | 16/54 kB Progress (2): 2.8 MB | 20/54 kB Progress (2): 2.8 MB | 25/54 kB Progress (2): 2.8 MB | 29/54 kB Progress (2): 2.8 MB | 33/54 kB Progress (2): 2.8 MB | 37/54 kB Progress (2): 2.8 MB | 41/54 kB Progress (2): 2.8 MB | 45/54 kB Progress (2): 2.8 MB | 49/54 kB Progress (3): 2.8 MB | 49/54 kB | 4.1/502 kB Progress (3): 2.8 MB | 53/54 kB | 4.1/502 kB Progress (3): 2.8 MB | 53/54 kB | 8.2/502 kB Progress (3): 2.8 MB | 54 kB | 8.2/502 kB Progress (3): 2.8 MB | 54 kB | 12/502 kB Progress (3): 2.8 MB | 54 kB | 16/502 kB Progress (4): 2.8 MB | 54 kB | 16/502 kB | 4.1/288 kB Progress (4): 2.8 MB | 54 kB | 20/502 kB | 4.1/288 kB Progress (4): 2.8 MB | 54 kB | 20/502 kB | 8.2/288 kB Progress (4): 2.8 MB | 54 kB | 25/502 kB | 8.2/288 kB Progress (4): 2.8 MB | 54 kB | 25/502 kB | 12/288 kB Progress (4): 2.8 MB | 54 kB | 29/502 kB | 12/288 kB Progress (4): 2.8 MB | 54 kB | 29/502 kB | 16/288 kB Progress (4): 2.8 MB | 54 kB | 33/502 kB | 16/288 kB Progress (4): 2.8 MB | 54 kB | 33/502 kB | 20/288 kB Progress (4): 2.8 MB | 54 kB | 37/502 kB | 20/288 kB Progress (4): 2.8 MB | 54 kB | 37/502 kB | 25/288 kB Progress (4): 2.8 MB | 54 kB | 41/502 kB | 25/288 kB Progress (4): 2.8 MB | 54 kB | 41/502 kB | 29/288 kB Progress (4): 2.8 MB | 54 kB | 45/502 kB | 29/288 kB Progress (4): 2.8 MB | 54 kB | 45/502 kB | 33/288 kB Progress (4): 2.8 MB | 54 kB | 49/502 kB | 33/288 kB Progress (4): 2.8 MB | 54 kB | 49/502 kB | 37/288 kB Progress (4): 2.8 MB | 54 kB | 53/502 kB | 37/288 kB Progress (4): 2.8 MB | 54 kB | 53/502 kB | 41/288 kB Progress (4): 2.8 MB | 54 kB | 57/502 kB | 41/288 kB Progress (4): 2.8 MB | 54 kB | 57/502 kB | 45/288 kB Progress (4): 2.8 MB | 54 kB | 61/502 kB | 45/288 kB Progress (4): 2.8 MB | 54 kB | 61/502 kB | 49/288 kB Progress (4): 2.8 MB | 54 kB | 66/502 kB | 49/288 kB Progress (4): 2.8 MB | 54 kB | 66/502 kB | 53/288 kB Progress (4): 2.8 MB | 54 kB | 70/502 kB | 53/288 kB Progress (4): 2.8 MB | 54 kB | 70/502 kB | 57/288 kB Progress (4): 2.8 MB | 54 kB | 74/502 kB | 57/288 kB Progress (4): 2.8 MB | 54 kB | 74/502 kB | 61/288 kB Progress (4): 2.8 MB | 54 kB | 78/502 kB | 61/288 kB Progress (4): 2.8 MB | 54 kB | 78/502 kB | 66/288 kB Progress (4): 2.8 MB | 54 kB | 82/502 kB | 66/288 kB Progress (4): 2.8 MB | 54 kB | 82/502 kB | 70/288 kB Progress (4): 2.8 MB | 54 kB | 86/502 kB | 70/288 kB Progress (4): 2.8 MB | 54 kB | 86/502 kB | 74/288 kB Progress (4): 2.8 MB | 54 kB | 90/502 kB | 74/288 kB Progress (4): 2.8 MB | 54 kB | 90/502 kB | 78/288 kB Progress (4): 2.8 MB | 54 kB | 94/502 kB | 78/288 kB Progress (4): 2.8 MB | 54 kB | 98/502 kB | 78/288 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 78/288 kB | 4.1/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 82/288 kB | 4.1/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 82/288 kB | 8.2/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 82/288 kB | 12/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 82/288 kB | 16/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 86/288 kB | 16/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 90/288 kB | 16/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 94/288 kB | 16/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 94/288 kB | 20/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 98/288 kB | 20/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 98/288 kB | 25/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 98/288 kB | 29/58 kB Progress (5): 2.8 MB | 54 kB | 98/502 kB | 98/288 kB | 33/58 kB Progress (5): 2.8 MB | 54 kB | 102/502 kB | 98/288 kB | 33/58 kB Progress (5): 2.8 MB | 54 kB | 102/502 kB | 102/288 kB | 33/58 kB Progress (5): 2.8 MB | 54 kB | 106/502 kB | 102/288 kB | 33/58 kB Progress (5): 2.8 MB | 54 kB | 106/502 kB | 102/288 kB | 37/58 kB Progress (5): 2.8 MB | 54 kB | 106/502 kB | 106/288 kB | 37/58 kB Progress (5): 2.8 MB | 54 kB | 106/502 kB | 106/288 kB | 41/58 kB Progress (5): 2.8 MB | 54 kB | 111/502 kB | 106/288 kB | 41/58 kB Progress (5): 2.8 MB | 54 kB | 111/502 kB | 106/288 kB | 45/58 kB Progress (5): 2.8 MB | 54 kB | 111/502 kB | 111/288 kB | 45/58 kB Progress (5): 2.8 MB | 54 kB | 111/502 kB | 111/288 kB | 49/58 kB Progress (5): 2.8 MB | 54 kB | 115/502 kB | 111/288 kB | 49/58 kB Progress (5): 2.8 MB | 54 kB | 115/502 kB | 115/288 kB | 49/58 kB Progress (5): 2.8 MB | 54 kB | 115/502 kB | 115/288 kB | 53/58 kB Progress (5): 2.8 MB | 54 kB | 115/502 kB | 115/288 kB | 57/58 kB Progress (5): 2.8 MB | 54 kB | 115/502 kB | 119/288 kB | 57/58 kB Progress (5): 2.8 MB | 54 kB | 119/502 kB | 119/288 kB | 57/58 kB Progress (5): 2.8 MB | 54 kB | 119/502 kB | 123/288 kB | 57/58 kB Progress (5): 2.8 MB | 54 kB | 119/502 kB | 123/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 119/502 kB | 127/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 123/502 kB | 127/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 123/502 kB | 131/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 127/502 kB | 131/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 131/502 kB | 131/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 131/502 kB | 135/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 131/502 kB | 139/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 135/502 kB | 139/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 135/502 kB | 143/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 139/502 kB | 143/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 139/502 kB | 147/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 143/502 kB | 147/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 147/502 kB | 147/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 147/502 kB | 152/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 147/502 kB | 156/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 152/502 kB | 156/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 152/502 kB | 160/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 156/502 kB | 160/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 156/502 kB | 164/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 160/502 kB | 164/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 164/502 kB | 164/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 164/502 kB | 168/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 164/502 kB | 172/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 168/502 kB | 172/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 168/502 kB | 176/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 172/502 kB | 176/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 172/502 kB | 180/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 176/502 kB | 180/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 180/502 kB | 180/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 180/502 kB | 184/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 180/502 kB | 188/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 180/502 kB | 193/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 184/502 kB | 193/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 184/502 kB | 197/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 188/502 kB | 197/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 193/502 kB | 197/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 197/502 kB | 197/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 197/502 kB | 201/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 197/502 kB | 205/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 197/502 kB | 209/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 197/502 kB | 213/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 201/502 kB | 213/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 205/502 kB | 213/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 209/502 kB | 213/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 209/502 kB | 217/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 213/502 kB | 217/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 213/502 kB | 221/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 213/502 kB | 225/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 213/502 kB | 229/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 217/502 kB | 229/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 217/502 kB | 233/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 221/502 kB | 233/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 221/502 kB | 238/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 225/502 kB | 238/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 225/502 kB | 242/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 242/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 246/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 250/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 254/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 258/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 262/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 266/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 270/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 274/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 229/502 kB | 278/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 233/502 kB | 278/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 238/502 kB | 278/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 238/502 kB | 282/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 242/502 kB | 282/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 242/502 kB | 286/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 246/502 kB | 286/288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 246/502 kB | 288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 250/502 kB | 288 kB | 58 kB Progress (5): 2.8 MB | 54 kB | 254/502 kB | 288 kB | 58 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 154 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar (58 kB at 165 kB/s) Progress (3): 2.8 MB | 258/502 kB | 288 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar (2.8 MB at 7.9 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar Progress (2): 262/502 kB | 288 kB Progress (2): 266/502 kB | 288 kB Progress (2): 270/502 kB | 288 kB Progress (2): 274/502 kB | 288 kB Progress (2): 279/502 kB | 288 kB Progress (2): 283/502 kB | 288 kB Progress (2): 287/502 kB | 288 kB Progress (3): 287/502 kB | 288 kB | 4.1/66 kB Progress (3): 287/502 kB | 288 kB | 8.2/66 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar (288 kB at 731 kB/s) Progress (2): 287/502 kB | 12/66 kB Progress (3): 287/502 kB | 12/66 kB | 4.1/27 kB Progress (3): 291/502 kB | 12/66 kB | 4.1/27 kB Progress (3): 291/502 kB | 12/66 kB | 8.2/27 kB Progress (3): 291/502 kB | 16/66 kB | 8.2/27 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar Progress (3): 291/502 kB | 20/66 kB | 8.2/27 kB Progress (3): 291/502 kB | 25/66 kB | 8.2/27 kB Progress (3): 291/502 kB | 25/66 kB | 12/27 kB Progress (3): 295/502 kB | 25/66 kB | 12/27 kB Progress (3): 295/502 kB | 25/66 kB | 16/27 kB Progress (3): 295/502 kB | 29/66 kB | 16/27 kB Progress (3): 295/502 kB | 33/66 kB | 16/27 kB Progress (3): 295/502 kB | 33/66 kB | 20/27 kB Progress (3): 299/502 kB | 33/66 kB | 20/27 kB Progress (3): 299/502 kB | 33/66 kB | 25/27 kB Progress (3): 303/502 kB | 33/66 kB | 25/27 kB Progress (3): 303/502 kB | 33/66 kB | 27 kB Progress (3): 303/502 kB | 37/66 kB | 27 kB Progress (3): 307/502 kB | 37/66 kB | 27 kB Progress (3): 307/502 kB | 41/66 kB | 27 kB Progress (3): 311/502 kB | 41/66 kB | 27 kB Progress (3): 311/502 kB | 45/66 kB | 27 kB Progress (3): 311/502 kB | 49/66 kB | 27 kB Progress (3): 311/502 kB | 53/66 kB | 27 kB Progress (3): 315/502 kB | 53/66 kB | 27 kB Progress (3): 315/502 kB | 57/66 kB | 27 kB Progress (3): 319/502 kB | 57/66 kB | 27 kB Progress (3): 319/502 kB | 61/66 kB | 27 kB Progress (3): 324/502 kB | 61/66 kB | 27 kB Progress (3): 324/502 kB | 66/66 kB | 27 kB Progress (3): 328/502 kB | 66/66 kB | 27 kB Progress (3): 328/502 kB | 66 kB | 27 kB Progress (3): 332/502 kB | 66 kB | 27 kB Progress (3): 336/502 kB | 66 kB | 27 kB Progress (3): 340/502 kB | 66 kB | 27 kB Progress (3): 344/502 kB | 66 kB | 27 kB Progress (3): 348/502 kB | 66 kB | 27 kB Progress (3): 352/502 kB | 66 kB | 27 kB Progress (3): 356/502 kB | 66 kB | 27 kB Progress (3): 360/502 kB | 66 kB | 27 kB Progress (3): 365/502 kB | 66 kB | 27 kB Progress (3): 369/502 kB | 66 kB | 27 kB Progress (3): 373/502 kB | 66 kB | 27 kB Progress (3): 377/502 kB | 66 kB | 27 kB Progress (3): 381/502 kB | 66 kB | 27 kB Progress (3): 385/502 kB | 66 kB | 27 kB Progress (3): 389/502 kB | 66 kB | 27 kB Progress (3): 393/502 kB | 66 kB | 27 kB Progress (3): 397/502 kB | 66 kB | 27 kB Progress (3): 401/502 kB | 66 kB | 27 kB Progress (3): 406/502 kB | 66 kB | 27 kB Progress (3): 410/502 kB | 66 kB | 27 kB Progress (3): 414/502 kB | 66 kB | 27 kB Progress (3): 418/502 kB | 66 kB | 27 kB Progress (3): 422/502 kB | 66 kB | 27 kB Progress (3): 426/502 kB | 66 kB | 27 kB Progress (3): 430/502 kB | 66 kB | 27 kB Progress (3): 434/502 kB | 66 kB | 27 kB Progress (4): 434/502 kB | 66 kB | 27 kB | 4.1/181 kB Progress (4): 438/502 kB | 66 kB | 27 kB | 4.1/181 kB Progress (4): 438/502 kB | 66 kB | 27 kB | 8.2/181 kB Progress (4): 442/502 kB | 66 kB | 27 kB | 8.2/181 kB Progress (4): 442/502 kB | 66 kB | 27 kB | 12/181 kB Progress (5): 442/502 kB | 66 kB | 27 kB | 12/181 kB | 4.1/85 kB Progress (5): 442/502 kB | 66 kB | 27 kB | 16/181 kB | 4.1/85 kB Progress (5): 442/502 kB | 66 kB | 27 kB | 16/181 kB | 8.2/85 kB Progress (5): 442/502 kB | 66 kB | 27 kB | 16/181 kB | 12/85 kB Progress (5): 446/502 kB | 66 kB | 27 kB | 16/181 kB | 12/85 kB Progress (5): 446/502 kB | 66 kB | 27 kB | 20/181 kB | 12/85 kB Progress (5): 446/502 kB | 66 kB | 27 kB | 20/181 kB | 16/85 kB Progress (5): 446/502 kB | 66 kB | 27 kB | 25/181 kB | 16/85 kB Progress (5): 451/502 kB | 66 kB | 27 kB | 25/181 kB | 16/85 kB Progress (5): 451/502 kB | 66 kB | 27 kB | 29/181 kB | 16/85 kB Progress (5): 451/502 kB | 66 kB | 27 kB | 29/181 kB | 20/85 kB Progress (5): 455/502 kB | 66 kB | 27 kB | 29/181 kB | 20/85 kB Progress (5): 455/502 kB | 66 kB | 27 kB | 29/181 kB | 25/85 kB Progress (5): 455/502 kB | 66 kB | 27 kB | 33/181 kB | 25/85 kB Progress (5): 455/502 kB | 66 kB | 27 kB | 33/181 kB | 29/85 kB Progress (5): 459/502 kB | 66 kB | 27 kB | 33/181 kB | 29/85 kB Progress (5): 459/502 kB | 66 kB | 27 kB | 33/181 kB | 33/85 kB Progress (5): 459/502 kB | 66 kB | 27 kB | 37/181 kB | 33/85 kB Progress (5): 459/502 kB | 66 kB | 27 kB | 41/181 kB | 33/85 kB Progress (5): 459/502 kB | 66 kB | 27 kB | 45/181 kB | 33/85 kB Progress (5): 459/502 kB | 66 kB | 27 kB | 45/181 kB | 37/85 kB Progress (5): 463/502 kB | 66 kB | 27 kB | 45/181 kB | 37/85 kB Progress (5): 463/502 kB | 66 kB | 27 kB | 49/181 kB | 37/85 kB Progress (5): 467/502 kB | 66 kB | 27 kB | 49/181 kB | 37/85 kB Progress (5): 467/502 kB | 66 kB | 27 kB | 49/181 kB | 41/85 kB Progress (5): 471/502 kB | 66 kB | 27 kB | 49/181 kB | 41/85 kB Progress (5): 471/502 kB | 66 kB | 27 kB | 49/181 kB | 45/85 kB Progress (5): 471/502 kB | 66 kB | 27 kB | 53/181 kB | 45/85 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar (66 kB at 163 kB/s) Progress (4): 475/502 kB | 27 kB | 53/181 kB | 45/85 kB Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar (27 kB at 67 kB/s) Progress (3): 475/502 kB | 57/181 kB | 45/85 kB Progress (3): 475/502 kB | 57/181 kB | 49/85 kB Progress (3): 475/502 kB | 61/181 kB | 49/85 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.jar Progress (3): 479/502 kB | 61/181 kB | 49/85 kB Progress (3): 479/502 kB | 61/181 kB | 53/85 kB Progress (3): 479/502 kB | 66/181 kB | 53/85 kB Progress (3): 479/502 kB | 66/181 kB | 57/85 kB Progress (3): 483/502 kB | 66/181 kB | 57/85 kB Progress (3): 483/502 kB | 66/181 kB | 61/85 kB Progress (3): 487/502 kB | 66/181 kB | 61/85 kB Progress (3): 487/502 kB | 70/181 kB | 61/85 kB Progress (3): 487/502 kB | 70/181 kB | 66/85 kB Progress (3): 487/502 kB | 74/181 kB | 66/85 kB Progress (3): 492/502 kB | 74/181 kB | 66/85 kB Progress (3): 492/502 kB | 78/181 kB | 66/85 kB Progress (3): 492/502 kB | 82/181 kB | 66/85 kB Progress (3): 492/502 kB | 82/181 kB | 70/85 kB Progress (3): 492/502 kB | 82/181 kB | 74/85 kB Progress (3): 496/502 kB | 82/181 kB | 74/85 kB Progress (3): 496/502 kB | 86/181 kB | 74/85 kB Progress (3): 496/502 kB | 86/181 kB | 78/85 kB Progress (3): 496/502 kB | 90/181 kB | 78/85 kB Progress (3): 500/502 kB | 90/181 kB | 78/85 kB Progress (3): 500/502 kB | 94/181 kB | 78/85 kB Progress (3): 500/502 kB | 94/181 kB | 82/85 kB Progress (3): 500/502 kB | 98/181 kB | 82/85 kB Progress (3): 502 kB | 98/181 kB | 82/85 kB Progress (3): 502 kB | 98/181 kB | 85 kB Progress (3): 502 kB | 102/181 kB | 85 kB Progress (3): 502 kB | 106/181 kB | 85 kB Progress (3): 502 kB | 111/181 kB | 85 kB Progress (3): 502 kB | 115/181 kB | 85 kB Progress (3): 502 kB | 119/181 kB | 85 kB Progress (3): 502 kB | 123/181 kB | 85 kB Progress (3): 502 kB | 127/181 kB | 85 kB Progress (3): 502 kB | 131/181 kB | 85 kB Progress (3): 502 kB | 135/181 kB | 85 kB Progress (3): 502 kB | 139/181 kB | 85 kB Progress (3): 502 kB | 143/181 kB | 85 kB Progress (3): 502 kB | 147/181 kB | 85 kB Progress (3): 502 kB | 152/181 kB | 85 kB Progress (3): 502 kB | 156/181 kB | 85 kB Progress (3): 502 kB | 160/181 kB | 85 kB Progress (3): 502 kB | 164/181 kB | 85 kB Progress (3): 502 kB | 168/181 kB | 85 kB Progress (3): 502 kB | 172/181 kB | 85 kB Progress (3): 502 kB | 176/181 kB | 85 kB Progress (3): 502 kB | 180/181 kB | 85 kB Progress (3): 502 kB | 181 kB | 85 kB Progress (4): 502 kB | 181 kB | 85 kB | 4.1/4.2 kB Progress (4): 502 kB | 181 kB | 85 kB | 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar (181 kB at 427 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 9.8 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/takari/aether/aether-connector-okhttp/0.17.8/aether-connector-okhttp-0.17.8.jar Progress (2): 85 kB | 4.1/44 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 196 kB/s) Progress (1): 8.2/44 kB Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.jar Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 25/44 kB Progress (1): 29/44 kB Progress (1): 33/44 kB Progress (1): 37/44 kB Progress (1): 41/44 kB Progress (1): 44 kB Progress (2): 44 kB | 4.1/37 kB Progress (2): 44 kB | 8.2/37 kB Progress (2): 44 kB | 12/37 kB Progress (2): 44 kB | 16/37 kB Progress (2): 44 kB | 20/37 kB Progress (2): 44 kB | 25/37 kB Progress (2): 44 kB | 29/37 kB Progress (2): 44 kB | 33/37 kB Progress (3): 44 kB | 33/37 kB | 4.1/52 kB Progress (3): 44 kB | 37 kB | 4.1/52 kB Progress (3): 44 kB | 37 kB | 8.2/52 kB Progress (3): 44 kB | 37 kB | 12/52 kB Progress (3): 44 kB | 37 kB | 16/52 kB Progress (4): 44 kB | 37 kB | 16/52 kB | 4.1/31 kB Progress (4): 44 kB | 37 kB | 20/52 kB | 4.1/31 kB Progress (4): 44 kB | 37 kB | 20/52 kB | 8.2/31 kB Progress (4): 44 kB | 37 kB | 25/52 kB | 8.2/31 kB Progress (4): 44 kB | 37 kB | 25/52 kB | 12/31 kB Progress (4): 44 kB | 37 kB | 29/52 kB | 12/31 kB Progress (4): 44 kB | 37 kB | 29/52 kB | 16/31 kB Progress (4): 44 kB | 37 kB | 33/52 kB | 16/31 kB Progress (4): 44 kB | 37 kB | 37/52 kB | 16/31 kB Progress (4): 44 kB | 37 kB | 37/52 kB | 20/31 kB Progress (4): 44 kB | 37 kB | 41/52 kB | 20/31 kB Progress (4): 44 kB | 37 kB | 41/52 kB | 25/31 kB Progress (4): 44 kB | 37 kB | 45/52 kB | 25/31 kB Progress (4): 44 kB | 37 kB | 45/52 kB | 29/31 kB Progress (4): 44 kB | 37 kB | 49/52 kB | 29/31 kB Progress (4): 44 kB | 37 kB | 49/52 kB | 31 kB Progress (4): 44 kB | 37 kB | 52 kB | 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.4.1/maven-resolver-connector-basic-1.4.1.jar (44 kB at 99 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.17.3/okio-1.17.3.jar Progress (4): 37 kB | 52 kB | 31 kB | 4.1/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 8.2/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 12/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 16/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 20/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 25/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 29/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 33/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 37/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 41/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 45/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 49/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 53/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 57/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 61/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 66/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 70/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 74/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 78/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 82/426 kB Progress (4): 37 kB | 52 kB | 31 kB | 86/426 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar (37 kB at 81 kB/s) Progress (3): 52 kB | 31 kB | 90/426 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar Progress (3): 52 kB | 31 kB | 94/426 kB Progress (3): 52 kB | 31 kB | 98/426 kB Progress (3): 52 kB | 31 kB | 102/426 kB Progress (3): 52 kB | 31 kB | 106/426 kB Progress (3): 52 kB | 31 kB | 111/426 kB Progress (3): 52 kB | 31 kB | 115/426 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-wagon/1.4.1/maven-resolver-transport-wagon-1.4.1.jar (31 kB at 68 kB/s) Progress (2): 52 kB | 119/426 kB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar Downloaded from central: https://repo.maven.apache.org/maven2/io/takari/aether/aether-connector-okhttp/0.17.8/aether-connector-okhttp-0.17.8.jar (52 kB at 115 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar Progress (1): 123/426 kB Progress (1): 127/426 kB Progress (1): 131/426 kB Progress (1): 135/426 kB Progress (1): 139/426 kB Progress (1): 143/426 kB Progress (1): 147/426 kB Progress (1): 152/426 kB Progress (1): 156/426 kB Progress (1): 160/426 kB Progress (1): 164/426 kB Progress (1): 168/426 kB Progress (1): 172/426 kB Progress (1): 176/426 kB Progress (1): 180/426 kB Progress (1): 184/426 kB Progress (1): 188/426 kB Progress (1): 193/426 kB Progress (1): 197/426 kB Progress (1): 201/426 kB Progress (1): 205/426 kB Progress (1): 209/426 kB Progress (1): 213/426 kB Progress (1): 217/426 kB Progress (1): 221/426 kB Progress (1): 225/426 kB Progress (1): 229/426 kB Progress (1): 233/426 kB Progress (1): 238/426 kB Progress (1): 242/426 kB Progress (1): 246/426 kB Progress (1): 250/426 kB Progress (1): 254/426 kB Progress (1): 258/426 kB Progress (1): 262/426 kB Progress (1): 266/426 kB Progress (1): 270/426 kB Progress (1): 274/426 kB Progress (1): 279/426 kB Progress (1): 283/426 kB Progress (1): 287/426 kB Progress (1): 291/426 kB Progress (1): 295/426 kB Progress (2): 295/426 kB | 4.1/56 kB Progress (2): 299/426 kB | 4.1/56 kB Progress (2): 299/426 kB | 8.2/56 kB Progress (2): 303/426 kB | 8.2/56 kB Progress (2): 303/426 kB | 12/56 kB Progress (2): 307/426 kB | 12/56 kB Progress (2): 307/426 kB | 16/56 kB Progress (2): 311/426 kB | 16/56 kB Progress (2): 311/426 kB | 20/56 kB Progress (2): 311/426 kB | 25/56 kB Progress (2): 311/426 kB | 29/56 kB Progress (2): 311/426 kB | 33/56 kB Progress (2): 315/426 kB | 33/56 kB Progress (2): 319/426 kB | 33/56 kB Progress (2): 324/426 kB | 33/56 kB Progress (2): 324/426 kB | 37/56 kB Progress (2): 328/426 kB | 37/56 kB Progress (2): 332/426 kB | 37/56 kB Progress (3): 332/426 kB | 37/56 kB | 4.1/77 kB Progress (3): 332/426 kB | 37/56 kB | 8.2/77 kB Progress (3): 332/426 kB | 37/56 kB | 12/77 kB Progress (3): 332/426 kB | 37/56 kB | 16/77 kB Progress (3): 332/426 kB | 37/56 kB | 20/77 kB Progress (3): 332/426 kB | 37/56 kB | 25/77 kB Progress (3): 332/426 kB | 37/56 kB | 29/77 kB Progress (3): 332/426 kB | 37/56 kB | 33/77 kB Progress (3): 332/426 kB | 41/56 kB | 33/77 kB Progress (3): 336/426 kB | 41/56 kB | 33/77 kB Progress (3): 336/426 kB | 45/56 kB | 33/77 kB Progress (3): 340/426 kB | 45/56 kB | 33/77 kB Progress (3): 344/426 kB | 45/56 kB | 33/77 kB Progress (4): 344/426 kB | 45/56 kB | 33/77 kB | 4.1/92 kB Progress (4): 344/426 kB | 49/56 kB | 33/77 kB | 4.1/92 kB Progress (4): 344/426 kB | 49/56 kB | 33/77 kB | 8.2/92 kB Progress (4): 344/426 kB | 49/56 kB | 33/77 kB | 12/92 kB Progress (4): 344/426 kB | 49/56 kB | 37/77 kB | 12/92 kB Progress (4): 344/426 kB | 49/56 kB | 41/77 kB | 12/92 kB Progress (4): 344/426 kB | 49/56 kB | 45/77 kB | 12/92 kB Progress (4): 344/426 kB | 49/56 kB | 49/77 kB | 12/92 kB Progress (5): 344/426 kB | 49/56 kB | 49/77 kB | 12/92 kB | 0/1.2 MB Progress (5): 344/426 kB | 49/56 kB | 53/77 kB | 12/92 kB | 0/1.2 MB Progress (5): 344/426 kB | 49/56 kB | 53/77 kB | 16/92 kB | 0/1.2 MB Progress (5): 344/426 kB | 53/56 kB | 53/77 kB | 16/92 kB | 0/1.2 MB Progress (5): 348/426 kB | 53/56 kB | 53/77 kB | 16/92 kB | 0/1.2 MB Progress (5): 348/426 kB | 56 kB | 53/77 kB | 16/92 kB | 0/1.2 MB Progress (5): 348/426 kB | 56 kB | 57/77 kB | 16/92 kB | 0/1.2 MB Progress (5): 348/426 kB | 56 kB | 57/77 kB | 16/92 kB | 0/1.2 MB Progress (5): 348/426 kB | 56 kB | 61/77 kB | 16/92 kB | 0/1.2 MB Progress (5): 348/426 kB | 56 kB | 61/77 kB | 20/92 kB | 0/1.2 MB Progress (5): 352/426 kB | 56 kB | 61/77 kB | 20/92 kB | 0/1.2 MB Progress (5): 352/426 kB | 56 kB | 61/77 kB | 25/92 kB | 0/1.2 MB Progress (5): 352/426 kB | 56 kB | 66/77 kB | 25/92 kB | 0/1.2 MB Progress (5): 352/426 kB | 56 kB | 66/77 kB | 25/92 kB | 0/1.2 MB Progress (5): 352/426 kB | 56 kB | 66/77 kB | 29/92 kB | 0/1.2 MB Progress (5): 356/426 kB | 56 kB | 66/77 kB | 29/92 kB | 0/1.2 MB Progress (5): 356/426 kB | 56 kB | 66/77 kB | 33/92 kB | 0/1.2 MB Progress (5): 356/426 kB | 56 kB | 70/77 kB | 33/92 kB | 0/1.2 MB Progress (5): 356/426 kB | 56 kB | 70/77 kB | 33/92 kB | 0/1.2 MB Progress (5): 356/426 kB | 56 kB | 70/77 kB | 37/92 kB | 0/1.2 MB Progress (5): 356/426 kB | 56 kB | 70/77 kB | 41/92 kB | 0/1.2 MB Progress (5): 356/426 kB | 56 kB | 70/77 kB | 45/92 kB | 0/1.2 MB Progress (5): 356/426 kB | 56 kB | 74/77 kB | 45/92 kB | 0/1.2 MB Progress (5): 360/426 kB | 56 kB | 74/77 kB | 45/92 kB | 0/1.2 MB Progress (5): 360/426 kB | 56 kB | 77 kB | 45/92 kB | 0/1.2 MB Progress (5): 360/426 kB | 56 kB | 77 kB | 45/92 kB | 0/1.2 MB Progress (5): 360/426 kB | 56 kB | 77 kB | 49/92 kB | 0/1.2 MB Progress (5): 360/426 kB | 56 kB | 77 kB | 49/92 kB | 0/1.2 MB Progress (5): 365/426 kB | 56 kB | 77 kB | 49/92 kB | 0/1.2 MB Progress (5): 369/426 kB | 56 kB | 77 kB | 49/92 kB | 0/1.2 MB Progress (5): 373/426 kB | 56 kB | 77 kB | 49/92 kB | 0/1.2 MB Progress (5): 373/426 kB | 56 kB | 77 kB | 49/92 kB | 0.1/1.2 MB Progress (5): 373/426 kB | 56 kB | 77 kB | 53/92 kB | 0.1/1.2 MB Progress (5): 373/426 kB | 56 kB | 77 kB | 53/92 kB | 0.1/1.2 MB Progress (5): 377/426 kB | 56 kB | 77 kB | 53/92 kB | 0.1/1.2 MB Progress (5): 377/426 kB | 56 kB | 77 kB | 57/92 kB | 0.1/1.2 MB Progress (5): 377/426 kB | 56 kB | 77 kB | 61/92 kB | 0.1/1.2 MB Progress (5): 377/426 kB | 56 kB | 77 kB | 61/92 kB | 0.1/1.2 MB Progress (5): 377/426 kB | 56 kB | 77 kB | 66/92 kB | 0.1/1.2 MB Progress (5): 381/426 kB | 56 kB | 77 kB | 66/92 kB | 0.1/1.2 MB Progress (5): 381/426 kB | 56 kB | 77 kB | 66/92 kB | 0.1/1.2 MB Progress (5): 385/426 kB | 56 kB | 77 kB | 66/92 kB | 0.1/1.2 MB Progress (5): 389/426 kB | 56 kB | 77 kB | 66/92 kB | 0.1/1.2 MB Progress (5): 389/426 kB | 56 kB | 77 kB | 70/92 kB | 0.1/1.2 MB Progress (5): 393/426 kB | 56 kB | 77 kB | 70/92 kB | 0.1/1.2 MB Progress (5): 393/426 kB | 56 kB | 77 kB | 70/92 kB | 0.1/1.2 MB Progress (5): 393/426 kB | 56 kB | 77 kB | 74/92 kB | 0.1/1.2 MB Progress (5): 393/426 kB | 56 kB | 77 kB | 74/92 kB | 0.1/1.2 MB Progress (5): 393/426 kB | 56 kB | 77 kB | 78/92 kB | 0.1/1.2 MB Progress (5): 397/426 kB | 56 kB | 77 kB | 78/92 kB | 0.1/1.2 MB Progress (5): 397/426 kB | 56 kB | 77 kB | 82/92 kB | 0.1/1.2 MB Progress (5): 397/426 kB | 56 kB | 77 kB | 82/92 kB | 0.1/1.2 MB Progress (5): 401/426 kB | 56 kB | 77 kB | 82/92 kB | 0.1/1.2 MB Progress (5): 401/426 kB | 56 kB | 77 kB | 86/92 kB | 0.1/1.2 MB Progress (5): 401/426 kB | 56 kB | 77 kB | 90/92 kB | 0.1/1.2 MB Progress (5): 401/426 kB | 56 kB | 77 kB | 90/92 kB | 0.1/1.2 MB Progress (5): 401/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 406/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 410/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 410/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 410/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 414/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 418/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 418/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 422/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 422/426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.1/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (5): 426 kB | 56 kB | 77 kB | 92 kB | 0.2/1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar (56 kB at 110 kB/s) Progress (4): 426 kB | 77 kB | 92 kB | 0.2/1.2 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar Progress (4): 426 kB | 77 kB | 92 kB | 0.2/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.3/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.4/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.4/1.2 MB Progress (4): 426 kB | 77 kB | 92 kB | 0.4/1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar (77 kB at 150 kB/s) Progress (3): 426 kB | 92 kB | 0.4/1.2 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar Progress (3): 426 kB | 92 kB | 0.4/1.2 MB Progress (3): 426 kB | 92 kB | 0.4/1.2 MB Progress (3): 426 kB | 92 kB | 0.4/1.2 MB Progress (3): 426 kB | 92 kB | 0.4/1.2 MB Progress (3): 426 kB | 92 kB | 0.4/1.2 MB Progress (3): 426 kB | 92 kB | 0.4/1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.14.1/okhttp-3.14.1.jar (426 kB at 830 kB/s) Progress (2): 92 kB | 0.4/1.2 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar Progress (2): 92 kB | 0.4/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.5/1.2 MB Progress (2): 92 kB | 0.6/1.2 MB Progress (2): 92 kB | 0.6/1.2 MB Progress (2): 92 kB | 0.6/1.2 MB Progress (3): 92 kB | 0.6/1.2 MB | 4.1/18 kB Progress (3): 92 kB | 0.6/1.2 MB | 4.1/18 kB Progress (3): 92 kB | 0.6/1.2 MB | 8.2/18 kB Progress (3): 92 kB | 0.6/1.2 MB | 8.2/18 kB Progress (3): 92 kB | 0.6/1.2 MB | 12/18 kB Progress (3): 92 kB | 0.6/1.2 MB | 16/18 kB Progress (3): 92 kB | 0.6/1.2 MB | 18 kB Progress (3): 92 kB | 0.6/1.2 MB | 18 kB Progress (3): 92 kB | 0.6/1.2 MB | 18 kB Progress (3): 92 kB | 0.6/1.2 MB | 18 kB Progress (3): 92 kB | 0.6/1.2 MB | 18 kB Progress (3): 92 kB | 0.6/1.2 MB | 18 kB Progress (3): 92 kB | 0.6/1.2 MB | 18 kB Progress (3): 92 kB | 0.6/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.7/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.8/1.2 MB | 18 kB Progress (3): 92 kB | 0.9/1.2 MB | 18 kB Progress (3): 92 kB | 0.9/1.2 MB | 18 kB Progress (3): 92 kB | 0.9/1.2 MB | 18 kB Progress (3): 92 kB | 0.9/1.2 MB | 18 kB Progress (3): 92 kB | 0.9/1.2 MB | 18 kB Progress (3): 92 kB | 0.9/1.2 MB | 18 kB Progress (3): 92 kB | 0.9/1.2 MB | 18 kB Progress (3): 92 kB | 0.9/1.2 MB | 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar (18 kB at 34 kB/s) Progress (2): 92 kB | 0.9/1.2 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar Progress (2): 92 kB | 0.9/1.2 MB Progress (2): 92 kB | 0.9/1.2 MB Progress (2): 92 kB | 0.9/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.0/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Progress (2): 92 kB | 1.1/1.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.17.3/okio-1.17.3.jar (92 kB at 173 kB/s) Progress (1): 1.1/1.2 MB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar Progress (1): 1.1/1.2 MB Progress (2): 1.1/1.2 MB | 4.1/19 kB Progress (2): 1.1/1.2 MB | 8.2/19 kB Progress (2): 1.1/1.2 MB | 8.2/19 kB Progress (2): 1.1/1.2 MB | 12/19 kB Progress (2): 1.2/1.2 MB | 12/19 kB Progress (2): 1.2/1.2 MB | 16/19 kB Progress (2): 1.2/1.2 MB | 19 kB Progress (2): 1.2/1.2 MB | 19 kB Progress (2): 1.2 MB | 19 kB Progress (3): 1.2 MB | 19 kB | 4.1/203 kB Progress (3): 1.2 MB | 19 kB | 8.2/203 kB Progress (3): 1.2 MB | 19 kB | 12/203 kB Progress (3): 1.2 MB | 19 kB | 16/203 kB Progress (3): 1.2 MB | 19 kB | 20/203 kB Progress (3): 1.2 MB | 19 kB | 25/203 kB Progress (3): 1.2 MB | 19 kB | 29/203 kB Progress (3): 1.2 MB | 19 kB | 33/203 kB Progress (3): 1.2 MB | 19 kB | 37/203 kB Progress (3): 1.2 MB | 19 kB | 41/203 kB Progress (3): 1.2 MB | 19 kB | 45/203 kB Progress (3): 1.2 MB | 19 kB | 49/203 kB Progress (3): 1.2 MB | 19 kB | 53/203 kB Progress (3): 1.2 MB | 19 kB | 57/203 kB Progress (3): 1.2 MB | 19 kB | 61/203 kB Progress (3): 1.2 MB | 19 kB | 66/203 kB Progress (3): 1.2 MB | 19 kB | 70/203 kB Progress (3): 1.2 MB | 19 kB | 74/203 kB Progress (3): 1.2 MB | 19 kB | 78/203 kB Progress (3): 1.2 MB | 19 kB | 82/203 kB Progress (3): 1.2 MB | 19 kB | 86/203 kB Progress (3): 1.2 MB | 19 kB | 90/203 kB Progress (3): 1.2 MB | 19 kB | 94/203 kB Progress (3): 1.2 MB | 19 kB | 98/203 kB Progress (3): 1.2 MB | 19 kB | 102/203 kB Progress (3): 1.2 MB | 19 kB | 106/203 kB Progress (3): 1.2 MB | 19 kB | 111/203 kB Progress (3): 1.2 MB | 19 kB | 115/203 kB Progress (4): 1.2 MB | 19 kB | 115/203 kB | 4.1/200 kB Progress (4): 1.2 MB | 19 kB | 115/203 kB | 8.2/200 kB Progress (4): 1.2 MB | 19 kB | 115/203 kB | 12/200 kB Progress (4): 1.2 MB | 19 kB | 119/203 kB | 12/200 kB Progress (4): 1.2 MB | 19 kB | 119/203 kB | 16/200 kB Progress (4): 1.2 MB | 19 kB | 123/203 kB | 16/200 kB Progress (4): 1.2 MB | 19 kB | 127/203 kB | 16/200 kB Progress (4): 1.2 MB | 19 kB | 131/203 kB | 16/200 kB Progress (4): 1.2 MB | 19 kB | 131/203 kB | 20/200 kB Progress (4): 1.2 MB | 19 kB | 131/203 kB | 25/200 kB Progress (4): 1.2 MB | 19 kB | 131/203 kB | 29/200 kB Progress (4): 1.2 MB | 19 kB | 135/203 kB | 29/200 kB Progress (4): 1.2 MB | 19 kB | 135/203 kB | 33/200 kB Progress (4): 1.2 MB | 19 kB | 139/203 kB | 33/200 kB Progress (4): 1.2 MB | 19 kB | 143/203 kB | 33/200 kB Progress (4): 1.2 MB | 19 kB | 147/203 kB | 33/200 kB Progress (4): 1.2 MB | 19 kB | 147/203 kB | 37/200 kB Progress (4): 1.2 MB | 19 kB | 147/203 kB | 41/200 kB Progress (4): 1.2 MB | 19 kB | 152/203 kB | 41/200 kB Progress (4): 1.2 MB | 19 kB | 152/203 kB | 45/200 kB Progress (4): 1.2 MB | 19 kB | 156/203 kB | 45/200 kB Progress (4): 1.2 MB | 19 kB | 156/203 kB | 49/200 kB Progress (4): 1.2 MB | 19 kB | 160/203 kB | 49/200 kB Progress (4): 1.2 MB | 19 kB | 164/203 kB | 49/200 kB Progress (4): 1.2 MB | 19 kB | 164/203 kB | 53/200 kB Progress (4): 1.2 MB | 19 kB | 164/203 kB | 57/200 kB Progress (4): 1.2 MB | 19 kB | 168/203 kB | 57/200 kB Progress (4): 1.2 MB | 19 kB | 168/203 kB | 61/200 kB Progress (4): 1.2 MB | 19 kB | 172/203 kB | 61/200 kB Progress (4): 1.2 MB | 19 kB | 172/203 kB | 66/200 kB Progress (4): 1.2 MB | 19 kB | 176/203 kB | 66/200 kB Progress (4): 1.2 MB | 19 kB | 180/203 kB | 66/200 kB Progress (4): 1.2 MB | 19 kB | 180/203 kB | 70/200 kB Progress (4): 1.2 MB | 19 kB | 180/203 kB | 74/200 kB Progress (4): 1.2 MB | 19 kB | 184/203 kB | 74/200 kB Progress (4): 1.2 MB | 19 kB | 184/203 kB | 78/200 kB Progress (4): 1.2 MB | 19 kB | 188/203 kB | 78/200 kB Progress (4): 1.2 MB | 19 kB | 188/203 kB | 82/200 kB Progress (4): 1.2 MB | 19 kB | 193/203 kB | 82/200 kB Progress (4): 1.2 MB | 19 kB | 197/203 kB | 82/200 kB Progress (4): 1.2 MB | 19 kB | 197/203 kB | 86/200 kB Progress (4): 1.2 MB | 19 kB | 201/203 kB | 86/200 kB Progress (4): 1.2 MB | 19 kB | 201/203 kB | 90/200 kB Progress (4): 1.2 MB | 19 kB | 203 kB | 90/200 kB Progress (4): 1.2 MB | 19 kB | 203 kB | 94/200 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 36 kB/s) Progress (3): 1.2 MB | 203 kB | 98/200 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar (1.2 MB at 2.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar Progress (3): 203 kB | 98/200 kB | 4.1/132 kB Progress (3): 203 kB | 102/200 kB | 4.1/132 kB Progress (3): 203 kB | 106/200 kB | 4.1/132 kB Progress (3): 203 kB | 106/200 kB | 8.2/132 kB Progress (3): 203 kB | 111/200 kB | 8.2/132 kB Progress (3): 203 kB | 111/200 kB | 12/132 kB Progress (3): 203 kB | 115/200 kB | 12/132 kB Progress (3): 203 kB | 115/200 kB | 16/132 kB Progress (3): 203 kB | 119/200 kB | 16/132 kB Progress (3): 203 kB | 123/200 kB | 16/132 kB Progress (3): 203 kB | 127/200 kB | 16/132 kB Progress (3): 203 kB | 131/200 kB | 16/132 kB Progress (3): 203 kB | 135/200 kB | 16/132 kB Progress (3): 203 kB | 135/200 kB | 20/132 kB Progress (3): 203 kB | 139/200 kB | 20/132 kB Progress (3): 203 kB | 139/200 kB | 25/132 kB Progress (3): 203 kB | 139/200 kB | 29/132 kB Progress (3): 203 kB | 139/200 kB | 33/132 kB Progress (3): 203 kB | 143/200 kB | 33/132 kB Progress (3): 203 kB | 147/200 kB | 33/132 kB Progress (3): 203 kB | 152/200 kB | 33/132 kB Progress (3): 203 kB | 156/200 kB | 33/132 kB Progress (3): 203 kB | 160/200 kB | 33/132 kB Progress (3): 203 kB | 164/200 kB | 33/132 kB Progress (3): 203 kB | 168/200 kB | 33/132 kB Progress (3): 203 kB | 172/200 kB | 33/132 kB Progress (3): 203 kB | 176/200 kB | 33/132 kB Progress (3): 203 kB | 180/200 kB | 33/132 kB Progress (3): 203 kB | 180/200 kB | 37/132 kB Progress (3): 203 kB | 180/200 kB | 41/132 kB Progress (3): 203 kB | 180/200 kB | 45/132 kB Progress (3): 203 kB | 184/200 kB | 45/132 kB Progress (3): 203 kB | 184/200 kB | 49/132 kB Progress (3): 203 kB | 188/200 kB | 49/132 kB Progress (3): 203 kB | 193/200 kB | 49/132 kB Progress (3): 203 kB | 197/200 kB | 49/132 kB Progress (3): 203 kB | 200 kB | 49/132 kB Progress (3): 203 kB | 200 kB | 53/132 kB Progress (3): 203 kB | 200 kB | 57/132 kB Progress (3): 203 kB | 200 kB | 61/132 kB Progress (3): 203 kB | 200 kB | 66/132 kB Progress (3): 203 kB | 200 kB | 70/132 kB Progress (3): 203 kB | 200 kB | 74/132 kB Progress (3): 203 kB | 200 kB | 78/132 kB Progress (3): 203 kB | 200 kB | 82/132 kB Progress (3): 203 kB | 200 kB | 86/132 kB Progress (3): 203 kB | 200 kB | 90/132 kB Progress (3): 203 kB | 200 kB | 94/132 kB Progress (3): 203 kB | 200 kB | 98/132 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar (203 kB at 366 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.jar Progress (2): 200 kB | 102/132 kB Progress (2): 200 kB | 106/132 kB Progress (2): 200 kB | 111/132 kB Progress (2): 200 kB | 115/132 kB Progress (2): 200 kB | 119/132 kB Progress (2): 200 kB | 123/132 kB Progress (2): 200 kB | 127/132 kB Progress (2): 200 kB | 131/132 kB Progress (2): 200 kB | 132 kB Progress (3): 200 kB | 132 kB | 0/2.2 MB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 4.1/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 8.2/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 8.2/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 12/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 16/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 16/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 20/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 25/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 29/780 kB Progress (4): 200 kB | 132 kB | 0/2.2 MB | 33/780 kB Progress (4): 200 kB | 132 kB | 0.1/2.2 MB | 33/780 kB Progress (4): 200 kB | 132 kB | 0.1/2.2 MB | 37/780 kB Progress (4): 200 kB | 132 kB | 0.1/2.2 MB | 41/780 kB Progress (4): 200 kB | 132 kB | 0.1/2.2 MB | 41/780 kB Progress (4): 200 kB | 132 kB | 0.1/2.2 MB | 41/780 kB Progress (4): 200 kB | 132 kB | 0.1/2.2 MB | 41/780 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar (132 kB at 232 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar (200 kB at 348 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar Progress (2): 0.1/2.2 MB | 45/780 kB Progress (2): 0.1/2.2 MB | 49/780 kB Progress (3): 0.1/2.2 MB | 49/780 kB | 4.1/71 kB Progress (3): 0.1/2.2 MB | 49/780 kB | 8.2/71 kB Progress (3): 0.1/2.2 MB | 49/780 kB | 12/71 kB Progress (4): 0.1/2.2 MB | 49/780 kB | 12/71 kB | 4.1/188 kB Progress (4): 0.1/2.2 MB | 53/780 kB | 12/71 kB | 4.1/188 kB Progress (4): 0.1/2.2 MB | 53/780 kB | 16/71 kB | 4.1/188 kB Progress (4): 0.1/2.2 MB | 57/780 kB | 16/71 kB | 4.1/188 kB Progress (4): 0.1/2.2 MB | 57/780 kB | 16/71 kB | 8.2/188 kB Progress (4): 0.1/2.2 MB | 57/780 kB | 16/71 kB | 8.2/188 kB Progress (4): 0.1/2.2 MB | 57/780 kB | 16/71 kB | 12/188 kB Progress (4): 0.1/2.2 MB | 57/780 kB | 20/71 kB | 12/188 kB Progress (4): 0.1/2.2 MB | 61/780 kB | 20/71 kB | 12/188 kB Progress (4): 0.1/2.2 MB | 61/780 kB | 25/71 kB | 12/188 kB Progress (4): 0.1/2.2 MB | 61/780 kB | 25/71 kB | 16/188 kB Progress (4): 0.1/2.2 MB | 61/780 kB | 29/71 kB | 16/188 kB Progress (4): 0.1/2.2 MB | 61/780 kB | 29/71 kB | 16/188 kB Progress (4): 0.1/2.2 MB | 66/780 kB | 29/71 kB | 16/188 kB Progress (4): 0.1/2.2 MB | 66/780 kB | 33/71 kB | 16/188 kB Progress (4): 0.1/2.2 MB | 66/780 kB | 33/71 kB | 20/188 kB Progress (4): 0.1/2.2 MB | 66/780 kB | 33/71 kB | 25/188 kB Progress (4): 0.1/2.2 MB | 66/780 kB | 33/71 kB | 29/188 kB Progress (4): 0.2/2.2 MB | 66/780 kB | 33/71 kB | 29/188 kB Progress (4): 0.2/2.2 MB | 70/780 kB | 33/71 kB | 29/188 kB Progress (4): 0.2/2.2 MB | 70/780 kB | 33/71 kB | 33/188 kB Progress (4): 0.2/2.2 MB | 70/780 kB | 37/71 kB | 33/188 kB Progress (4): 0.2/2.2 MB | 74/780 kB | 37/71 kB | 33/188 kB Progress (4): 0.2/2.2 MB | 74/780 kB | 41/71 kB | 33/188 kB Progress (4): 0.2/2.2 MB | 78/780 kB | 41/71 kB | 33/188 kB Progress (4): 0.2/2.2 MB | 78/780 kB | 41/71 kB | 33/188 kB Progress (4): 0.2/2.2 MB | 78/780 kB | 45/71 kB | 33/188 kB Progress (4): 0.2/2.2 MB | 78/780 kB | 45/71 kB | 37/188 kB Progress (4): 0.2/2.2 MB | 82/780 kB | 45/71 kB | 37/188 kB Progress (4): 0.2/2.2 MB | 82/780 kB | 45/71 kB | 41/188 kB Progress (4): 0.2/2.2 MB | 82/780 kB | 45/71 kB | 45/188 kB Progress (4): 0.2/2.2 MB | 82/780 kB | 45/71 kB | 49/188 kB Progress (4): 0.2/2.2 MB | 86/780 kB | 45/71 kB | 49/188 kB Progress (4): 0.2/2.2 MB | 90/780 kB | 45/71 kB | 49/188 kB Progress (4): 0.2/2.2 MB | 94/780 kB | 45/71 kB | 49/188 kB Progress (4): 0.2/2.2 MB | 98/780 kB | 45/71 kB | 49/188 kB Progress (4): 0.2/2.2 MB | 98/780 kB | 49/71 kB | 49/188 kB Progress (4): 0.2/2.2 MB | 98/780 kB | 49/71 kB | 53/188 kB Progress (4): 0.2/2.2 MB | 98/780 kB | 49/71 kB | 57/188 kB Progress (4): 0.2/2.2 MB | 98/780 kB | 49/71 kB | 57/188 kB Progress (4): 0.2/2.2 MB | 98/780 kB | 53/71 kB | 57/188 kB Progress (4): 0.2/2.2 MB | 98/780 kB | 53/71 kB | 61/188 kB Progress (4): 0.2/2.2 MB | 102/780 kB | 53/71 kB | 61/188 kB Progress (4): 0.2/2.2 MB | 102/780 kB | 53/71 kB | 66/188 kB Progress (4): 0.2/2.2 MB | 102/780 kB | 57/71 kB | 66/188 kB Progress (4): 0.2/2.2 MB | 106/780 kB | 57/71 kB | 66/188 kB Progress (4): 0.2/2.2 MB | 106/780 kB | 61/71 kB | 66/188 kB Progress (4): 0.2/2.2 MB | 106/780 kB | 61/71 kB | 66/188 kB Progress (4): 0.2/2.2 MB | 106/780 kB | 66/71 kB | 66/188 kB Progress (4): 0.2/2.2 MB | 111/780 kB | 66/71 kB | 66/188 kB Progress (4): 0.2/2.2 MB | 111/780 kB | 66/71 kB | 70/188 kB Progress (4): 0.2/2.2 MB | 111/780 kB | 70/71 kB | 70/188 kB Progress (4): 0.2/2.2 MB | 115/780 kB | 70/71 kB | 70/188 kB Progress (4): 0.2/2.2 MB | 115/780 kB | 71 kB | 70/188 kB Progress (4): 0.2/2.2 MB | 115/780 kB | 71 kB | 74/188 kB Progress (4): 0.2/2.2 MB | 115/780 kB | 71 kB | 74/188 kB Progress (4): 0.2/2.2 MB | 115/780 kB | 71 kB | 78/188 kB Progress (4): 0.2/2.2 MB | 119/780 kB | 71 kB | 78/188 kB Progress (4): 0.2/2.2 MB | 119/780 kB | 71 kB | 82/188 kB Progress (4): 0.2/2.2 MB | 123/780 kB | 71 kB | 82/188 kB Progress (4): 0.2/2.2 MB | 127/780 kB | 71 kB | 82/188 kB Progress (4): 0.2/2.2 MB | 131/780 kB | 71 kB | 82/188 kB Progress (4): 0.2/2.2 MB | 131/780 kB | 71 kB | 82/188 kB Progress (4): 0.2/2.2 MB | 131/780 kB | 71 kB | 86/188 kB Progress (4): 0.2/2.2 MB | 135/780 kB | 71 kB | 86/188 kB Progress (4): 0.2/2.2 MB | 135/780 kB | 71 kB | 90/188 kB Progress (4): 0.2/2.2 MB | 139/780 kB | 71 kB | 90/188 kB Progress (4): 0.2/2.2 MB | 139/780 kB | 71 kB | 94/188 kB Progress (4): 0.2/2.2 MB | 143/780 kB | 71 kB | 94/188 kB Progress (4): 0.2/2.2 MB | 143/780 kB | 71 kB | 98/188 kB Progress (4): 0.3/2.2 MB | 143/780 kB | 71 kB | 98/188 kB Progress (4): 0.3/2.2 MB | 147/780 kB | 71 kB | 98/188 kB Progress (4): 0.3/2.2 MB | 147/780 kB | 71 kB | 102/188 kB Progress (4): 0.3/2.2 MB | 147/780 kB | 71 kB | 106/188 kB Progress (4): 0.3/2.2 MB | 147/780 kB | 71 kB | 111/188 kB Progress (4): 0.3/2.2 MB | 152/780 kB | 71 kB | 111/188 kB Progress (4): 0.3/2.2 MB | 152/780 kB | 71 kB | 111/188 kB Progress (4): 0.3/2.2 MB | 152/780 kB | 71 kB | 115/188 kB Progress (4): 0.3/2.2 MB | 156/780 kB | 71 kB | 115/188 kB Progress (4): 0.3/2.2 MB | 160/780 kB | 71 kB | 115/188 kB Progress (4): 0.3/2.2 MB | 164/780 kB | 71 kB | 115/188 kB Progress (4): 0.3/2.2 MB | 164/780 kB | 71 kB | 119/188 kB Progress (4): 0.3/2.2 MB | 164/780 kB | 71 kB | 119/188 kB Progress (4): 0.3/2.2 MB | 164/780 kB | 71 kB | 123/188 kB Progress (4): 0.3/2.2 MB | 168/780 kB | 71 kB | 123/188 kB Progress (4): 0.3/2.2 MB | 168/780 kB | 71 kB | 127/188 kB Progress (4): 0.3/2.2 MB | 172/780 kB | 71 kB | 127/188 kB Progress (4): 0.3/2.2 MB | 172/780 kB | 71 kB | 131/188 kB Progress (4): 0.3/2.2 MB | 176/780 kB | 71 kB | 131/188 kB Progress (4): 0.3/2.2 MB | 176/780 kB | 71 kB | 131/188 kB Progress (4): 0.3/2.2 MB | 180/780 kB | 71 kB | 131/188 kB Progress (4): 0.3/2.2 MB | 180/780 kB | 71 kB | 135/188 kB Progress (4): 0.3/2.2 MB | 180/780 kB | 71 kB | 139/188 kB Progress (4): 0.3/2.2 MB | 180/780 kB | 71 kB | 143/188 kB Progress (4): 0.3/2.2 MB | 184/780 kB | 71 kB | 143/188 kB Progress (4): 0.3/2.2 MB | 184/780 kB | 71 kB | 147/188 kB Progress (4): 0.3/2.2 MB | 184/780 kB | 71 kB | 147/188 kB Progress (4): 0.3/2.2 MB | 188/780 kB | 71 kB | 147/188 kB Progress (4): 0.3/2.2 MB | 193/780 kB | 71 kB | 147/188 kB Progress (4): 0.3/2.2 MB | 193/780 kB | 71 kB | 152/188 kB Progress (4): 0.3/2.2 MB | 197/780 kB | 71 kB | 152/188 kB Progress (4): 0.3/2.2 MB | 197/780 kB | 71 kB | 156/188 kB Progress (4): 0.3/2.2 MB | 197/780 kB | 71 kB | 160/188 kB Progress (4): 0.3/2.2 MB | 197/780 kB | 71 kB | 160/188 kB Progress (4): 0.3/2.2 MB | 197/780 kB | 71 kB | 164/188 kB Progress (4): 0.3/2.2 MB | 201/780 kB | 71 kB | 164/188 kB Progress (5): 0.3/2.2 MB | 201/780 kB | 71 kB | 164/188 kB | 4.1/693 kB Progress (5): 0.3/2.2 MB | 205/780 kB | 71 kB | 164/188 kB | 4.1/693 kB Progress (5): 0.3/2.2 MB | 205/780 kB | 71 kB | 164/188 kB | 8.2/693 kB Progress (5): 0.3/2.2 MB | 205/780 kB | 71 kB | 168/188 kB | 8.2/693 kB Progress (5): 0.3/2.2 MB | 205/780 kB | 71 kB | 168/188 kB | 12/693 kB Progress (5): 0.4/2.2 MB | 205/780 kB | 71 kB | 168/188 kB | 12/693 kB Progress (5): 0.4/2.2 MB | 209/780 kB | 71 kB | 168/188 kB | 12/693 kB Progress (5): 0.4/2.2 MB | 209/780 kB | 71 kB | 168/188 kB | 16/693 kB Progress (5): 0.4/2.2 MB | 209/780 kB | 71 kB | 172/188 kB | 16/693 kB Progress (5): 0.4/2.2 MB | 213/780 kB | 71 kB | 172/188 kB | 16/693 kB Progress (5): 0.4/2.2 MB | 213/780 kB | 71 kB | 176/188 kB | 16/693 kB Progress (5): 0.4/2.2 MB | 213/780 kB | 71 kB | 176/188 kB | 16/693 kB Progress (5): 0.4/2.2 MB | 213/780 kB | 71 kB | 176/188 kB | 20/693 kB Progress (5): 0.4/2.2 MB | 213/780 kB | 71 kB | 180/188 kB | 20/693 kB Progress (5): 0.4/2.2 MB | 217/780 kB | 71 kB | 180/188 kB | 20/693 kB Progress (5): 0.4/2.2 MB | 217/780 kB | 71 kB | 180/188 kB | 25/693 kB Progress (5): 0.4/2.2 MB | 217/780 kB | 71 kB | 184/188 kB | 25/693 kB Progress (5): 0.4/2.2 MB | 217/780 kB | 71 kB | 184/188 kB | 25/693 kB Progress (5): 0.4/2.2 MB | 217/780 kB | 71 kB | 184/188 kB | 25/693 kB Progress (5): 0.4/2.2 MB | 221/780 kB | 71 kB | 184/188 kB | 25/693 kB Progress (5): 0.4/2.2 MB | 221/780 kB | 71 kB | 188 kB | 25/693 kB Progress (5): 0.4/2.2 MB | 221/780 kB | 71 kB | 188 kB | 29/693 kB Progress (5): 0.4/2.2 MB | 221/780 kB | 71 kB | 188 kB | 29/693 kB Progress (5): 0.4/2.2 MB | 225/780 kB | 71 kB | 188 kB | 29/693 kB Progress (5): 0.4/2.2 MB | 225/780 kB | 71 kB | 188 kB | 33/693 kB Progress (5): 0.4/2.2 MB | 225/780 kB | 71 kB | 188 kB | 33/693 kB Progress (5): 0.4/2.2 MB | 229/780 kB | 71 kB | 188 kB | 33/693 kB Progress (5): 0.5/2.2 MB | 229/780 kB | 71 kB | 188 kB | 33/693 kB Progress (5): 0.5/2.2 MB | 229/780 kB | 71 kB | 188 kB | 37/693 kB Progress (5): 0.5/2.2 MB | 233/780 kB | 71 kB | 188 kB | 37/693 kB Progress (5): 0.5/2.2 MB | 233/780 kB | 71 kB | 188 kB | 41/693 kB Progress (5): 0.5/2.2 MB | 233/780 kB | 71 kB | 188 kB | 41/693 kB Progress (5): 0.5/2.2 MB | 238/780 kB | 71 kB | 188 kB | 41/693 kB Progress (5): 0.5/2.2 MB | 238/780 kB | 71 kB | 188 kB | 45/693 kB Progress (5): 0.5/2.2 MB | 242/780 kB | 71 kB | 188 kB | 45/693 kB Progress (5): 0.5/2.2 MB | 242/780 kB | 71 kB | 188 kB | 45/693 kB Progress (5): 0.5/2.2 MB | 242/780 kB | 71 kB | 188 kB | 49/693 kB Progress (5): 0.5/2.2 MB | 246/780 kB | 71 kB | 188 kB | 49/693 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.jar (71 kB at 116 kB/s) Progress (4): 0.5/2.2 MB | 246/780 kB | 188 kB | 53/693 kB Progress (4): 0.5/2.2 MB | 246/780 kB | 188 kB | 53/693 kB Progress (4): 0.5/2.2 MB | 246/780 kB | 188 kB | 57/693 kB Progress (4): 0.5/2.2 MB | 250/780 kB | 188 kB | 57/693 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar Progress (4): 0.5/2.2 MB | 250/780 kB | 188 kB | 57/693 kB Progress (4): 0.5/2.2 MB | 254/780 kB | 188 kB | 57/693 kB Progress (4): 0.5/2.2 MB | 254/780 kB | 188 kB | 61/693 kB Progress (4): 0.5/2.2 MB | 258/780 kB | 188 kB | 61/693 kB Progress (4): 0.5/2.2 MB | 258/780 kB | 188 kB | 61/693 kB Progress (4): 0.5/2.2 MB | 258/780 kB | 188 kB | 66/693 kB Progress (4): 0.5/2.2 MB | 262/780 kB | 188 kB | 66/693 kB Progress (4): 0.6/2.2 MB | 262/780 kB | 188 kB | 66/693 kB Progress (4): 0.6/2.2 MB | 262/780 kB | 188 kB | 70/693 kB Progress (4): 0.6/2.2 MB | 266/780 kB | 188 kB | 70/693 kB Progress (4): 0.6/2.2 MB | 266/780 kB | 188 kB | 70/693 kB Progress (4): 0.6/2.2 MB | 266/780 kB | 188 kB | 74/693 kB Progress (4): 0.6/2.2 MB | 270/780 kB | 188 kB | 74/693 kB Progress (4): 0.6/2.2 MB | 270/780 kB | 188 kB | 78/693 kB Progress (4): 0.6/2.2 MB | 274/780 kB | 188 kB | 78/693 kB Progress (4): 0.6/2.2 MB | 274/780 kB | 188 kB | 82/693 kB Progress (4): 0.6/2.2 MB | 274/780 kB | 188 kB | 82/693 kB Progress (4): 0.6/2.2 MB | 279/780 kB | 188 kB | 82/693 kB Progress (4): 0.6/2.2 MB | 279/780 kB | 188 kB | 82/693 kB Progress (4): 0.6/2.2 MB | 279/780 kB | 188 kB | 86/693 kB Progress (4): 0.6/2.2 MB | 283/780 kB | 188 kB | 86/693 kB Progress (4): 0.6/2.2 MB | 283/780 kB | 188 kB | 90/693 kB Progress (4): 0.6/2.2 MB | 287/780 kB | 188 kB | 90/693 kB Progress (4): 0.6/2.2 MB | 287/780 kB | 188 kB | 94/693 kB Progress (4): 0.6/2.2 MB | 287/780 kB | 188 kB | 94/693 kB Progress (4): 0.6/2.2 MB | 287/780 kB | 188 kB | 98/693 kB Progress (4): 0.6/2.2 MB | 291/780 kB | 188 kB | 98/693 kB Progress (4): 0.6/2.2 MB | 295/780 kB | 188 kB | 98/693 kB Progress (4): 0.6/2.2 MB | 295/780 kB | 188 kB | 98/693 kB Progress (4): 0.6/2.2 MB | 295/780 kB | 188 kB | 102/693 kB Progress (4): 0.6/2.2 MB | 295/780 kB | 188 kB | 106/693 kB Progress (4): 0.6/2.2 MB | 299/780 kB | 188 kB | 106/693 kB Progress (4): 0.6/2.2 MB | 299/780 kB | 188 kB | 111/693 kB Progress (4): 0.7/2.2 MB | 299/780 kB | 188 kB | 111/693 kB Progress (4): 0.7/2.2 MB | 299/780 kB | 188 kB | 115/693 kB Progress (4): 0.7/2.2 MB | 303/780 kB | 188 kB | 115/693 kB Progress (4): 0.7/2.2 MB | 307/780 kB | 188 kB | 115/693 kB Progress (4): 0.7/2.2 MB | 311/780 kB | 188 kB | 115/693 kB Progress (4): 0.7/2.2 MB | 311/780 kB | 188 kB | 115/693 kB Progress (4): 0.7/2.2 MB | 311/780 kB | 188 kB | 119/693 kB Progress (4): 0.7/2.2 MB | 311/780 kB | 188 kB | 123/693 kB Progress (4): 0.7/2.2 MB | 311/780 kB | 188 kB | 127/693 kB Progress (4): 0.7/2.2 MB | 315/780 kB | 188 kB | 127/693 kB Progress (4): 0.7/2.2 MB | 315/780 kB | 188 kB | 127/693 kB Progress (4): 0.7/2.2 MB | 319/780 kB | 188 kB | 127/693 kB Progress (4): 0.7/2.2 MB | 319/780 kB | 188 kB | 131/693 kB Progress (4): 0.7/2.2 MB | 324/780 kB | 188 kB | 131/693 kB Progress (4): 0.7/2.2 MB | 324/780 kB | 188 kB | 131/693 kB Progress (4): 0.7/2.2 MB | 328/780 kB | 188 kB | 131/693 kB Progress (4): 0.7/2.2 MB | 328/780 kB | 188 kB | 135/693 kB Progress (4): 0.7/2.2 MB | 328/780 kB | 188 kB | 135/693 kB Progress (4): 0.7/2.2 MB | 328/780 kB | 188 kB | 139/693 kB Progress (4): 0.7/2.2 MB | 332/780 kB | 188 kB | 139/693 kB Progress (4): 0.7/2.2 MB | 332/780 kB | 188 kB | 143/693 kB Progress (4): 0.7/2.2 MB | 336/780 kB | 188 kB | 143/693 kB Progress (4): 0.7/2.2 MB | 336/780 kB | 188 kB | 147/693 kB Progress (4): 0.7/2.2 MB | 336/780 kB | 188 kB | 147/693 kB Progress (4): 0.7/2.2 MB | 340/780 kB | 188 kB | 147/693 kB Progress (4): 0.7/2.2 MB | 344/780 kB | 188 kB | 147/693 kB Progress (4): 0.7/2.2 MB | 344/780 kB | 188 kB | 147/693 kB Progress (4): 0.7/2.2 MB | 344/780 kB | 188 kB | 152/693 kB Progress (4): 0.7/2.2 MB | 344/780 kB | 188 kB | 156/693 kB Progress (4): 0.7/2.2 MB | 348/780 kB | 188 kB | 156/693 kB Progress (4): 0.8/2.2 MB | 348/780 kB | 188 kB | 156/693 kB Progress (4): 0.8/2.2 MB | 348/780 kB | 188 kB | 160/693 kB Progress (4): 0.8/2.2 MB | 352/780 kB | 188 kB | 160/693 kB Progress (4): 0.8/2.2 MB | 352/780 kB | 188 kB | 164/693 kB Progress (4): 0.8/2.2 MB | 356/780 kB | 188 kB | 164/693 kB Progress (4): 0.8/2.2 MB | 356/780 kB | 188 kB | 164/693 kB Progress (4): 0.8/2.2 MB | 360/780 kB | 188 kB | 164/693 kB Progress (4): 0.8/2.2 MB | 360/780 kB | 188 kB | 168/693 kB Progress (4): 0.8/2.2 MB | 360/780 kB | 188 kB | 168/693 kB Progress (4): 0.8/2.2 MB | 360/780 kB | 188 kB | 172/693 kB Progress (4): 0.8/2.2 MB | 365/780 kB | 188 kB | 172/693 kB Progress (4): 0.8/2.2 MB | 365/780 kB | 188 kB | 176/693 kB Progress (4): 0.8/2.2 MB | 365/780 kB | 188 kB | 176/693 kB Progress (4): 0.8/2.2 MB | 369/780 kB | 188 kB | 176/693 kB Progress (4): 0.8/2.2 MB | 369/780 kB | 188 kB | 180/693 kB Progress (4): 0.8/2.2 MB | 373/780 kB | 188 kB | 180/693 kB Progress (4): 0.8/2.2 MB | 373/780 kB | 188 kB | 180/693 kB Progress (4): 0.8/2.2 MB | 377/780 kB | 188 kB | 180/693 kB Progress (4): 0.8/2.2 MB | 377/780 kB | 188 kB | 184/693 kB Progress (4): 0.8/2.2 MB | 377/780 kB | 188 kB | 184/693 kB Progress (4): 0.8/2.2 MB | 377/780 kB | 188 kB | 188/693 kB Progress (4): 0.8/2.2 MB | 381/780 kB | 188 kB | 188/693 kB Progress (4): 0.8/2.2 MB | 381/780 kB | 188 kB | 193/693 kB Progress (4): 0.9/2.2 MB | 381/780 kB | 188 kB | 193/693 kB Progress (4): 0.9/2.2 MB | 385/780 kB | 188 kB | 193/693 kB Progress (4): 0.9/2.2 MB | 385/780 kB | 188 kB | 197/693 kB Progress (4): 0.9/2.2 MB | 385/780 kB | 188 kB | 197/693 kB Progress (4): 0.9/2.2 MB | 389/780 kB | 188 kB | 197/693 kB Progress (4): 0.9/2.2 MB | 393/780 kB | 188 kB | 197/693 kB Progress (4): 0.9/2.2 MB | 393/780 kB | 188 kB | 201/693 kB Progress (4): 0.9/2.2 MB | 393/780 kB | 188 kB | 201/693 kB Progress (4): 0.9/2.2 MB | 393/780 kB | 188 kB | 205/693 kB Progress (4): 0.9/2.2 MB | 393/780 kB | 188 kB | 209/693 kB Progress (4): 0.9/2.2 MB | 397/780 kB | 188 kB | 209/693 kB Progress (4): 0.9/2.2 MB | 397/780 kB | 188 kB | 209/693 kB Progress (4): 0.9/2.2 MB | 397/780 kB | 188 kB | 213/693 kB Progress (4): 0.9/2.2 MB | 401/780 kB | 188 kB | 213/693 kB Progress (4): 0.9/2.2 MB | 406/780 kB | 188 kB | 213/693 kB Progress (4): 0.9/2.2 MB | 406/780 kB | 188 kB | 213/693 kB Progress (4): 0.9/2.2 MB | 410/780 kB | 188 kB | 213/693 kB Progress (4): 0.9/2.2 MB | 410/780 kB | 188 kB | 217/693 kB Progress (4): 0.9/2.2 MB | 410/780 kB | 188 kB | 221/693 kB Progress (4): 0.9/2.2 MB | 410/780 kB | 188 kB | 221/693 kB Progress (4): 0.9/2.2 MB | 410/780 kB | 188 kB | 225/693 kB Progress (4): 0.9/2.2 MB | 414/780 kB | 188 kB | 225/693 kB Progress (4): 0.9/2.2 MB | 414/780 kB | 188 kB | 229/693 kB Progress (4): 1.0/2.2 MB | 414/780 kB | 188 kB | 229/693 kB Progress (4): 1.0/2.2 MB | 418/780 kB | 188 kB | 229/693 kB Progress (4): 1.0/2.2 MB | 422/780 kB | 188 kB | 229/693 kB Progress (4): 1.0/2.2 MB | 426/780 kB | 188 kB | 229/693 kB Progress (4): 1.0/2.2 MB | 426/780 kB | 188 kB | 233/693 kB Progress (4): 1.0/2.2 MB | 426/780 kB | 188 kB | 233/693 kB Progress (4): 1.0/2.2 MB | 426/780 kB | 188 kB | 238/693 kB Progress (4): 1.0/2.2 MB | 426/780 kB | 188 kB | 242/693 kB Progress (4): 1.0/2.2 MB | 430/780 kB | 188 kB | 242/693 kB Progress (4): 1.0/2.2 MB | 430/780 kB | 188 kB | 242/693 kB Progress (4): 1.0/2.2 MB | 430/780 kB | 188 kB | 246/693 kB Progress (4): 1.0/2.2 MB | 434/780 kB | 188 kB | 246/693 kB Progress (4): 1.0/2.2 MB | 438/780 kB | 188 kB | 246/693 kB Progress (4): 1.0/2.2 MB | 438/780 kB | 188 kB | 246/693 kB Progress (4): 1.0/2.2 MB | 438/780 kB | 188 kB | 250/693 kB Progress (4): 1.0/2.2 MB | 442/780 kB | 188 kB | 250/693 kB Progress (4): 1.0/2.2 MB | 442/780 kB | 188 kB | 254/693 kB Progress (4): 1.0/2.2 MB | 442/780 kB | 188 kB | 254/693 kB Progress (4): 1.0/2.2 MB | 446/780 kB | 188 kB | 254/693 kB Progress (4): 1.0/2.2 MB | 451/780 kB | 188 kB | 254/693 kB Progress (4): 1.0/2.2 MB | 455/780 kB | 188 kB | 254/693 kB Progress (4): 1.0/2.2 MB | 455/780 kB | 188 kB | 254/693 kB Progress (4): 1.0/2.2 MB | 459/780 kB | 188 kB | 254/693 kB Progress (4): 1.0/2.2 MB | 463/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 463/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 467/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 471/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 475/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 475/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 479/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 483/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 483/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 487/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 491/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 491/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 495/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 499/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 503/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 507/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 507/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 511/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 515/780 kB | 188 kB | 254/693 kB Progress (4): 1.1/2.2 MB | 515/780 kB | 188 kB | 254/693 kB Progress (4): 1.2/2.2 MB | 515/780 kB | 188 kB | 254/693 kB Progress (4): 1.2/2.2 MB | 520/780 kB | 188 kB | 254/693 kB Progress (4): 1.2/2.2 MB | 520/780 kB | 188 kB | 258/693 kB Progress (4): 1.2/2.2 MB | 520/780 kB | 188 kB | 258/693 kB Progress (4): 1.2/2.2 MB | 524/780 kB | 188 kB | 258/693 kB Progress (5): 1.2/2.2 MB | 524/780 kB | 188 kB | 258/693 kB | 4.1/285 kB Progress (5): 1.2/2.2 MB | 524/780 kB | 188 kB | 262/693 kB | 4.1/285 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.jar (188 kB at 271 kB/s) Progress (4): 1.2/2.2 MB | 524/780 kB | 262/693 kB | 8.2/285 kB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar Progress (4): 1.2/2.2 MB | 528/780 kB | 262/693 kB | 8.2/285 kB Progress (4): 1.2/2.2 MB | 528/780 kB | 266/693 kB | 8.2/285 kB Progress (4): 1.2/2.2 MB | 528/780 kB | 266/693 kB | 8.2/285 kB Progress (4): 1.2/2.2 MB | 528/780 kB | 270/693 kB | 8.2/285 kB Progress (4): 1.2/2.2 MB | 532/780 kB | 270/693 kB | 8.2/285 kB Progress (4): 1.2/2.2 MB | 532/780 kB | 270/693 kB | 12/285 kB Progress (4): 1.2/2.2 MB | 536/780 kB | 270/693 kB | 12/285 kB Progress (4): 1.2/2.2 MB | 536/780 kB | 270/693 kB | 12/285 kB Progress (4): 1.2/2.2 MB | 536/780 kB | 270/693 kB | 16/285 kB Progress (4): 1.2/2.2 MB | 536/780 kB | 274/693 kB | 16/285 kB Progress (4): 1.2/2.2 MB | 540/780 kB | 274/693 kB | 16/285 kB Progress (4): 1.2/2.2 MB | 540/780 kB | 279/693 kB | 16/285 kB Progress (4): 1.2/2.2 MB | 540/780 kB | 279/693 kB | 20/285 kB Progress (4): 1.2/2.2 MB | 540/780 kB | 279/693 kB | 20/285 kB Progress (4): 1.2/2.2 MB | 540/780 kB | 279/693 kB | 25/285 kB Progress (4): 1.2/2.2 MB | 540/780 kB | 283/693 kB | 25/285 kB Progress (4): 1.2/2.2 MB | 540/780 kB | 283/693 kB | 29/285 kB Progress (4): 1.2/2.2 MB | 544/780 kB | 283/693 kB | 29/285 kB Progress (4): 1.2/2.2 MB | 548/780 kB | 283/693 kB | 29/285 kB Progress (4): 1.2/2.2 MB | 552/780 kB | 283/693 kB | 29/285 kB Progress (4): 1.2/2.2 MB | 556/780 kB | 283/693 kB | 29/285 kB Progress (4): 1.2/2.2 MB | 556/780 kB | 283/693 kB | 29/285 kB Progress (4): 1.2/2.2 MB | 556/780 kB | 283/693 kB | 33/285 kB Progress (4): 1.2/2.2 MB | 556/780 kB | 287/693 kB | 33/285 kB Progress (4): 1.2/2.2 MB | 561/780 kB | 287/693 kB | 33/285 kB Progress (4): 1.3/2.2 MB | 561/780 kB | 287/693 kB | 33/285 kB Progress (4): 1.3/2.2 MB | 561/780 kB | 287/693 kB | 37/285 kB Progress (4): 1.3/2.2 MB | 565/780 kB | 287/693 kB | 37/285 kB Progress (4): 1.3/2.2 MB | 565/780 kB | 287/693 kB | 41/285 kB Progress (4): 1.3/2.2 MB | 565/780 kB | 291/693 kB | 41/285 kB Progress (4): 1.3/2.2 MB | 565/780 kB | 291/693 kB | 41/285 kB Progress (4): 1.3/2.2 MB | 565/780 kB | 291/693 kB | 45/285 kB Progress (4): 1.3/2.2 MB | 569/780 kB | 291/693 kB | 45/285 kB Progress (4): 1.3/2.2 MB | 569/780 kB | 291/693 kB | 49/285 kB Progress (4): 1.3/2.2 MB | 569/780 kB | 295/693 kB | 49/285 kB Progress (4): 1.3/2.2 MB | 569/780 kB | 295/693 kB | 49/285 kB Progress (4): 1.3/2.2 MB | 573/780 kB | 295/693 kB | 49/285 kB Progress (4): 1.3/2.2 MB | 573/780 kB | 295/693 kB | 53/285 kB Progress (4): 1.3/2.2 MB | 573/780 kB | 295/693 kB | 57/285 kB Progress (4): 1.3/2.2 MB | 573/780 kB | 295/693 kB | 57/285 kB Progress (4): 1.3/2.2 MB | 577/780 kB | 295/693 kB | 57/285 kB Progress (4): 1.3/2.2 MB | 581/780 kB | 295/693 kB | 57/285 kB Progress (4): 1.3/2.2 MB | 585/780 kB | 295/693 kB | 57/285 kB Progress (4): 1.3/2.2 MB | 589/780 kB | 295/693 kB | 57/285 kB Progress (4): 1.3/2.2 MB | 589/780 kB | 299/693 kB | 57/285 kB Progress (4): 1.3/2.2 MB | 589/780 kB | 299/693 kB | 57/285 kB Progress (4): 1.3/2.2 MB | 589/780 kB | 299/693 kB | 61/285 kB Progress (4): 1.3/2.2 MB | 589/780 kB | 303/693 kB | 61/285 kB Progress (4): 1.3/2.2 MB | 589/780 kB | 303/693 kB | 66/285 kB Progress (4): 1.3/2.2 MB | 593/780 kB | 303/693 kB | 66/285 kB Progress (4): 1.3/2.2 MB | 597/780 kB | 303/693 kB | 66/285 kB Progress (4): 1.3/2.2 MB | 597/780 kB | 303/693 kB | 66/285 kB Progress (4): 1.3/2.2 MB | 597/780 kB | 307/693 kB | 66/285 kB Progress (4): 1.3/2.2 MB | 602/780 kB | 307/693 kB | 66/285 kB Progress (4): 1.3/2.2 MB | 602/780 kB | 307/693 kB | 70/285 kB Progress (4): 1.3/2.2 MB | 606/780 kB | 307/693 kB | 70/285 kB Progress (4): 1.3/2.2 MB | 606/780 kB | 311/693 kB | 70/285 kB Progress (4): 1.3/2.2 MB | 606/780 kB | 311/693 kB | 70/285 kB Progress (4): 1.3/2.2 MB | 606/780 kB | 311/693 kB | 74/285 kB Progress (4): 1.3/2.2 MB | 610/780 kB | 311/693 kB | 74/285 kB Progress (4): 1.3/2.2 MB | 610/780 kB | 315/693 kB | 74/285 kB Progress (4): 1.3/2.2 MB | 614/780 kB | 315/693 kB | 74/285 kB Progress (4): 1.3/2.2 MB | 614/780 kB | 315/693 kB | 78/285 kB Progress (4): 1.4/2.2 MB | 614/780 kB | 315/693 kB | 78/285 kB Progress (4): 1.4/2.2 MB | 618/780 kB | 315/693 kB | 78/285 kB Progress (4): 1.4/2.2 MB | 618/780 kB | 319/693 kB | 78/285 kB Progress (4): 1.4/2.2 MB | 622/780 kB | 319/693 kB | 78/285 kB Progress (4): 1.4/2.2 MB | 622/780 kB | 319/693 kB | 82/285 kB Progress (4): 1.4/2.2 MB | 622/780 kB | 319/693 kB | 82/285 kB Progress (4): 1.4/2.2 MB | 626/780 kB | 319/693 kB | 82/285 kB Progress (4): 1.4/2.2 MB | 626/780 kB | 319/693 kB | 86/285 kB Progress (4): 1.4/2.2 MB | 626/780 kB | 324/693 kB | 86/285 kB Progress (4): 1.4/2.2 MB | 626/780 kB | 324/693 kB | 90/285 kB Progress (4): 1.4/2.2 MB | 630/780 kB | 324/693 kB | 90/285 kB Progress (4): 1.4/2.2 MB | 630/780 kB | 324/693 kB | 94/285 kB Progress (4): 1.4/2.2 MB | 630/780 kB | 324/693 kB | 94/285 kB Progress (4): 1.4/2.2 MB | 630/780 kB | 328/693 kB | 94/285 kB Progress (4): 1.4/2.2 MB | 630/780 kB | 328/693 kB | 98/285 kB Progress (4): 1.4/2.2 MB | 634/780 kB | 328/693 kB | 98/285 kB Progress (4): 1.4/2.2 MB | 634/780 kB | 332/693 kB | 98/285 kB Progress (4): 1.4/2.2 MB | 634/780 kB | 332/693 kB | 98/285 kB Progress (4): 1.4/2.2 MB | 638/780 kB | 332/693 kB | 98/285 kB Progress (4): 1.4/2.2 MB | 638/780 kB | 332/693 kB | 102/285 kB Progress (4): 1.4/2.2 MB | 638/780 kB | 336/693 kB | 102/285 kB Progress (4): 1.4/2.2 MB | 638/780 kB | 336/693 kB | 106/285 kB Progress (4): 1.4/2.2 MB | 638/780 kB | 336/693 kB | 106/285 kB Progress (4): 1.4/2.2 MB | 642/780 kB | 336/693 kB | 106/285 kB Progress (4): 1.4/2.2 MB | 642/780 kB | 336/693 kB | 111/285 kB Progress (4): 1.4/2.2 MB | 647/780 kB | 336/693 kB | 111/285 kB Progress (4): 1.4/2.2 MB | 647/780 kB | 336/693 kB | 115/285 kB Progress (4): 1.4/2.2 MB | 647/780 kB | 340/693 kB | 115/285 kB Progress (4): 1.4/2.2 MB | 647/780 kB | 340/693 kB | 115/285 kB Progress (4): 1.4/2.2 MB | 651/780 kB | 340/693 kB | 115/285 kB Progress (4): 1.4/2.2 MB | 651/780 kB | 344/693 kB | 115/285 kB Progress (4): 1.4/2.2 MB | 655/780 kB | 344/693 kB | 115/285 kB Progress (4): 1.4/2.2 MB | 655/780 kB | 344/693 kB | 119/285 kB Progress (4): 1.5/2.2 MB | 655/780 kB | 344/693 kB | 119/285 kB Progress (4): 1.5/2.2 MB | 655/780 kB | 348/693 kB | 119/285 kB Progress (4): 1.5/2.2 MB | 659/780 kB | 348/693 kB | 119/285 kB Progress (4): 1.5/2.2 MB | 659/780 kB | 352/693 kB | 119/285 kB Progress (4): 1.5/2.2 MB | 659/780 kB | 352/693 kB | 123/285 kB Progress (4): 1.5/2.2 MB | 663/780 kB | 352/693 kB | 123/285 kB Progress (4): 1.5/2.2 MB | 663/780 kB | 352/693 kB | 123/285 kB Progress (4): 1.5/2.2 MB | 663/780 kB | 352/693 kB | 127/285 kB Progress (4): 1.5/2.2 MB | 667/780 kB | 352/693 kB | 127/285 kB Progress (4): 1.5/2.2 MB | 667/780 kB | 356/693 kB | 127/285 kB Progress (4): 1.5/2.2 MB | 667/780 kB | 356/693 kB | 131/285 kB Progress (4): 1.5/2.2 MB | 667/780 kB | 360/693 kB | 131/285 kB Progress (4): 1.5/2.2 MB | 671/780 kB | 360/693 kB | 131/285 kB Progress (4): 1.5/2.2 MB | 671/780 kB | 365/693 kB | 131/285 kB Progress (4): 1.5/2.2 MB | 671/780 kB | 365/693 kB | 131/285 kB Progress (4): 1.5/2.2 MB | 671/780 kB | 365/693 kB | 135/285 kB Progress (4): 1.5/2.2 MB | 671/780 kB | 369/693 kB | 135/285 kB Progress (4): 1.5/2.2 MB | 675/780 kB | 369/693 kB | 135/285 kB Progress (4): 1.5/2.2 MB | 675/780 kB | 369/693 kB | 139/285 kB Progress (4): 1.5/2.2 MB | 679/780 kB | 369/693 kB | 139/285 kB Progress (4): 1.5/2.2 MB | 679/780 kB | 369/693 kB | 143/285 kB Progress (4): 1.5/2.2 MB | 679/780 kB | 369/693 kB | 143/285 kB Progress (4): 1.5/2.2 MB | 679/780 kB | 369/693 kB | 147/285 kB Progress (4): 1.5/2.2 MB | 683/780 kB | 369/693 kB | 147/285 kB Progress (4): 1.5/2.2 MB | 683/780 kB | 373/693 kB | 147/285 kB Progress (4): 1.5/2.2 MB | 688/780 kB | 373/693 kB | 147/285 kB Progress (4): 1.5/2.2 MB | 688/780 kB | 373/693 kB | 147/285 kB Progress (4): 1.5/2.2 MB | 688/780 kB | 377/693 kB | 147/285 kB Progress (4): 1.5/2.2 MB | 692/780 kB | 377/693 kB | 147/285 kB Progress (4): 1.5/2.2 MB | 692/780 kB | 377/693 kB | 152/285 kB Progress (4): 1.5/2.2 MB | 694/780 kB | 377/693 kB | 152/285 kB Progress (4): 1.5/2.2 MB | 694/780 kB | 381/693 kB | 152/285 kB Progress (4): 1.5/2.2 MB | 694/780 kB | 381/693 kB | 156/285 kB Progress (5): 1.5/2.2 MB | 694/780 kB | 381/693 kB | 156/285 kB | 4.1/329 kB Progress (5): 1.5/2.2 MB | 694/780 kB | 385/693 kB | 156/285 kB | 4.1/329 kB Progress (5): 1.5/2.2 MB | 694/780 kB | 385/693 kB | 156/285 kB | 4.1/329 kB Progress (5): 1.5/2.2 MB | 694/780 kB | 385/693 kB | 156/285 kB | 8.2/329 kB Progress (5): 1.5/2.2 MB | 698/780 kB | 385/693 kB | 156/285 kB | 8.2/329 kB Progress (5): 1.5/2.2 MB | 698/780 kB | 385/693 kB | 160/285 kB | 8.2/329 kB Progress (5): 1.5/2.2 MB | 698/780 kB | 389/693 kB | 160/285 kB | 8.2/329 kB Progress (5): 1.5/2.2 MB | 702/780 kB | 389/693 kB | 160/285 kB | 8.2/329 kB Progress (5): 1.5/2.2 MB | 702/780 kB | 389/693 kB | 160/285 kB | 12/329 kB Progress (5): 1.5/2.2 MB | 706/780 kB | 389/693 kB | 160/285 kB | 12/329 kB Progress (5): 1.5/2.2 MB | 706/780 kB | 393/693 kB | 160/285 kB | 12/329 kB Progress (5): 1.6/2.2 MB | 706/780 kB | 393/693 kB | 160/285 kB | 12/329 kB Progress (5): 1.6/2.2 MB | 706/780 kB | 393/693 kB | 164/285 kB | 12/329 kB Progress (5): 1.6/2.2 MB | 706/780 kB | 397/693 kB | 164/285 kB | 12/329 kB Progress (5): 1.6/2.2 MB | 710/780 kB | 397/693 kB | 164/285 kB | 12/329 kB Progress (5): 1.6/2.2 MB | 710/780 kB | 397/693 kB | 164/285 kB | 16/329 kB Progress (5): 1.6/2.2 MB | 710/780 kB | 397/693 kB | 168/285 kB | 16/329 kB Progress (5): 1.6/2.2 MB | 710/780 kB | 397/693 kB | 168/285 kB | 16/329 kB Progress (5): 1.6/2.2 MB | 710/780 kB | 401/693 kB | 168/285 kB | 16/329 kB Progress (5): 1.6/2.2 MB | 714/780 kB | 401/693 kB | 168/285 kB | 16/329 kB Progress (5): 1.6/2.2 MB | 714/780 kB | 401/693 kB | 172/285 kB | 16/329 kB Progress (5): 1.6/2.2 MB | 718/780 kB | 401/693 kB | 172/285 kB | 16/329 kB Progress (5): 1.6/2.2 MB | 718/780 kB | 401/693 kB | 172/285 kB | 20/329 kB Progress (5): 1.6/2.2 MB | 718/780 kB | 406/693 kB | 172/285 kB | 20/329 kB Progress (5): 1.6/2.2 MB | 718/780 kB | 406/693 kB | 172/285 kB | 20/329 kB Progress (5): 1.6/2.2 MB | 722/780 kB | 406/693 kB | 172/285 kB | 20/329 kB Progress (5): 1.6/2.2 MB | 722/780 kB | 406/693 kB | 176/285 kB | 20/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 406/693 kB | 176/285 kB | 20/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 410/693 kB | 176/285 kB | 20/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 410/693 kB | 176/285 kB | 25/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 414/693 kB | 176/285 kB | 25/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 414/693 kB | 176/285 kB | 25/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 414/693 kB | 180/285 kB | 25/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 418/693 kB | 180/285 kB | 25/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 418/693 kB | 180/285 kB | 29/329 kB Progress (5): 1.6/2.2 MB | 727/780 kB | 418/693 kB | 184/285 kB | 29/329 kB Progress (5): 1.6/2.2 MB | 731/780 kB | 418/693 kB | 184/285 kB | 29/329 kB Progress (5): 1.6/2.2 MB | 731/780 kB | 422/693 kB | 184/285 kB | 29/329 kB Progress (5): 1.6/2.2 MB | 731/780 kB | 422/693 kB | 188/285 kB | 29/329 kB Progress (5): 1.6/2.2 MB | 731/780 kB | 422/693 kB | 188/285 kB | 29/329 kB Progress (5): 1.6/2.2 MB | 731/780 kB | 422/693 kB | 188/285 kB | 33/329 kB Progress (5): 1.6/2.2 MB | 731/780 kB | 422/693 kB | 193/285 kB | 33/329 kB Progress (5): 1.6/2.2 MB | 731/780 kB | 426/693 kB | 193/285 kB | 33/329 kB Progress (5): 1.6/2.2 MB | 735/780 kB | 426/693 kB | 193/285 kB | 33/329 kB Progress (5): 1.6/2.2 MB | 735/780 kB | 430/693 kB | 193/285 kB | 33/329 kB Progress (5): 1.6/2.2 MB | 735/780 kB | 430/693 kB | 193/285 kB | 33/329 kB Progress (5): 1.6/2.2 MB | 735/780 kB | 430/693 kB | 197/285 kB | 33/329 kB Progress (5): 1.6/2.2 MB | 735/780 kB | 434/693 kB | 197/285 kB | 33/329 kB Progress (5): 1.6/2.2 MB | 735/780 kB | 434/693 kB | 197/285 kB | 37/329 kB Progress (5): 1.6/2.2 MB | 739/780 kB | 434/693 kB | 197/285 kB | 37/329 kB Progress (5): 1.6/2.2 MB | 739/780 kB | 434/693 kB | 197/285 kB | 41/329 kB Progress (5): 1.6/2.2 MB | 739/780 kB | 434/693 kB | 201/285 kB | 41/329 kB Progress (5): 1.6/2.2 MB | 739/780 kB | 434/693 kB | 201/285 kB | 45/329 kB Progress (5): 1.6/2.2 MB | 739/780 kB | 438/693 kB | 201/285 kB | 45/329 kB Progress (5): 1.6/2.2 MB | 743/780 kB | 438/693 kB | 201/285 kB | 45/329 kB Progress (5): 1.7/2.2 MB | 743/780 kB | 438/693 kB | 201/285 kB | 45/329 kB Progress (5): 1.7/2.2 MB | 743/780 kB | 442/693 kB | 201/285 kB | 45/329 kB Progress (5): 1.7/2.2 MB | 743/780 kB | 442/693 kB | 201/285 kB | 49/329 kB Progress (5): 1.7/2.2 MB | 743/780 kB | 442/693 kB | 205/285 kB | 49/329 kB Progress (5): 1.7/2.2 MB | 743/780 kB | 446/693 kB | 205/285 kB | 49/329 kB Progress (5): 1.7/2.2 MB | 747/780 kB | 446/693 kB | 205/285 kB | 49/329 kB Progress (5): 1.7/2.2 MB | 747/780 kB | 451/693 kB | 205/285 kB | 49/329 kB Progress (5): 1.7/2.2 MB | 747/780 kB | 451/693 kB | 209/285 kB | 49/329 kB Progress (5): 1.7/2.2 MB | 747/780 kB | 451/693 kB | 209/285 kB | 49/329 kB Progress (5): 1.7/2.2 MB | 747/780 kB | 451/693 kB | 213/285 kB | 49/329 kB Progress (5): 1.7/2.2 MB | 747/780 kB | 451/693 kB | 213/285 kB | 53/329 kB Progress (5): 1.7/2.2 MB | 751/780 kB | 451/693 kB | 213/285 kB | 53/329 kB Progress (5): 1.7/2.2 MB | 751/780 kB | 451/693 kB | 213/285 kB | 53/329 kB Progress (5): 1.7/2.2 MB | 751/780 kB | 451/693 kB | 213/285 kB | 57/329 kB Progress (5): 1.7/2.2 MB | 751/780 kB | 455/693 kB | 213/285 kB | 57/329 kB Progress (5): 1.7/2.2 MB | 751/780 kB | 455/693 kB | 213/285 kB | 61/329 kB Progress (5): 1.7/2.2 MB | 751/780 kB | 455/693 kB | 213/285 kB | 61/329 kB Progress (5): 1.7/2.2 MB | 751/780 kB | 455/693 kB | 217/285 kB | 61/329 kB Progress (5): 1.7/2.2 MB | 755/780 kB | 455/693 kB | 217/285 kB | 61/329 kB Progress (5): 1.7/2.2 MB | 755/780 kB | 455/693 kB | 221/285 kB | 61/329 kB Progress (5): 1.7/2.2 MB | 755/780 kB | 455/693 kB | 221/285 kB | 66/329 kB Progress (5): 1.7/2.2 MB | 755/780 kB | 459/693 kB | 221/285 kB | 66/329 kB Progress (5): 1.7/2.2 MB | 755/780 kB | 459/693 kB | 225/285 kB | 66/329 kB Progress (5): 1.7/2.2 MB | 755/780 kB | 459/693 kB | 225/285 kB | 66/329 kB Progress (5): 1.7/2.2 MB | 759/780 kB | 459/693 kB | 225/285 kB | 66/329 kB Progress (5): 1.7/2.2 MB | 759/780 kB | 459/693 kB | 225/285 kB | 70/329 kB Progress (5): 1.7/2.2 MB | 759/780 kB | 459/693 kB | 229/285 kB | 70/329 kB Progress (5): 1.7/2.2 MB | 759/780 kB | 463/693 kB | 229/285 kB | 70/329 kB Progress (5): 1.7/2.2 MB | 763/780 kB | 463/693 kB | 229/285 kB | 70/329 kB Progress (5): 1.7/2.2 MB | 763/780 kB | 463/693 kB | 229/285 kB | 70/329 kB Progress (5): 1.7/2.2 MB | 763/780 kB | 463/693 kB | 229/285 kB | 74/329 kB Progress (5): 1.7/2.2 MB | 763/780 kB | 463/693 kB | 233/285 kB | 74/329 kB Progress (5): 1.7/2.2 MB | 768/780 kB | 463/693 kB | 233/285 kB | 74/329 kB Progress (5): 1.7/2.2 MB | 768/780 kB | 467/693 kB | 233/285 kB | 74/329 kB Progress (5): 1.7/2.2 MB | 772/780 kB | 467/693 kB | 233/285 kB | 74/329 kB Progress (5): 1.7/2.2 MB | 772/780 kB | 467/693 kB | 238/285 kB | 74/329 kB Progress (5): 1.8/2.2 MB | 772/780 kB | 467/693 kB | 238/285 kB | 74/329 kB Progress (5): 1.8/2.2 MB | 772/780 kB | 467/693 kB | 238/285 kB | 78/329 kB Progress (5): 1.8/2.2 MB | 772/780 kB | 467/693 kB | 242/285 kB | 78/329 kB Progress (5): 1.8/2.2 MB | 776/780 kB | 467/693 kB | 242/285 kB | 78/329 kB Progress (5): 1.8/2.2 MB | 776/780 kB | 471/693 kB | 242/285 kB | 78/329 kB Progress (5): 1.8/2.2 MB | 780/780 kB | 471/693 kB | 242/285 kB | 78/329 kB Progress (5): 1.8/2.2 MB | 780/780 kB | 471/693 kB | 242/285 kB | 78/329 kB Progress (5): 1.8/2.2 MB | 780/780 kB | 471/693 kB | 246/285 kB | 78/329 kB Progress (5): 1.8/2.2 MB | 780/780 kB | 471/693 kB | 246/285 kB | 82/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 471/693 kB | 246/285 kB | 82/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 475/693 kB | 246/285 kB | 82/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 475/693 kB | 250/285 kB | 82/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 475/693 kB | 250/285 kB | 82/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 475/693 kB | 250/285 kB | 86/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 475/693 kB | 254/285 kB | 86/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 475/693 kB | 254/285 kB | 90/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 479/693 kB | 254/285 kB | 90/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 479/693 kB | 254/285 kB | 94/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 479/693 kB | 254/285 kB | 94/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 479/693 kB | 258/285 kB | 94/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 479/693 kB | 258/285 kB | 98/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 483/693 kB | 258/285 kB | 98/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 483/693 kB | 258/285 kB | 98/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 483/693 kB | 262/285 kB | 98/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 487/693 kB | 262/285 kB | 98/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 487/693 kB | 262/285 kB | 102/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 487/693 kB | 266/285 kB | 102/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 491/693 kB | 266/285 kB | 102/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 491/693 kB | 270/285 kB | 102/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 491/693 kB | 270/285 kB | 102/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 491/693 kB | 270/285 kB | 106/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 495/693 kB | 270/285 kB | 106/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 495/693 kB | 274/285 kB | 106/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 499/693 kB | 274/285 kB | 106/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 499/693 kB | 274/285 kB | 111/329 kB Progress (5): 1.8/2.2 MB | 780 kB | 503/693 kB | 274/285 kB | 111/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 503/693 kB | 274/285 kB | 111/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 503/693 kB | 279/285 kB | 111/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 507/693 kB | 279/285 kB | 111/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 507/693 kB | 279/285 kB | 115/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 507/693 kB | 283/285 kB | 115/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 507/693 kB | 285 kB | 115/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 507/693 kB | 285 kB | 115/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 511/693 kB | 285 kB | 115/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 511/693 kB | 285 kB | 119/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 515/693 kB | 285 kB | 119/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 515/693 kB | 285 kB | 123/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 515/693 kB | 285 kB | 123/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 520/693 kB | 285 kB | 123/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 520/693 kB | 285 kB | 127/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 524/693 kB | 285 kB | 127/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 524/693 kB | 285 kB | 131/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 524/693 kB | 285 kB | 131/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 528/693 kB | 285 kB | 131/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 528/693 kB | 285 kB | 135/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 532/693 kB | 285 kB | 135/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 532/693 kB | 285 kB | 135/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 532/693 kB | 285 kB | 139/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 536/693 kB | 285 kB | 139/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 536/693 kB | 285 kB | 143/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 540/693 kB | 285 kB | 143/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 540/693 kB | 285 kB | 143/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 540/693 kB | 285 kB | 147/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 544/693 kB | 285 kB | 147/329 kB Progress (5): 1.9/2.2 MB | 780 kB | 548/693 kB | 285 kB | 147/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 548/693 kB | 285 kB | 147/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 548/693 kB | 285 kB | 152/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 552/693 kB | 285 kB | 152/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 552/693 kB | 285 kB | 156/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 556/693 kB | 285 kB | 156/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 556/693 kB | 285 kB | 156/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 556/693 kB | 285 kB | 160/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 556/693 kB | 285 kB | 164/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 561/693 kB | 285 kB | 164/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 565/693 kB | 285 kB | 164/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 565/693 kB | 285 kB | 164/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 565/693 kB | 285 kB | 168/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 569/693 kB | 285 kB | 168/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 573/693 kB | 285 kB | 168/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 577/693 kB | 285 kB | 168/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 581/693 kB | 285 kB | 168/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 585/693 kB | 285 kB | 168/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 589/693 kB | 285 kB | 168/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 589/693 kB | 285 kB | 172/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 589/693 kB | 285 kB | 176/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 589/693 kB | 285 kB | 176/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 593/693 kB | 285 kB | 176/329 kB Progress (5): 2.0/2.2 MB | 780 kB | 597/693 kB | 285 kB | 176/329 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar (285 kB at 360 kB/s) Progress (4): 2.0/2.2 MB | 780 kB | 597/693 kB | 180/329 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Progress (4): 2.0/2.2 MB | 780 kB | 597/693 kB | 180/329 kB Progress (4): 2.0/2.2 MB | 780 kB | 602/693 kB | 180/329 kB Progress (4): 2.0/2.2 MB | 780 kB | 606/693 kB | 180/329 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar (780 kB at 981 kB/s) Progress (3): 2.0/2.2 MB | 606/693 kB | 180/329 kB Progress (3): 2.0/2.2 MB | 606/693 kB | 184/329 kB Progress (3): 2.0/2.2 MB | 610/693 kB | 184/329 kB Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Progress (3): 2.0/2.2 MB | 610/693 kB | 184/329 kB Progress (3): 2.0/2.2 MB | 614/693 kB | 184/329 kB Progress (3): 2.0/2.2 MB | 614/693 kB | 188/329 kB Progress (3): 2.0/2.2 MB | 618/693 kB | 188/329 kB Progress (3): 2.0/2.2 MB | 618/693 kB | 193/329 kB Progress (3): 2.0/2.2 MB | 622/693 kB | 193/329 kB Progress (3): 2.1/2.2 MB | 622/693 kB | 193/329 kB Progress (3): 2.1/2.2 MB | 622/693 kB | 197/329 kB Progress (3): 2.1/2.2 MB | 626/693 kB | 197/329 kB Progress (3): 2.1/2.2 MB | 630/693 kB | 197/329 kB Progress (3): 2.1/2.2 MB | 630/693 kB | 197/329 kB Progress (3): 2.1/2.2 MB | 630/693 kB | 201/329 kB Progress (3): 2.1/2.2 MB | 634/693 kB | 201/329 kB Progress (3): 2.1/2.2 MB | 634/693 kB | 205/329 kB Progress (3): 2.1/2.2 MB | 638/693 kB | 205/329 kB Progress (3): 2.1/2.2 MB | 638/693 kB | 209/329 kB Progress (3): 2.1/2.2 MB | 638/693 kB | 209/329 kB Progress (3): 2.1/2.2 MB | 638/693 kB | 213/329 kB Progress (3): 2.1/2.2 MB | 638/693 kB | 217/329 kB Progress (3): 2.1/2.2 MB | 642/693 kB | 217/329 kB Progress (3): 2.1/2.2 MB | 647/693 kB | 217/329 kB Progress (3): 2.1/2.2 MB | 651/693 kB | 217/329 kB Progress (3): 2.1/2.2 MB | 651/693 kB | 217/329 kB Progress (3): 2.1/2.2 MB | 651/693 kB | 221/329 kB Progress (3): 2.1/2.2 MB | 655/693 kB | 221/329 kB Progress (3): 2.1/2.2 MB | 655/693 kB | 225/329 kB Progress (3): 2.1/2.2 MB | 655/693 kB | 229/329 kB Progress (3): 2.1/2.2 MB | 655/693 kB | 233/329 kB Progress (3): 2.1/2.2 MB | 655/693 kB | 233/329 kB Progress (3): 2.1/2.2 MB | 659/693 kB | 233/329 kB Progress (3): 2.1/2.2 MB | 659/693 kB | 238/329 kB Progress (3): 2.1/2.2 MB | 663/693 kB | 238/329 kB Progress (3): 2.1/2.2 MB | 663/693 kB | 242/329 kB Progress (3): 2.1/2.2 MB | 667/693 kB | 242/329 kB Progress (3): 2.1/2.2 MB | 667/693 kB | 246/329 kB Progress (3): 2.1/2.2 MB | 671/693 kB | 246/329 kB Progress (3): 2.1/2.2 MB | 671/693 kB | 246/329 kB Progress (3): 2.1/2.2 MB | 671/693 kB | 250/329 kB Progress (3): 2.1/2.2 MB | 675/693 kB | 250/329 kB Progress (3): 2.1/2.2 MB | 675/693 kB | 254/329 kB Progress (3): 2.1/2.2 MB | 679/693 kB | 254/329 kB Progress (3): 2.2/2.2 MB | 679/693 kB | 254/329 kB Progress (3): 2.2/2.2 MB | 679/693 kB | 258/329 kB Progress (3): 2.2/2.2 MB | 683/693 kB | 258/329 kB Progress (3): 2.2/2.2 MB | 683/693 kB | 262/329 kB Progress (3): 2.2/2.2 MB | 688/693 kB | 262/329 kB Progress (3): 2.2/2.2 MB | 688/693 kB | 266/329 kB Progress (3): 2.2/2.2 MB | 688/693 kB | 266/329 kB Progress (3): 2.2/2.2 MB | 692/693 kB | 266/329 kB Progress (3): 2.2/2.2 MB | 692/693 kB | 270/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 270/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 274/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 279/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 283/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 283/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 287/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 291/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 291/329 kB Progress (3): 2.2/2.2 MB | 693 kB | 295/329 kB Progress (3): 2.2 MB | 693 kB | 295/329 kB Progress (3): 2.2 MB | 693 kB | 299/329 kB Progress (3): 2.2 MB | 693 kB | 303/329 kB Progress (3): 2.2 MB | 693 kB | 307/329 kB Progress (3): 2.2 MB | 693 kB | 311/329 kB Progress (3): 2.2 MB | 693 kB | 315/329 kB Progress (3): 2.2 MB | 693 kB | 319/329 kB Progress (3): 2.2 MB | 693 kB | 324/329 kB Progress (3): 2.2 MB | 693 kB | 328/329 kB Progress (3): 2.2 MB | 693 kB | 329 kB Progress (4): 2.2 MB | 693 kB | 329 kB | 4.1/20 kB Progress (4): 2.2 MB | 693 kB | 329 kB | 8.2/20 kB Progress (4): 2.2 MB | 693 kB | 329 kB | 12/20 kB Progress (4): 2.2 MB | 693 kB | 329 kB | 16/20 kB Progress (4): 2.2 MB | 693 kB | 329 kB | 20 kB Progress (5): 2.2 MB | 693 kB | 329 kB | 20 kB | 4.1/8.8 kB Progress (5): 2.2 MB | 693 kB | 329 kB | 20 kB | 8.2/8.8 kB Progress (5): 2.2 MB | 693 kB | 329 kB | 20 kB | 8.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (2.2 MB at 2.7 MB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar (693 kB at 855 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.jar Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 405 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar Progress (2): 20 kB | 4.1/29 kB Progress (2): 20 kB | 8.2/29 kB Progress (2): 20 kB | 12/29 kB Progress (2): 20 kB | 16/29 kB Progress (2): 20 kB | 20/29 kB Progress (2): 20 kB | 25/29 kB Progress (2): 20 kB | 29/29 kB Progress (2): 20 kB | 29 kB Progress (3): 20 kB | 29 kB | 4.1/352 kB Progress (3): 20 kB | 29 kB | 8.2/352 kB Progress (3): 20 kB | 29 kB | 12/352 kB Progress (3): 20 kB | 29 kB | 16/352 kB Progress (3): 20 kB | 29 kB | 20/352 kB Progress (3): 20 kB | 29 kB | 25/352 kB Progress (3): 20 kB | 29 kB | 29/352 kB Progress (3): 20 kB | 29 kB | 33/352 kB Progress (3): 20 kB | 29 kB | 37/352 kB Progress (3): 20 kB | 29 kB | 41/352 kB Progress (3): 20 kB | 29 kB | 45/352 kB Progress (3): 20 kB | 29 kB | 49/352 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar Progress (2): 29 kB | 53/352 kB Progress (2): 29 kB | 57/352 kB Progress (2): 29 kB | 61/352 kB Progress (2): 29 kB | 66/352 kB Progress (2): 29 kB | 70/352 kB Progress (2): 29 kB | 74/352 kB Progress (2): 29 kB | 78/352 kB Progress (2): 29 kB | 82/352 kB Progress (2): 29 kB | 86/352 kB Progress (2): 29 kB | 90/352 kB Progress (2): 29 kB | 94/352 kB Progress (2): 29 kB | 98/352 kB Progress (2): 29 kB | 102/352 kB Progress (2): 29 kB | 106/352 kB Progress (2): 29 kB | 111/352 kB Progress (2): 29 kB | 115/352 kB Progress (2): 29 kB | 119/352 kB Progress (2): 29 kB | 123/352 kB Progress (2): 29 kB | 127/352 kB Progress (2): 29 kB | 131/352 kB Progress (2): 29 kB | 135/352 kB Progress (2): 29 kB | 139/352 kB Progress (2): 29 kB | 143/352 kB Progress (2): 29 kB | 147/352 kB Progress (2): 29 kB | 152/352 kB Progress (2): 29 kB | 156/352 kB Progress (2): 29 kB | 160/352 kB Progress (2): 29 kB | 164/352 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.jar (29 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar Progress (1): 168/352 kB Progress (1): 172/352 kB Progress (1): 176/352 kB Progress (1): 180/352 kB Progress (1): 184/352 kB Progress (1): 188/352 kB Progress (1): 193/352 kB Progress (1): 197/352 kB Progress (1): 201/352 kB Progress (2): 201/352 kB | 4.1/778 kB Progress (2): 205/352 kB | 4.1/778 kB Progress (2): 205/352 kB | 8.2/778 kB Progress (2): 209/352 kB | 8.2/778 kB Progress (2): 209/352 kB | 12/778 kB Progress (2): 209/352 kB | 16/778 kB Progress (2): 213/352 kB | 16/778 kB Progress (3): 213/352 kB | 16/778 kB | 4.1/23 kB Progress (4): 213/352 kB | 16/778 kB | 4.1/23 kB | 4.1/17 kB Progress (4): 213/352 kB | 16/778 kB | 8.2/23 kB | 4.1/17 kB Progress (4): 217/352 kB | 16/778 kB | 8.2/23 kB | 4.1/17 kB Progress (4): 217/352 kB | 16/778 kB | 12/23 kB | 4.1/17 kB Progress (4): 217/352 kB | 16/778 kB | 12/23 kB | 8.2/17 kB Progress (4): 217/352 kB | 20/778 kB | 12/23 kB | 8.2/17 kB Progress (4): 221/352 kB | 20/778 kB | 12/23 kB | 8.2/17 kB Progress (4): 221/352 kB | 20/778 kB | 12/23 kB | 12/17 kB Progress (4): 221/352 kB | 20/778 kB | 16/23 kB | 12/17 kB Progress (4): 221/352 kB | 20/778 kB | 16/23 kB | 16/17 kB Progress (4): 221/352 kB | 20/778 kB | 16/23 kB | 17 kB Progress (4): 225/352 kB | 20/778 kB | 16/23 kB | 17 kB Progress (4): 225/352 kB | 25/778 kB | 16/23 kB | 17 kB Progress (4): 229/352 kB | 25/778 kB | 16/23 kB | 17 kB Progress (4): 229/352 kB | 25/778 kB | 20/23 kB | 17 kB Progress (4): 233/352 kB | 25/778 kB | 20/23 kB | 17 kB Progress (4): 233/352 kB | 29/778 kB | 20/23 kB | 17 kB Progress (4): 233/352 kB | 29/778 kB | 23 kB | 17 kB Progress (4): 233/352 kB | 33/778 kB | 23 kB | 17 kB Progress (4): 238/352 kB | 33/778 kB | 23 kB | 17 kB Progress (4): 242/352 kB | 33/778 kB | 23 kB | 17 kB Progress (4): 246/352 kB | 33/778 kB | 23 kB | 17 kB Progress (4): 250/352 kB | 33/778 kB | 23 kB | 17 kB Progress (4): 250/352 kB | 37/778 kB | 23 kB | 17 kB Progress (4): 250/352 kB | 41/778 kB | 23 kB | 17 kB Progress (4): 250/352 kB | 45/778 kB | 23 kB | 17 kB Progress (4): 254/352 kB | 45/778 kB | 23 kB | 17 kB Progress (4): 254/352 kB | 49/778 kB | 23 kB | 17 kB Progress (4): 258/352 kB | 49/778 kB | 23 kB | 17 kB Progress (4): 262/352 kB | 49/778 kB | 23 kB | 17 kB Progress (4): 266/352 kB | 49/778 kB | 23 kB | 17 kB Progress (4): 266/352 kB | 53/778 kB | 23 kB | 17 kB Progress (4): 266/352 kB | 57/778 kB | 23 kB | 17 kB Progress (4): 266/352 kB | 61/778 kB | 23 kB | 17 kB Progress (4): 270/352 kB | 61/778 kB | 23 kB | 17 kB Progress (4): 270/352 kB | 66/778 kB | 23 kB | 17 kB Progress (4): 274/352 kB | 66/778 kB | 23 kB | 17 kB Progress (4): 279/352 kB | 66/778 kB | 23 kB | 17 kB Progress (4): 283/352 kB | 66/778 kB | 23 kB | 17 kB Progress (4): 283/352 kB | 70/778 kB | 23 kB | 17 kB Progress (4): 283/352 kB | 74/778 kB | 23 kB | 17 kB Progress (4): 283/352 kB | 78/778 kB | 23 kB | 17 kB Progress (4): 283/352 kB | 82/778 kB | 23 kB | 17 kB Progress (4): 283/352 kB | 86/778 kB | 23 kB | 17 kB Progress (4): 283/352 kB | 90/778 kB | 23 kB | 17 kB Progress (4): 287/352 kB | 90/778 kB | 23 kB | 17 kB Progress (4): 287/352 kB | 94/778 kB | 23 kB | 17 kB Progress (4): 291/352 kB | 94/778 kB | 23 kB | 17 kB Progress (4): 291/352 kB | 98/778 kB | 23 kB | 17 kB Progress (4): 295/352 kB | 98/778 kB | 23 kB | 17 kB Progress (4): 299/352 kB | 98/778 kB | 23 kB | 17 kB Progress (4): 299/352 kB | 102/778 kB | 23 kB | 17 kB Progress (4): 299/352 kB | 106/778 kB | 23 kB | 17 kB Progress (4): 299/352 kB | 111/778 kB | 23 kB | 17 kB Progress (4): 299/352 kB | 115/778 kB | 23 kB | 17 kB Progress (4): 303/352 kB | 115/778 kB | 23 kB | 17 kB Progress (4): 307/352 kB | 115/778 kB | 23 kB | 17 kB Progress (4): 311/352 kB | 115/778 kB | 23 kB | 17 kB Progress (4): 311/352 kB | 119/778 kB | 23 kB | 17 kB Progress (4): 315/352 kB | 119/778 kB | 23 kB | 17 kB Progress (4): 315/352 kB | 123/778 kB | 23 kB | 17 kB Progress (4): 315/352 kB | 127/778 kB | 23 kB | 17 kB Progress (4): 315/352 kB | 131/778 kB | 23 kB | 17 kB Progress (4): 319/352 kB | 131/778 kB | 23 kB | 17 kB Progress (4): 324/352 kB | 131/778 kB | 23 kB | 17 kB Progress (4): 324/352 kB | 135/778 kB | 23 kB | 17 kB Progress (4): 328/352 kB | 135/778 kB | 23 kB | 17 kB Progress (4): 328/352 kB | 139/778 kB | 23 kB | 17 kB Progress (4): 332/352 kB | 139/778 kB | 23 kB | 17 kB Progress (4): 332/352 kB | 143/778 kB | 23 kB | 17 kB Progress (4): 332/352 kB | 147/778 kB | 23 kB | 17 kB Progress (4): 336/352 kB | 147/778 kB | 23 kB | 17 kB Progress (4): 340/352 kB | 147/778 kB | 23 kB | 17 kB Progress (4): 344/352 kB | 147/778 kB | 23 kB | 17 kB Progress (4): 344/352 kB | 152/778 kB | 23 kB | 17 kB Progress (4): 348/352 kB | 152/778 kB | 23 kB | 17 kB Progress (4): 348/352 kB | 156/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 156/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 160/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 164/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 168/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 172/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 176/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 180/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 184/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 188/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 193/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 197/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 201/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 205/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 209/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 213/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 217/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 221/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 225/778 kB | 23 kB | 17 kB Progress (4): 352 kB | 229/778 kB | 23 kB | 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar (23 kB at 28 kB/s) Progress (3): 352 kB | 233/778 kB | 17 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar (17 kB at 19 kB/s) Progress (2): 352 kB | 238/778 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar Progress (2): 352 kB | 242/778 kB Progress (2): 352 kB | 246/778 kB Progress (2): 352 kB | 250/778 kB Progress (2): 352 kB | 254/778 kB Progress (2): 352 kB | 258/778 kB Progress (2): 352 kB | 262/778 kB Progress (2): 352 kB | 266/778 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar (352 kB at 411 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.jar Progress (1): 270/778 kB Progress (2): 270/778 kB | 4.1/58 kB Progress (2): 274/778 kB | 4.1/58 kB Progress (2): 279/778 kB | 4.1/58 kB Progress (3): 279/778 kB | 4.1/58 kB | 4.1/83 kB Progress (3): 279/778 kB | 8.2/58 kB | 4.1/83 kB Progress (3): 279/778 kB | 8.2/58 kB | 8.2/83 kB Progress (4): 279/778 kB | 8.2/58 kB | 8.2/83 kB | 4.1/116 kB Progress (4): 279/778 kB | 8.2/58 kB | 12/83 kB | 4.1/116 kB Progress (4): 279/778 kB | 12/58 kB | 12/83 kB | 4.1/116 kB Progress (4): 283/778 kB | 12/58 kB | 12/83 kB | 4.1/116 kB Progress (4): 283/778 kB | 16/58 kB | 12/83 kB | 4.1/116 kB Progress (4): 283/778 kB | 16/58 kB | 16/83 kB | 4.1/116 kB Progress (5): 283/778 kB | 16/58 kB | 16/83 kB | 4.1/116 kB | 4.1/37 kB Progress (5): 283/778 kB | 16/58 kB | 16/83 kB | 8.2/116 kB | 4.1/37 kB Progress (5): 283/778 kB | 16/58 kB | 16/83 kB | 8.2/116 kB | 8.2/37 kB Progress (5): 283/778 kB | 20/58 kB | 16/83 kB | 8.2/116 kB | 8.2/37 kB Progress (5): 287/778 kB | 20/58 kB | 16/83 kB | 8.2/116 kB | 8.2/37 kB Progress (5): 287/778 kB | 25/58 kB | 16/83 kB | 8.2/116 kB | 8.2/37 kB Progress (5): 287/778 kB | 25/58 kB | 16/83 kB | 8.2/116 kB | 12/37 kB Progress (5): 287/778 kB | 25/58 kB | 20/83 kB | 8.2/116 kB | 12/37 kB Progress (5): 287/778 kB | 25/58 kB | 20/83 kB | 12/116 kB | 12/37 kB Progress (5): 287/778 kB | 25/58 kB | 25/83 kB | 12/116 kB | 12/37 kB Progress (5): 287/778 kB | 25/58 kB | 25/83 kB | 12/116 kB | 16/37 kB Progress (5): 287/778 kB | 29/58 kB | 25/83 kB | 12/116 kB | 16/37 kB Progress (5): 291/778 kB | 29/58 kB | 25/83 kB | 12/116 kB | 16/37 kB Progress (5): 291/778 kB | 33/58 kB | 25/83 kB | 12/116 kB | 16/37 kB Progress (5): 291/778 kB | 33/58 kB | 29/83 kB | 12/116 kB | 16/37 kB Progress (5): 291/778 kB | 33/58 kB | 29/83 kB | 16/116 kB | 16/37 kB Progress (5): 291/778 kB | 33/58 kB | 33/83 kB | 16/116 kB | 16/37 kB Progress (5): 291/778 kB | 33/58 kB | 33/83 kB | 16/116 kB | 20/37 kB Progress (5): 291/778 kB | 33/58 kB | 33/83 kB | 16/116 kB | 25/37 kB Progress (5): 295/778 kB | 33/58 kB | 33/83 kB | 16/116 kB | 25/37 kB Progress (5): 295/778 kB | 33/58 kB | 33/83 kB | 16/116 kB | 29/37 kB Progress (5): 295/778 kB | 33/58 kB | 37/83 kB | 16/116 kB | 29/37 kB Progress (5): 295/778 kB | 33/58 kB | 41/83 kB | 16/116 kB | 29/37 kB Progress (5): 295/778 kB | 33/58 kB | 41/83 kB | 20/116 kB | 29/37 kB Progress (5): 295/778 kB | 37/58 kB | 41/83 kB | 20/116 kB | 29/37 kB Progress (5): 295/778 kB | 37/58 kB | 41/83 kB | 25/116 kB | 29/37 kB Progress (5): 295/778 kB | 37/58 kB | 45/83 kB | 25/116 kB | 29/37 kB Progress (5): 299/778 kB | 37/58 kB | 45/83 kB | 25/116 kB | 29/37 kB Progress (5): 299/778 kB | 37/58 kB | 45/83 kB | 25/116 kB | 33/37 kB Progress (5): 303/778 kB | 37/58 kB | 45/83 kB | 25/116 kB | 33/37 kB Progress (5): 303/778 kB | 37/58 kB | 49/83 kB | 25/116 kB | 33/37 kB Progress (5): 303/778 kB | 37/58 kB | 49/83 kB | 29/116 kB | 33/37 kB Progress (5): 303/778 kB | 37/58 kB | 49/83 kB | 33/116 kB | 33/37 kB Progress (5): 303/778 kB | 37/58 kB | 53/83 kB | 33/116 kB | 33/37 kB Progress (5): 303/778 kB | 41/58 kB | 53/83 kB | 33/116 kB | 33/37 kB Progress (5): 303/778 kB | 41/58 kB | 57/83 kB | 33/116 kB | 33/37 kB Progress (5): 303/778 kB | 41/58 kB | 57/83 kB | 37/116 kB | 33/37 kB Progress (5): 303/778 kB | 41/58 kB | 57/83 kB | 37/116 kB | 37/37 kB Progress (5): 307/778 kB | 41/58 kB | 57/83 kB | 37/116 kB | 37/37 kB Progress (5): 307/778 kB | 41/58 kB | 57/83 kB | 37/116 kB | 37 kB Progress (5): 307/778 kB | 41/58 kB | 57/83 kB | 41/116 kB | 37 kB Progress (5): 307/778 kB | 41/58 kB | 61/83 kB | 41/116 kB | 37 kB Progress (5): 307/778 kB | 45/58 kB | 61/83 kB | 41/116 kB | 37 kB Progress (5): 307/778 kB | 45/58 kB | 66/83 kB | 41/116 kB | 37 kB Progress (5): 307/778 kB | 45/58 kB | 66/83 kB | 45/116 kB | 37 kB Progress (5): 311/778 kB | 45/58 kB | 66/83 kB | 45/116 kB | 37 kB Progress (5): 311/778 kB | 45/58 kB | 66/83 kB | 49/116 kB | 37 kB Progress (5): 311/778 kB | 49/58 kB | 66/83 kB | 49/116 kB | 37 kB Progress (5): 311/778 kB | 49/58 kB | 70/83 kB | 49/116 kB | 37 kB Progress (5): 315/778 kB | 49/58 kB | 70/83 kB | 49/116 kB | 37 kB Progress (5): 315/778 kB | 49/58 kB | 74/83 kB | 49/116 kB | 37 kB Progress (5): 315/778 kB | 49/58 kB | 74/83 kB | 53/116 kB | 37 kB Progress (5): 315/778 kB | 53/58 kB | 74/83 kB | 53/116 kB | 37 kB Progress (5): 319/778 kB | 53/58 kB | 74/83 kB | 53/116 kB | 37 kB Progress (5): 319/778 kB | 57/58 kB | 74/83 kB | 53/116 kB | 37 kB Progress (5): 319/778 kB | 57/58 kB | 74/83 kB | 57/116 kB | 37 kB Progress (5): 319/778 kB | 57/58 kB | 78/83 kB | 57/116 kB | 37 kB Progress (5): 319/778 kB | 57/58 kB | 78/83 kB | 61/116 kB | 37 kB Progress (5): 319/778 kB | 58 kB | 78/83 kB | 61/116 kB | 37 kB Progress (5): 324/778 kB | 58 kB | 78/83 kB | 61/116 kB | 37 kB Progress (5): 324/778 kB | 58 kB | 78/83 kB | 66/116 kB | 37 kB Progress (5): 324/778 kB | 58 kB | 82/83 kB | 66/116 kB | 37 kB Progress (5): 328/778 kB | 58 kB | 82/83 kB | 66/116 kB | 37 kB Progress (5): 328/778 kB | 58 kB | 83 kB | 66/116 kB | 37 kB Progress (5): 328/778 kB | 58 kB | 83 kB | 70/116 kB | 37 kB Progress (5): 328/778 kB | 58 kB | 83 kB | 74/116 kB | 37 kB Progress (5): 332/778 kB | 58 kB | 83 kB | 74/116 kB | 37 kB Progress (5): 332/778 kB | 58 kB | 83 kB | 78/116 kB | 37 kB Progress (5): 336/778 kB | 58 kB | 83 kB | 78/116 kB | 37 kB Progress (5): 336/778 kB | 58 kB | 83 kB | 82/116 kB | 37 kB Progress (5): 340/778 kB | 58 kB | 83 kB | 82/116 kB | 37 kB Progress (5): 344/778 kB | 58 kB | 83 kB | 82/116 kB | 37 kB Progress (5): 344/778 kB | 58 kB | 83 kB | 86/116 kB | 37 kB Progress (5): 344/778 kB | 58 kB | 83 kB | 90/116 kB | 37 kB Progress (5): 348/778 kB | 58 kB | 83 kB | 90/116 kB | 37 kB Progress (5): 348/778 kB | 58 kB | 83 kB | 94/116 kB | 37 kB Progress (5): 352/778 kB | 58 kB | 83 kB | 94/116 kB | 37 kB Progress (5): 352/778 kB | 58 kB | 83 kB | 98/116 kB | 37 kB Progress (5): 356/778 kB | 58 kB | 83 kB | 98/116 kB | 37 kB Progress (5): 360/778 kB | 58 kB | 83 kB | 98/116 kB | 37 kB Progress (5): 360/778 kB | 58 kB | 83 kB | 102/116 kB | 37 kB Progress (5): 360/778 kB | 58 kB | 83 kB | 106/116 kB | 37 kB Progress (5): 365/778 kB | 58 kB | 83 kB | 106/116 kB | 37 kB Progress (5): 365/778 kB | 58 kB | 83 kB | 111/116 kB | 37 kB Progress (5): 369/778 kB | 58 kB | 83 kB | 111/116 kB | 37 kB Progress (5): 369/778 kB | 58 kB | 83 kB | 115/116 kB | 37 kB Progress (5): 373/778 kB | 58 kB | 83 kB | 115/116 kB | 37 kB Progress (5): 373/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 377/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 381/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 385/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 389/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 393/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 397/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 401/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 406/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 410/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 414/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 418/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 422/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 426/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 430/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 434/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 438/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 442/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 446/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 451/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 455/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 459/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 463/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 467/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Progress (5): 471/778 kB | 58 kB | 83 kB | 116 kB | 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/soap/jakarta.xml.soap-api/1.4.2/jakarta.xml.soap-api-1.4.2.jar (37 kB at 41 kB/s) Progress (4): 475/778 kB | 58 kB | 83 kB | 116 kB Downloading from central: https://repo.maven.apache.org/maven2/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.jar Progress (4): 479/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 483/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 487/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 492/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 496/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 500/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 504/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 508/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 512/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 516/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 520/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 524/778 kB | 58 kB | 83 kB | 116 kB Progress (4): 528/778 kB | 58 kB | 83 kB | 116 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/ws/jakarta.xml.ws-api/2.3.3/jakarta.xml.ws-api-2.3.3.jar (58 kB at 63 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar (83 kB at 91 kB/s) Progress (2): 532/778 kB | 116 kB Progress (2): 537/778 kB | 116 kB Progress (2): 541/778 kB | 116 kB Progress (2): 545/778 kB | 116 kB Progress (2): 548/778 kB | 116 kB Progress (2): 552/778 kB | 116 kB Progress (2): 556/778 kB | 116 kB Progress (2): 560/778 kB | 116 kB Progress (2): 564/778 kB | 116 kB Progress (2): 568/778 kB | 116 kB Progress (2): 572/778 kB | 116 kB Progress (2): 576/778 kB | 116 kB Progress (2): 580/778 kB | 116 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 127 kB/s) Progress (1): 585/778 kB Progress (1): 589/778 kB Progress (1): 593/778 kB Progress (1): 597/778 kB Progress (1): 601/778 kB Progress (1): 605/778 kB Progress (1): 609/778 kB Progress (1): 613/778 kB Progress (1): 617/778 kB Progress (1): 621/778 kB Progress (1): 625/778 kB Progress (1): 630/778 kB Progress (1): 634/778 kB Progress (1): 638/778 kB Progress (1): 642/778 kB Progress (1): 646/778 kB Progress (1): 650/778 kB Progress (1): 654/778 kB Progress (1): 658/778 kB Progress (1): 662/778 kB Progress (1): 666/778 kB Progress (1): 671/778 kB Progress (1): 675/778 kB Progress (1): 679/778 kB Progress (1): 683/778 kB Progress (1): 687/778 kB Progress (1): 691/778 kB Progress (1): 695/778 kB Progress (1): 699/778 kB Progress (1): 703/778 kB Progress (1): 707/778 kB Progress (1): 711/778 kB Progress (1): 716/778 kB Progress (1): 720/778 kB Progress (1): 724/778 kB Progress (1): 728/778 kB Progress (1): 732/778 kB Progress (1): 736/778 kB Progress (1): 740/778 kB Progress (1): 744/778 kB Progress (1): 748/778 kB Progress (1): 752/778 kB Progress (1): 757/778 kB Progress (1): 761/778 kB Progress (1): 765/778 kB Progress (1): 767/778 kB Progress (1): 771/778 kB Progress (1): 775/778 kB Progress (1): 778 kB Progress (2): 778 kB | 4.1/16 kB Progress (2): 778 kB | 8.2/16 kB Progress (2): 778 kB | 12/16 kB Progress (2): 778 kB | 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/jws/jakarta.jws-api/1.1.1/jakarta.jws-api-1.1.1.jar (16 kB at 17 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar (778 kB at 836 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-11.0-20200722.204430-2.jar Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/11.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-11.0-20200722.204143-2.jar Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-11.0-20200722.204429-2-sources.jar Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/11.0-SNAPSHOT/org.eclipse.scout.rt.client.test-11.0-20200722.204233-2.jar Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-11.0-20200722.204429-2.jar Progress (1): 2.3 kB Progress (2): 2.3 kB | 4.1/399 kB Progress (2): 2.3 kB | 7.7/399 kB Progress (2): 2.3 kB | 12/399 kB Progress (2): 2.3 kB | 16/399 kB Progress (2): 2.3 kB | 20/399 kB Progress (2): 2.3 kB | 24/399 kB Progress (2): 2.3 kB | 28/399 kB Progress (2): 2.3 kB | 32/399 kB Progress (2): 2.3 kB | 36/399 kB Progress (2): 2.3 kB | 40/399 kB Progress (2): 2.3 kB | 45/399 kB Progress (2): 2.3 kB | 49/399 kB Progress (2): 2.3 kB | 53/399 kB Progress (2): 2.3 kB | 57/399 kB Progress (2): 2.3 kB | 61/399 kB Progress (2): 2.3 kB | 65/399 kB Progress (2): 2.3 kB | 69/399 kB Progress (2): 2.3 kB | 73/399 kB Progress (2): 2.3 kB | 77/399 kB Progress (2): 2.3 kB | 81/399 kB Progress (2): 2.3 kB | 85/399 kB Progress (2): 2.3 kB | 90/399 kB Progress (2): 2.3 kB | 94/399 kB Progress (2): 2.3 kB | 98/399 kB Progress (3): 2.3 kB | 98/399 kB | 7.7/923 kB Progress (3): 2.3 kB | 98/399 kB | 16/923 kB Progress (3): 2.3 kB | 98/399 kB | 24/923 kB Progress (3): 2.3 kB | 98/399 kB | 32/923 kB Progress (4): 2.3 kB | 98/399 kB | 32/923 kB | 4.1/147 kB Progress (4): 2.3 kB | 98/399 kB | 32/923 kB | 7.7/147 kB Progress (4): 2.3 kB | 98/399 kB | 32/923 kB | 12/147 kB Progress (4): 2.3 kB | 102/399 kB | 32/923 kB | 12/147 kB Progress (4): 2.3 kB | 102/399 kB | 40/923 kB | 12/147 kB Progress (4): 2.3 kB | 102/399 kB | 40/923 kB | 16/147 kB Progress (4): 2.3 kB | 102/399 kB | 49/923 kB | 16/147 kB Progress (4): 2.3 kB | 106/399 kB | 49/923 kB | 16/147 kB Progress (4): 2.3 kB | 110/399 kB | 49/923 kB | 16/147 kB Progress (4): 2.3 kB | 110/399 kB | 49/923 kB | 20/147 kB Progress (4): 2.3 kB | 114/399 kB | 49/923 kB | 20/147 kB Progress (4): 2.3 kB | 114/399 kB | 49/923 kB | 24/147 kB Progress (4): 2.3 kB | 114/399 kB | 57/923 kB | 24/147 kB Progress (4): 2.3 kB | 114/399 kB | 57/923 kB | 28/147 kB Progress (4): 2.3 kB | 114/399 kB | 65/923 kB | 28/147 kB Progress (4): 2.3 kB | 114/399 kB | 65/923 kB | 32/147 kB Progress (4): 2.3 kB | 118/399 kB | 65/923 kB | 32/147 kB Progress (4): 2.3 kB | 122/399 kB | 65/923 kB | 32/147 kB Progress (4): 2.3 kB | 126/399 kB | 65/923 kB | 32/147 kB Progress (4): 2.3 kB | 126/399 kB | 65/923 kB | 36/147 kB Progress (4): 2.3 kB | 126/399 kB | 73/923 kB | 36/147 kB Progress (4): 2.3 kB | 126/399 kB | 73/923 kB | 40/147 kB Progress (4): 2.3 kB | 131/399 kB | 73/923 kB | 40/147 kB Progress (4): 2.3 kB | 131/399 kB | 73/923 kB | 45/147 kB Progress (4): 2.3 kB | 131/399 kB | 81/923 kB | 45/147 kB Progress (4): 2.3 kB | 131/399 kB | 81/923 kB | 49/147 kB Progress (4): 2.3 kB | 135/399 kB | 81/923 kB | 49/147 kB Progress (4): 2.3 kB | 135/399 kB | 81/923 kB | 53/147 kB Progress (4): 2.3 kB | 135/399 kB | 90/923 kB | 53/147 kB Progress (4): 2.3 kB | 139/399 kB | 90/923 kB | 53/147 kB Progress (4): 2.3 kB | 139/399 kB | 98/923 kB | 53/147 kB Progress (4): 2.3 kB | 139/399 kB | 98/923 kB | 57/147 kB Progress (4): 2.3 kB | 143/399 kB | 98/923 kB | 57/147 kB Progress (4): 2.3 kB | 143/399 kB | 98/923 kB | 61/147 kB Progress (4): 2.3 kB | 147/399 kB | 98/923 kB | 61/147 kB Progress (4): 2.3 kB | 147/399 kB | 98/923 kB | 65/147 kB Progress (4): 2.3 kB | 147/399 kB | 106/923 kB | 65/147 kB Progress (4): 2.3 kB | 147/399 kB | 114/923 kB | 65/147 kB Progress (4): 2.3 kB | 147/399 kB | 114/923 kB | 69/147 kB Progress (4): 2.3 kB | 151/399 kB | 114/923 kB | 69/147 kB Progress (4): 2.3 kB | 151/399 kB | 114/923 kB | 73/147 kB Progress (4): 2.3 kB | 155/399 kB | 114/923 kB | 73/147 kB Progress (4): 2.3 kB | 155/399 kB | 122/923 kB | 73/147 kB Progress (4): 2.3 kB | 155/399 kB | 122/923 kB | 77/147 kB Progress (4): 2.3 kB | 155/399 kB | 131/923 kB | 77/147 kB Progress (4): 2.3 kB | 159/399 kB | 131/923 kB | 77/147 kB Progress (4): 2.3 kB | 159/399 kB | 131/923 kB | 81/147 kB Progress (4): 2.3 kB | 163/399 kB | 131/923 kB | 81/147 kB Progress (4): 2.3 kB | 163/399 kB | 139/923 kB | 81/147 kB Progress (4): 2.3 kB | 163/399 kB | 139/923 kB | 85/147 kB Progress (4): 2.3 kB | 163/399 kB | 147/923 kB | 85/147 kB Progress (4): 2.3 kB | 163/399 kB | 147/923 kB | 90/147 kB Progress (4): 2.3 kB | 167/399 kB | 147/923 kB | 90/147 kB Progress (4): 2.3 kB | 167/399 kB | 147/923 kB | 94/147 kB Progress (4): 2.3 kB | 171/399 kB | 147/923 kB | 94/147 kB Progress (4): 2.3 kB | 171/399 kB | 147/923 kB | 98/147 kB Progress (4): 2.3 kB | 176/399 kB | 147/923 kB | 98/147 kB Progress (4): 2.3 kB | 180/399 kB | 147/923 kB | 98/147 kB Progress (4): 2.3 kB | 180/399 kB | 147/923 kB | 102/147 kB Progress (4): 2.3 kB | 180/399 kB | 147/923 kB | 106/147 kB Progress (4): 2.3 kB | 180/399 kB | 147/923 kB | 110/147 kB Progress (4): 2.3 kB | 184/399 kB | 147/923 kB | 110/147 kB Progress (4): 2.3 kB | 184/399 kB | 147/923 kB | 114/147 kB Progress (4): 2.3 kB | 188/399 kB | 147/923 kB | 114/147 kB Progress (4): 2.3 kB | 192/399 kB | 147/923 kB | 114/147 kB Progress (4): 2.3 kB | 192/399 kB | 155/923 kB | 114/147 kB Progress (4): 2.3 kB | 196/399 kB | 155/923 kB | 114/147 kB Progress (4): 2.3 kB | 196/399 kB | 155/923 kB | 118/147 kB Progress (4): 2.3 kB | 196/399 kB | 163/923 kB | 118/147 kB Progress (4): 2.3 kB | 196/399 kB | 163/923 kB | 122/147 kB Progress (4): 2.3 kB | 196/399 kB | 163/923 kB | 126/147 kB Progress (4): 2.3 kB | 196/399 kB | 163/923 kB | 131/147 kB Progress (4): 2.3 kB | 200/399 kB | 163/923 kB | 131/147 kB Progress (4): 2.3 kB | 204/399 kB | 163/923 kB | 131/147 kB Progress (4): 2.3 kB | 204/399 kB | 171/923 kB | 131/147 kB Progress (4): 2.3 kB | 208/399 kB | 171/923 kB | 131/147 kB Progress (4): 2.3 kB | 208/399 kB | 171/923 kB | 135/147 kB Progress (4): 2.3 kB | 212/399 kB | 171/923 kB | 135/147 kB Progress (4): 2.3 kB | 212/399 kB | 180/923 kB | 135/147 kB Progress (4): 2.3 kB | 212/399 kB | 180/923 kB | 139/147 kB Progress (4): 2.3 kB | 212/399 kB | 180/923 kB | 143/147 kB Progress (4): 2.3 kB | 212/399 kB | 180/923 kB | 147 kB Progress (4): 2.3 kB | 217/399 kB | 180/923 kB | 147 kB Progress (4): 2.3 kB | 221/399 kB | 180/923 kB | 147 kB Progress (4): 2.3 kB | 221/399 kB | 188/923 kB | 147 kB Progress (4): 2.3 kB | 225/399 kB | 188/923 kB | 147 kB Progress (4): 2.3 kB | 225/399 kB | 196/923 kB | 147 kB Progress (4): 2.3 kB | 229/399 kB | 196/923 kB | 147 kB Progress (4): 2.3 kB | 229/399 kB | 204/923 kB | 147 kB Progress (4): 2.3 kB | 233/399 kB | 204/923 kB | 147 kB Progress (4): 2.3 kB | 233/399 kB | 212/923 kB | 147 kB Progress (4): 2.3 kB | 237/399 kB | 212/923 kB | 147 kB Progress (4): 2.3 kB | 241/399 kB | 212/923 kB | 147 kB Progress (4): 2.3 kB | 245/399 kB | 212/923 kB | 147 kB Progress (4): 2.3 kB | 245/399 kB | 221/923 kB | 147 kB Progress (4): 2.3 kB | 245/399 kB | 229/923 kB | 147 kB Progress (4): 2.3 kB | 249/399 kB | 229/923 kB | 147 kB Progress (4): 2.3 kB | 253/399 kB | 229/923 kB | 147 kB Progress (4): 2.3 kB | 258/399 kB | 229/923 kB | 147 kB Progress (4): 2.3 kB | 262/399 kB | 229/923 kB | 147 kB Progress (4): 2.3 kB | 262/399 kB | 237/923 kB | 147 kB Progress (4): 2.3 kB | 262/399 kB | 245/923 kB | 147 kB Progress (4): 2.3 kB | 266/399 kB | 245/923 kB | 147 kB Progress (4): 2.3 kB | 270/399 kB | 245/923 kB | 147 kB Progress (4): 2.3 kB | 274/399 kB | 245/923 kB | 147 kB Progress (4): 2.3 kB | 274/399 kB | 253/923 kB | 147 kB Progress (4): 2.3 kB | 278/399 kB | 253/923 kB | 147 kB Progress (4): 2.3 kB | 278/399 kB | 262/923 kB | 147 kB Progress (4): 2.3 kB | 282/399 kB | 262/923 kB | 147 kB Progress (4): 2.3 kB | 286/399 kB | 262/923 kB | 147 kB Progress (4): 2.3 kB | 286/399 kB | 270/923 kB | 147 kB Progress (4): 2.3 kB | 290/399 kB | 270/923 kB | 147 kB Progress (4): 2.3 kB | 290/399 kB | 278/923 kB | 147 kB Progress (4): 2.3 kB | 294/399 kB | 278/923 kB | 147 kB Progress (4): 2.3 kB | 294/399 kB | 286/923 kB | 147 kB Progress (4): 2.3 kB | 298/399 kB | 286/923 kB | 147 kB Progress (4): 2.3 kB | 298/399 kB | 294/923 kB | 147 kB Progress (4): 2.3 kB | 303/399 kB | 294/923 kB | 147 kB Progress (4): 2.3 kB | 307/399 kB | 294/923 kB | 147 kB Progress (4): 2.3 kB | 311/399 kB | 294/923 kB | 147 kB Progress (4): 2.3 kB | 311/399 kB | 303/923 kB | 147 kB Progress (4): 2.3 kB | 311/399 kB | 311/923 kB | 147 kB Progress (4): 2.3 kB | 315/399 kB | 311/923 kB | 147 kB Progress (4): 2.3 kB | 319/399 kB | 311/923 kB | 147 kB Progress (4): 2.3 kB | 323/399 kB | 311/923 kB | 147 kB Progress (4): 2.3 kB | 327/399 kB | 311/923 kB | 147 kB Progress (4): 2.3 kB | 327/399 kB | 319/923 kB | 147 kB Progress (4): 2.3 kB | 327/399 kB | 327/923 kB | 147 kB Progress (4): 2.3 kB | 331/399 kB | 327/923 kB | 147 kB Progress (4): 2.3 kB | 335/399 kB | 327/923 kB | 147 kB Progress (4): 2.3 kB | 339/399 kB | 327/923 kB | 147 kB Progress (4): 2.3 kB | 344/399 kB | 327/923 kB | 147 kB Progress (4): 2.3 kB | 344/399 kB | 335/923 kB | 147 kB Progress (4): 2.3 kB | 344/399 kB | 344/923 kB | 147 kB Progress (4): 2.3 kB | 348/399 kB | 344/923 kB | 147 kB Progress (4): 2.3 kB | 352/399 kB | 344/923 kB | 147 kB Progress (4): 2.3 kB | 356/399 kB | 344/923 kB | 147 kB Progress (4): 2.3 kB | 356/399 kB | 352/923 kB | 147 kB Progress (4): 2.3 kB | 360/399 kB | 352/923 kB | 147 kB Progress (4): 2.3 kB | 360/399 kB | 360/923 kB | 147 kB Progress (4): 2.3 kB | 364/399 kB | 360/923 kB | 147 kB Progress (4): 2.3 kB | 368/399 kB | 360/923 kB | 147 kB Progress (4): 2.3 kB | 368/399 kB | 368/923 kB | 147 kB Progress (4): 2.3 kB | 372/399 kB | 368/923 kB | 147 kB Progress (4): 2.3 kB | 372/399 kB | 376/923 kB | 147 kB Progress (4): 2.3 kB | 376/399 kB | 376/923 kB | 147 kB Progress (4): 2.3 kB | 376/399 kB | 384/923 kB | 147 kB Progress (4): 2.3 kB | 380/399 kB | 384/923 kB | 147 kB Progress (4): 2.3 kB | 380/399 kB | 393/923 kB | 147 kB Progress (4): 2.3 kB | 384/399 kB | 393/923 kB | 147 kB Progress (4): 2.3 kB | 389/399 kB | 393/923 kB | 147 kB Progress (4): 2.3 kB | 393/399 kB | 393/923 kB | 147 kB Progress (4): 2.3 kB | 393/399 kB | 401/923 kB | 147 kB Progress (4): 2.3 kB | 397/399 kB | 401/923 kB | 147 kB Progress (4): 2.3 kB | 397/399 kB | 409/923 kB | 147 kB Progress (4): 2.3 kB | 399 kB | 409/923 kB | 147 kB Progress (5): 2.3 kB | 399 kB | 409/923 kB | 147 kB | 4.1/47 kB Progress (5): 2.3 kB | 399 kB | 409/923 kB | 147 kB | 7.7/47 kB Progress (5): 2.3 kB | 399 kB | 417/923 kB | 147 kB | 7.7/47 kB Progress (5): 2.3 kB | 399 kB | 417/923 kB | 147 kB | 12/47 kB Progress (5): 2.3 kB | 399 kB | 425/923 kB | 147 kB | 12/47 kB Progress (5): 2.3 kB | 399 kB | 425/923 kB | 147 kB | 16/47 kB Progress (5): 2.3 kB | 399 kB | 434/923 kB | 147 kB | 16/47 kB Progress (5): 2.3 kB | 399 kB | 434/923 kB | 147 kB | 20/47 kB Progress (5): 2.3 kB | 399 kB | 442/923 kB | 147 kB | 20/47 kB Progress (5): 2.3 kB | 399 kB | 442/923 kB | 147 kB | 24/47 kB Progress (5): 2.3 kB | 399 kB | 442/923 kB | 147 kB | 28/47 kB Progress (5): 2.3 kB | 399 kB | 442/923 kB | 147 kB | 32/47 kB Progress (5): 2.3 kB | 399 kB | 450/923 kB | 147 kB | 32/47 kB Progress (5): 2.3 kB | 399 kB | 458/923 kB | 147 kB | 32/47 kB Progress (5): 2.3 kB | 399 kB | 458/923 kB | 147 kB | 36/47 kB Progress (5): 2.3 kB | 399 kB | 458/923 kB | 147 kB | 40/47 kB Progress (5): 2.3 kB | 399 kB | 458/923 kB | 147 kB | 45/47 kB Progress (5): 2.3 kB | 399 kB | 466/923 kB | 147 kB | 45/47 kB Progress (5): 2.3 kB | 399 kB | 466/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 475/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 483/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 491/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 499/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 507/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 516/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 524/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 532/923 kB | 147 kB | 47 kB Progress (5): 2.3 kB | 399 kB | 540/923 kB | 147 kB | 47 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/11.0-SNAPSHOT/org.eclipse.scout.rt.server.commons-11.0-20200722.204143-2.jar (147 kB at 1.4 MB/s) Progress (4): 2.3 kB | 399 kB | 548/923 kB | 47 kB Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/11.0-SNAPSHOT/org.eclipse.scout.rt.shared-11.0-20200722.204141-2.jar Progress (4): 2.3 kB | 399 kB | 557/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 565/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 573/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 581/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 589/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 597/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 606/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 614/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 622/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 630/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 638/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 647/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 655/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 663/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 671/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 679/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 688/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 696/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 704/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 712/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 720/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 729/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 737/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 745/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 753/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 761/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 770/923 kB | 47 kB Progress (4): 2.3 kB | 399 kB | 778/923 kB | 47 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/11.0-SNAPSHOT/org.eclipse.scout.rt.client.test-11.0-20200722.204233-2.jar (47 kB at 399 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/11.0-SNAPSHOT/org.eclipse.scout.rt.client-11.0-20200722.204231-2.jar Progress (3): 2.3 kB | 399 kB | 786/923 kB Progress (3): 2.3 kB | 399 kB | 794/923 kB Progress (3): 2.3 kB | 399 kB | 802/923 kB Progress (3): 2.3 kB | 399 kB | 810/923 kB Progress (3): 2.3 kB | 399 kB | 819/923 kB Progress (3): 2.3 kB | 399 kB | 827/923 kB Progress (3): 2.3 kB | 399 kB | 835/923 kB Progress (3): 2.3 kB | 399 kB | 843/923 kB Progress (3): 2.3 kB | 399 kB | 851/923 kB Progress (3): 2.3 kB | 399 kB | 860/923 kB Progress (3): 2.3 kB | 399 kB | 868/923 kB Progress (3): 2.3 kB | 399 kB | 876/923 kB Progress (3): 2.3 kB | 399 kB | 884/923 kB Progress (3): 2.3 kB | 399 kB | 892/923 kB Progress (3): 2.3 kB | 399 kB | 901/923 kB Progress (3): 2.3 kB | 399 kB | 909/923 kB Progress (3): 2.3 kB | 399 kB | 917/923 kB Progress (3): 2.3 kB | 399 kB | 923 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-11.0-20200722.204430-2.jar (2.3 kB at 17 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/11.0-SNAPSHOT/org.eclipse.scout.json-11.0-20200722.204128-2.jar Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-11.0-20200722.204429-2-sources.jar (399 kB at 2.9 MB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/eclipse-scout-core/11.0-SNAPSHOT/eclipse-scout-core-11.0-20200722.204428-2.jar Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/11.0-SNAPSHOT/org.eclipse.scout.rt.ui.html-11.0-20200722.204429-2.jar (923 kB at 6.2 MB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/11.0-SNAPSHOT/org.eclipse.scout.rt.shared-11.0-20200722.204141-2-sources.jar Progress (1): 4.1/722 kB Progress (1): 7.7/722 kB Progress (1): 12/722 kB Progress (1): 16/722 kB Progress (1): 20/722 kB Progress (1): 24/722 kB Progress (2): 24/722 kB | 1.8 kB Progress (2): 28/722 kB | 1.8 kB Progress (2): 32/722 kB | 1.8 kB Progress (2): 36/722 kB | 1.8 kB Progress (2): 40/722 kB | 1.8 kB Progress (2): 45/722 kB | 1.8 kB Progress (2): 49/722 kB | 1.8 kB Progress (2): 53/722 kB | 1.8 kB Progress (2): 57/722 kB | 1.8 kB Progress (2): 61/722 kB | 1.8 kB Progress (2): 65/722 kB | 1.8 kB Progress (2): 69/722 kB | 1.8 kB Progress (2): 73/722 kB | 1.8 kB Progress (2): 77/722 kB | 1.8 kB Progress (2): 81/722 kB | 1.8 kB Progress (2): 85/722 kB | 1.8 kB Progress (2): 90/722 kB | 1.8 kB Progress (2): 94/722 kB | 1.8 kB Progress (2): 98/722 kB | 1.8 kB Progress (2): 102/722 kB | 1.8 kB Progress (2): 106/722 kB | 1.8 kB Progress (2): 110/722 kB | 1.8 kB Progress (2): 114/722 kB | 1.8 kB Progress (2): 118/722 kB | 1.8 kB Progress (2): 122/722 kB | 1.8 kB Progress (2): 126/722 kB | 1.8 kB Progress (2): 131/722 kB | 1.8 kB Progress (2): 135/722 kB | 1.8 kB Progress (2): 139/722 kB | 1.8 kB Progress (2): 143/722 kB | 1.8 kB Progress (2): 147/722 kB | 1.8 kB Progress (2): 151/722 kB | 1.8 kB Progress (2): 155/722 kB | 1.8 kB Progress (2): 159/722 kB | 1.8 kB Progress (2): 163/722 kB | 1.8 kB Progress (2): 167/722 kB | 1.8 kB Progress (2): 171/722 kB | 1.8 kB Progress (2): 176/722 kB | 1.8 kB Progress (2): 180/722 kB | 1.8 kB Progress (2): 184/722 kB | 1.8 kB Progress (2): 188/722 kB | 1.8 kB Progress (2): 192/722 kB | 1.8 kB Progress (2): 196/722 kB | 1.8 kB Progress (2): 200/722 kB | 1.8 kB Progress (2): 204/722 kB | 1.8 kB Progress (2): 208/722 kB | 1.8 kB Progress (2): 212/722 kB | 1.8 kB Progress (2): 217/722 kB | 1.8 kB Progress (2): 221/722 kB | 1.8 kB Progress (2): 225/722 kB | 1.8 kB Progress (2): 229/722 kB | 1.8 kB Progress (2): 233/722 kB | 1.8 kB Progress (2): 237/722 kB | 1.8 kB Progress (2): 241/722 kB | 1.8 kB Progress (2): 245/722 kB | 1.8 kB Progress (2): 249/722 kB | 1.8 kB Progress (2): 253/722 kB | 1.8 kB Progress (2): 258/722 kB | 1.8 kB Progress (2): 262/722 kB | 1.8 kB Progress (2): 266/722 kB | 1.8 kB Progress (2): 270/722 kB | 1.8 kB Progress (2): 274/722 kB | 1.8 kB Progress (2): 278/722 kB | 1.8 kB Progress (2): 282/722 kB | 1.8 kB Progress (2): 286/722 kB | 1.8 kB Progress (2): 290/722 kB | 1.8 kB Progress (2): 294/722 kB | 1.8 kB Progress (2): 298/722 kB | 1.8 kB Progress (2): 303/722 kB | 1.8 kB Progress (2): 307/722 kB | 1.8 kB Progress (2): 311/722 kB | 1.8 kB Progress (2): 315/722 kB | 1.8 kB Progress (2): 319/722 kB | 1.8 kB Progress (2): 323/722 kB | 1.8 kB Progress (2): 327/722 kB | 1.8 kB Progress (3): 327/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 331/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 335/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 339/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 344/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 344/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 348/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 352/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 356/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 356/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 360/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 364/722 kB | 1.8 kB | 0/3.1 MB Progress (3): 364/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 368/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 372/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 376/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 380/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 384/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 389/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 389/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 393/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 397/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 397/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 401/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 405/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 409/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 409/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 413/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 417/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 421/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 421/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 425/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 430/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 430/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 434/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 438/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 442/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 446/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 450/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 454/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 458/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 462/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 466/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 471/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 475/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 479/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 483/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 487/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 491/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 495/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 499/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 503/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 507/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 511/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 516/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 520/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 524/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 528/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 532/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 536/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 540/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 544/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 548/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 552/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 557/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 561/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 565/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 569/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 573/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 577/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 581/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 585/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 589/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 593/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 597/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 602/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 606/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 610/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 614/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 618/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 622/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 626/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 630/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 634/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 638/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 643/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 647/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 651/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 655/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 659/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 663/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 667/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 671/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 675/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 679/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 683/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 688/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 692/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 696/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 700/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 704/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 708/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 712/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 716/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 720/722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.1/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.2/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.2/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.2/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.2/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.2/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.2/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.3/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.3/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.3/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.3/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.3/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.3/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.4/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.4/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.4/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.4/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.4/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.4/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.5/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.5/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.5/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.5/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.5/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.5/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.6/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.6/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.6/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.6/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.6/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.6/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.7/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.7/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.7/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.7/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.7/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.7/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.8/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.8/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.8/3.1 MB Progress (3): 722 kB | 1.8 kB | 0.8/3.1 MB Progress (4): 722 kB | 1.8 kB | 0.8/3.1 MB | 4.1/24 kB Progress (4): 722 kB | 1.8 kB | 0.8/3.1 MB | 7.7/24 kB Progress (4): 722 kB | 1.8 kB | 0.8/3.1 MB | 12/24 kB Progress (4): 722 kB | 1.8 kB | 0.8/3.1 MB | 16/24 kB Progress (4): 722 kB | 1.8 kB | 0.8/3.1 MB | 20/24 kB Progress (4): 722 kB | 1.8 kB | 0.8/3.1 MB | 24/24 kB Progress (4): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 4.1/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 7.7/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 12/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 16/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 20/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 24/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 28/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 32/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 36/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 40/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 45/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 49/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 53/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 57/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 61/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 65/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 69/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 73/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 77/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 81/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 85/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 90/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 94/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 98/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 102/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 106/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 110/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 114/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 118/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 122/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 126/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 131/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 135/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 139/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 143/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 147/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 151/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 155/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 159/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 163/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 167/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 171/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 176/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 180/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 180/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 184/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 188/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 192/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 196/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 196/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 200/481 kB Progress (5): 722 kB | 1.8 kB | 0.8/3.1 MB | 24 kB | 204/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 204/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 208/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 212/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 212/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 217/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 221/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 225/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 229/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 229/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 233/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 237/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 237/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 241/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 245/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 245/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 249/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 253/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 258/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 262/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 262/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 266/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 270/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 270/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 274/481 kB Progress (5): 722 kB | 1.8 kB | 0.9/3.1 MB | 24 kB | 278/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 278/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 282/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 286/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 290/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 294/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 294/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 298/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 303/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 303/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 307/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 311/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 311/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 315/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 319/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 323/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 327/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 327/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 331/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 335/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 335/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 339/481 kB Progress (5): 722 kB | 1.8 kB | 1.0/3.1 MB | 24 kB | 344/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 344/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 348/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 352/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 356/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 360/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 360/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 364/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 368/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 368/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 372/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 376/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 376/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 380/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 384/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 389/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 389/481 kB Progress (5): 722 kB | 1.8 kB | 1.1/3.1 MB | 24 kB | 393/481 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/11.0-SNAPSHOT/org.eclipse.scout.rt.shared-11.0-20200722.204141-2.jar (722 kB at 1.9 MB/s) Progress (4): 1.8 kB | 1.1/3.1 MB | 24 kB | 397/481 kB Progress (4): 1.8 kB | 1.1/3.1 MB | 24 kB | 401/481 kB Progress (4): 1.8 kB | 1.1/3.1 MB | 24 kB | 401/481 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/eclipse-scout-core/11.0-SNAPSHOT/eclipse-scout-core-11.0-20200722.204428-2.jar (1.8 kB at 4.8 kB/s) Progress (3): 1.1/3.1 MB | 24 kB | 405/481 kB Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/11.0-SNAPSHOT/org.eclipse.scout.rt.platform-11.0-20200722.204133-2.jar Progress (3): 1.1/3.1 MB | 24 kB | 409/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 409/481 kB Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/11.0-SNAPSHOT/org.eclipse.scout.rt.security-11.0-20200722.204136-2.jar Progress (3): 1.2/3.1 MB | 24 kB | 413/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 413/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 417/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 421/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 425/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 425/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 430/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 434/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 438/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 438/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 442/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 446/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 446/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 450/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 454/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 458/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 458/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 462/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 466/481 kB Progress (3): 1.2/3.1 MB | 24 kB | 471/481 kB Progress (3): 1.3/3.1 MB | 24 kB | 471/481 kB Progress (3): 1.3/3.1 MB | 24 kB | 475/481 kB Progress (3): 1.3/3.1 MB | 24 kB | 479/481 kB Progress (3): 1.3/3.1 MB | 24 kB | 481 kB Progress (3): 1.3/3.1 MB | 24 kB | 481 kB Progress (3): 1.3/3.1 MB | 24 kB | 481 kB Progress (3): 1.3/3.1 MB | 24 kB | 481 kB Progress (3): 1.3/3.1 MB | 24 kB | 481 kB Progress (3): 1.3/3.1 MB | 24 kB | 481 kB Progress (3): 1.4/3.1 MB | 24 kB | 481 kB Progress (3): 1.4/3.1 MB | 24 kB | 481 kB Progress (3): 1.4/3.1 MB | 24 kB | 481 kB Progress (3): 1.4/3.1 MB | 24 kB | 481 kB Progress (3): 1.4/3.1 MB | 24 kB | 481 kB Progress (3): 1.4/3.1 MB | 24 kB | 481 kB Progress (3): 1.5/3.1 MB | 24 kB | 481 kB Progress (3): 1.5/3.1 MB | 24 kB | 481 kB Progress (3): 1.5/3.1 MB | 24 kB | 481 kB Progress (3): 1.5/3.1 MB | 24 kB | 481 kB Progress (3): 1.5/3.1 MB | 24 kB | 481 kB Progress (3): 1.5/3.1 MB | 24 kB | 481 kB Progress (3): 1.6/3.1 MB | 24 kB | 481 kB Progress (3): 1.6/3.1 MB | 24 kB | 481 kB Progress (3): 1.6/3.1 MB | 24 kB | 481 kB Progress (3): 1.6/3.1 MB | 24 kB | 481 kB Progress (3): 1.6/3.1 MB | 24 kB | 481 kB Progress (3): 1.6/3.1 MB | 24 kB | 481 kB Progress (3): 1.7/3.1 MB | 24 kB | 481 kB Progress (3): 1.7/3.1 MB | 24 kB | 481 kB Progress (3): 1.7/3.1 MB | 24 kB | 481 kB Progress (3): 1.7/3.1 MB | 24 kB | 481 kB Progress (3): 1.7/3.1 MB | 24 kB | 481 kB Progress (3): 1.7/3.1 MB | 24 kB | 481 kB Progress (3): 1.8/3.1 MB | 24 kB | 481 kB Progress (3): 1.8/3.1 MB | 24 kB | 481 kB Progress (3): 1.8/3.1 MB | 24 kB | 481 kB Progress (3): 1.8/3.1 MB | 24 kB | 481 kB Progress (3): 1.8/3.1 MB | 24 kB | 481 kB Progress (3): 1.8/3.1 MB | 24 kB | 481 kB Progress (3): 1.9/3.1 MB | 24 kB | 481 kB Progress (3): 1.9/3.1 MB | 24 kB | 481 kB Progress (3): 1.9/3.1 MB | 24 kB | 481 kB Progress (3): 1.9/3.1 MB | 24 kB | 481 kB Progress (3): 1.9/3.1 MB | 24 kB | 481 kB Progress (3): 1.9/3.1 MB | 24 kB | 481 kB Progress (3): 1.9/3.1 MB | 24 kB | 481 kB Progress (3): 2.0/3.1 MB | 24 kB | 481 kB Progress (3): 2.0/3.1 MB | 24 kB | 481 kB Progress (3): 2.0/3.1 MB | 24 kB | 481 kB Progress (3): 2.0/3.1 MB | 24 kB | 481 kB Progress (3): 2.0/3.1 MB | 24 kB | 481 kB Progress (3): 2.0/3.1 MB | 24 kB | 481 kB Progress (3): 2.1/3.1 MB | 24 kB | 481 kB Progress (3): 2.1/3.1 MB | 24 kB | 481 kB Progress (3): 2.1/3.1 MB | 24 kB | 481 kB Progress (3): 2.1/3.1 MB | 24 kB | 481 kB Progress (3): 2.1/3.1 MB | 24 kB | 481 kB Progress (3): 2.1/3.1 MB | 24 kB | 481 kB Progress (3): 2.2/3.1 MB | 24 kB | 481 kB Progress (3): 2.2/3.1 MB | 24 kB | 481 kB Progress (3): 2.2/3.1 MB | 24 kB | 481 kB Progress (3): 2.2/3.1 MB | 24 kB | 481 kB Progress (3): 2.2/3.1 MB | 24 kB | 481 kB Progress (3): 2.2/3.1 MB | 24 kB | 481 kB Progress (3): 2.3/3.1 MB | 24 kB | 481 kB Progress (3): 2.3/3.1 MB | 24 kB | 481 kB Progress (3): 2.3/3.1 MB | 24 kB | 481 kB Progress (3): 2.3/3.1 MB | 24 kB | 481 kB Progress (3): 2.3/3.1 MB | 24 kB | 481 kB Progress (3): 2.3/3.1 MB | 24 kB | 481 kB Progress (3): 2.4/3.1 MB | 24 kB | 481 kB Progress (3): 2.4/3.1 MB | 24 kB | 481 kB Progress (3): 2.4/3.1 MB | 24 kB | 481 kB Progress (3): 2.4/3.1 MB | 24 kB | 481 kB Progress (3): 2.4/3.1 MB | 24 kB | 481 kB Progress (3): 2.4/3.1 MB | 24 kB | 481 kB Progress (3): 2.5/3.1 MB | 24 kB | 481 kB Progress (3): 2.5/3.1 MB | 24 kB | 481 kB Progress (3): 2.5/3.1 MB | 24 kB | 481 kB Progress (3): 2.5/3.1 MB | 24 kB | 481 kB Progress (3): 2.5/3.1 MB | 24 kB | 481 kB Progress (3): 2.5/3.1 MB | 24 kB | 481 kB Progress (3): 2.6/3.1 MB | 24 kB | 481 kB Progress (3): 2.6/3.1 MB | 24 kB | 481 kB Progress (3): 2.6/3.1 MB | 24 kB | 481 kB Progress (3): 2.6/3.1 MB | 24 kB | 481 kB Progress (3): 2.6/3.1 MB | 24 kB | 481 kB Progress (3): 2.6/3.1 MB | 24 kB | 481 kB Progress (3): 2.7/3.1 MB | 24 kB | 481 kB Progress (3): 2.7/3.1 MB | 24 kB | 481 kB Progress (3): 2.7/3.1 MB | 24 kB | 481 kB Progress (3): 2.7/3.1 MB | 24 kB | 481 kB Progress (3): 2.7/3.1 MB | 24 kB | 481 kB Progress (3): 2.7/3.1 MB | 24 kB | 481 kB Progress (3): 2.8/3.1 MB | 24 kB | 481 kB Progress (3): 2.8/3.1 MB | 24 kB | 481 kB Progress (3): 2.8/3.1 MB | 24 kB | 481 kB Progress (3): 2.8/3.1 MB | 24 kB | 481 kB Progress (3): 2.8/3.1 MB | 24 kB | 481 kB Progress (3): 2.8/3.1 MB | 24 kB | 481 kB Progress (3): 2.9/3.1 MB | 24 kB | 481 kB Progress (3): 2.9/3.1 MB | 24 kB | 481 kB Progress (3): 2.9/3.1 MB | 24 kB | 481 kB Progress (3): 2.9/3.1 MB | 24 kB | 481 kB Progress (3): 2.9/3.1 MB | 24 kB | 481 kB Progress (3): 2.9/3.1 MB | 24 kB | 481 kB Progress (3): 2.9/3.1 MB | 24 kB | 481 kB Progress (3): 3.0/3.1 MB | 24 kB | 481 kB Progress (3): 3.0/3.1 MB | 24 kB | 481 kB Progress (3): 3.0/3.1 MB | 24 kB | 481 kB Progress (3): 3.0/3.1 MB | 24 kB | 481 kB Progress (3): 3.0/3.1 MB | 24 kB | 481 kB Progress (3): 3.0/3.1 MB | 24 kB | 481 kB Progress (3): 3.1/3.1 MB | 24 kB | 481 kB Progress (3): 3.1/3.1 MB | 24 kB | 481 kB Progress (3): 3.1/3.1 MB | 24 kB | 481 kB Progress (3): 3.1/3.1 MB | 24 kB | 481 kB Progress (3): 3.1 MB | 24 kB | 481 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.client/11.0-SNAPSHOT/org.eclipse.scout.rt.client-11.0-20200722.204231-2.jar (3.1 MB at 6.8 MB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/11.0-SNAPSHOT/org.eclipse.scout.rt.security-11.0-20200722.204136-2-sources.jar Progress (3): 24 kB | 481 kB | 4.1/28 kB Progress (3): 24 kB | 481 kB | 7.7/28 kB Progress (3): 24 kB | 481 kB | 12/28 kB Progress (3): 24 kB | 481 kB | 16/28 kB Progress (3): 24 kB | 481 kB | 20/28 kB Progress (3): 24 kB | 481 kB | 24/28 kB Progress (3): 24 kB | 481 kB | 28 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/11.0-SNAPSHOT/org.eclipse.scout.rt.shared-11.0-20200722.204141-2-sources.jar (481 kB at 1.0 MB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/11.0-SNAPSHOT/org.eclipse.scout.rt.server.test-11.0-20200722.204147-2.jar Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.json/11.0-SNAPSHOT/org.eclipse.scout.json-11.0-20200722.204128-2.jar (24 kB at 52 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/11.0-SNAPSHOT/org.eclipse.scout.rt.server-11.0-20200722.204146-2.jar Progress (2): 28 kB | 7.7/882 kB Progress (2): 28 kB | 16/882 kB Progress (2): 28 kB | 24/882 kB Progress (2): 28 kB | 32/882 kB Progress (3): 28 kB | 32/882 kB | 4.1/23 kB Progress (3): 28 kB | 32/882 kB | 7.7/23 kB Progress (3): 28 kB | 32/882 kB | 12/23 kB Progress (3): 28 kB | 32/882 kB | 16/23 kB Progress (3): 28 kB | 40/882 kB | 16/23 kB Progress (3): 28 kB | 40/882 kB | 20/23 kB Progress (3): 28 kB | 49/882 kB | 20/23 kB Progress (3): 28 kB | 49/882 kB | 23 kB Progress (4): 28 kB | 49/882 kB | 23 kB | 4.1/16 kB Progress (4): 28 kB | 49/882 kB | 23 kB | 7.7/16 kB Progress (4): 28 kB | 49/882 kB | 23 kB | 12/16 kB Progress (4): 28 kB | 49/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 57/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 65/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 73/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 81/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 90/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 98/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 106/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 114/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 122/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 131/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 139/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 147/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 155/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 163/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 171/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 180/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 188/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 196/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 204/882 kB | 23 kB | 16 kB Progress (4): 28 kB | 212/882 kB | 23 kB | 16 kB Progress (5): 28 kB | 212/882 kB | 23 kB | 16 kB | 4.1/248 kB Progress (5): 28 kB | 221/882 kB | 23 kB | 16 kB | 4.1/248 kB Progress (5): 28 kB | 221/882 kB | 23 kB | 16 kB | 7.7/248 kB Progress (5): 28 kB | 229/882 kB | 23 kB | 16 kB | 7.7/248 kB Progress (5): 28 kB | 229/882 kB | 23 kB | 16 kB | 12/248 kB Progress (5): 28 kB | 229/882 kB | 23 kB | 16 kB | 16/248 kB Progress (5): 28 kB | 229/882 kB | 23 kB | 16 kB | 20/248 kB Progress (5): 28 kB | 237/882 kB | 23 kB | 16 kB | 20/248 kB Progress (5): 28 kB | 237/882 kB | 23 kB | 16 kB | 24/248 kB Progress (5): 28 kB | 245/882 kB | 23 kB | 16 kB | 24/248 kB Progress (5): 28 kB | 245/882 kB | 23 kB | 16 kB | 28/248 kB Progress (5): 28 kB | 245/882 kB | 23 kB | 16 kB | 32/248 kB Progress (5): 28 kB | 253/882 kB | 23 kB | 16 kB | 32/248 kB Progress (5): 28 kB | 253/882 kB | 23 kB | 16 kB | 36/248 kB Progress (5): 28 kB | 262/882 kB | 23 kB | 16 kB | 36/248 kB Progress (5): 28 kB | 262/882 kB | 23 kB | 16 kB | 40/248 kB Progress (5): 28 kB | 262/882 kB | 23 kB | 16 kB | 45/248 kB Progress (5): 28 kB | 262/882 kB | 23 kB | 16 kB | 49/248 kB Progress (5): 28 kB | 270/882 kB | 23 kB | 16 kB | 49/248 kB Progress (5): 28 kB | 270/882 kB | 23 kB | 16 kB | 53/248 kB Progress (5): 28 kB | 278/882 kB | 23 kB | 16 kB | 53/248 kB Progress (5): 28 kB | 278/882 kB | 23 kB | 16 kB | 57/248 kB Progress (5): 28 kB | 278/882 kB | 23 kB | 16 kB | 61/248 kB Progress (5): 28 kB | 278/882 kB | 23 kB | 16 kB | 65/248 kB Progress (5): 28 kB | 286/882 kB | 23 kB | 16 kB | 65/248 kB Progress (5): 28 kB | 294/882 kB | 23 kB | 16 kB | 65/248 kB Progress (5): 28 kB | 294/882 kB | 23 kB | 16 kB | 69/248 kB Progress (5): 28 kB | 294/882 kB | 23 kB | 16 kB | 73/248 kB Progress (5): 28 kB | 294/882 kB | 23 kB | 16 kB | 77/248 kB Progress (5): 28 kB | 303/882 kB | 23 kB | 16 kB | 77/248 kB Progress (5): 28 kB | 303/882 kB | 23 kB | 16 kB | 81/248 kB Progress (5): 28 kB | 311/882 kB | 23 kB | 16 kB | 81/248 kB Progress (5): 28 kB | 311/882 kB | 23 kB | 16 kB | 85/248 kB Progress (5): 28 kB | 319/882 kB | 23 kB | 16 kB | 85/248 kB Progress (5): 28 kB | 319/882 kB | 23 kB | 16 kB | 90/248 kB Progress (5): 28 kB | 327/882 kB | 23 kB | 16 kB | 90/248 kB Progress (5): 28 kB | 327/882 kB | 23 kB | 16 kB | 94/248 kB Progress (5): 28 kB | 327/882 kB | 23 kB | 16 kB | 98/248 kB Progress (5): 28 kB | 335/882 kB | 23 kB | 16 kB | 98/248 kB Progress (5): 28 kB | 344/882 kB | 23 kB | 16 kB | 98/248 kB Progress (5): 28 kB | 344/882 kB | 23 kB | 16 kB | 102/248 kB Progress (5): 28 kB | 344/882 kB | 23 kB | 16 kB | 106/248 kB Progress (5): 28 kB | 344/882 kB | 23 kB | 16 kB | 110/248 kB Progress (5): 28 kB | 352/882 kB | 23 kB | 16 kB | 110/248 kB Progress (5): 28 kB | 352/882 kB | 23 kB | 16 kB | 114/248 kB Progress (5): 28 kB | 360/882 kB | 23 kB | 16 kB | 114/248 kB Progress (5): 28 kB | 360/882 kB | 23 kB | 16 kB | 118/248 kB Progress (5): 28 kB | 368/882 kB | 23 kB | 16 kB | 118/248 kB Progress (5): 28 kB | 368/882 kB | 23 kB | 16 kB | 122/248 kB Progress (5): 28 kB | 376/882 kB | 23 kB | 16 kB | 122/248 kB Progress (5): 28 kB | 376/882 kB | 23 kB | 16 kB | 126/248 kB Progress (5): 28 kB | 376/882 kB | 23 kB | 16 kB | 131/248 kB Progress (5): 28 kB | 384/882 kB | 23 kB | 16 kB | 131/248 kB Progress (5): 28 kB | 393/882 kB | 23 kB | 16 kB | 131/248 kB Progress (5): 28 kB | 393/882 kB | 23 kB | 16 kB | 135/248 kB Progress (5): 28 kB | 393/882 kB | 23 kB | 16 kB | 139/248 kB Progress (5): 28 kB | 393/882 kB | 23 kB | 16 kB | 143/248 kB Progress (5): 28 kB | 401/882 kB | 23 kB | 16 kB | 143/248 kB Progress (5): 28 kB | 401/882 kB | 23 kB | 16 kB | 147/248 kB Progress (5): 28 kB | 409/882 kB | 23 kB | 16 kB | 147/248 kB Progress (5): 28 kB | 409/882 kB | 23 kB | 16 kB | 151/248 kB Progress (5): 28 kB | 417/882 kB | 23 kB | 16 kB | 151/248 kB Progress (5): 28 kB | 417/882 kB | 23 kB | 16 kB | 155/248 kB Progress (5): 28 kB | 425/882 kB | 23 kB | 16 kB | 155/248 kB Progress (5): 28 kB | 425/882 kB | 23 kB | 16 kB | 159/248 kB Progress (5): 28 kB | 425/882 kB | 23 kB | 16 kB | 163/248 kB Progress (5): 28 kB | 434/882 kB | 23 kB | 16 kB | 163/248 kB Progress (5): 28 kB | 442/882 kB | 23 kB | 16 kB | 163/248 kB Progress (5): 28 kB | 442/882 kB | 23 kB | 16 kB | 167/248 kB Progress (5): 28 kB | 442/882 kB | 23 kB | 16 kB | 171/248 kB Progress (5): 28 kB | 442/882 kB | 23 kB | 16 kB | 176/248 kB Progress (5): 28 kB | 450/882 kB | 23 kB | 16 kB | 176/248 kB Progress (5): 28 kB | 450/882 kB | 23 kB | 16 kB | 180/248 kB Progress (5): 28 kB | 458/882 kB | 23 kB | 16 kB | 180/248 kB Progress (5): 28 kB | 458/882 kB | 23 kB | 16 kB | 184/248 kB Progress (5): 28 kB | 458/882 kB | 23 kB | 16 kB | 188/248 kB Progress (5): 28 kB | 466/882 kB | 23 kB | 16 kB | 188/248 kB Progress (5): 28 kB | 466/882 kB | 23 kB | 16 kB | 192/248 kB Progress (5): 28 kB | 475/882 kB | 23 kB | 16 kB | 192/248 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/11.0-SNAPSHOT/org.eclipse.scout.rt.security-11.0-20200722.204136-2-sources.jar (23 kB at 46 kB/s) Progress (4): 28 kB | 475/882 kB | 16 kB | 196/248 kB Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/11.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-11.0-20200722.204144-2.jar Progress (4): 28 kB | 483/882 kB | 16 kB | 196/248 kB Progress (4): 28 kB | 483/882 kB | 16 kB | 200/248 kB Progress (4): 28 kB | 491/882 kB | 16 kB | 200/248 kB Progress (4): 28 kB | 491/882 kB | 16 kB | 204/248 kB Progress (4): 28 kB | 491/882 kB | 16 kB | 208/248 kB Progress (4): 28 kB | 491/882 kB | 16 kB | 212/248 kB Progress (4): 28 kB | 499/882 kB | 16 kB | 212/248 kB Progress (4): 28 kB | 507/882 kB | 16 kB | 212/248 kB Progress (4): 28 kB | 507/882 kB | 16 kB | 217/248 kB Progress (4): 28 kB | 507/882 kB | 16 kB | 221/248 kB Progress (4): 28 kB | 507/882 kB | 16 kB | 225/248 kB Progress (4): 28 kB | 516/882 kB | 16 kB | 225/248 kB Progress (4): 28 kB | 516/882 kB | 16 kB | 229/248 kB Progress (4): 28 kB | 524/882 kB | 16 kB | 229/248 kB Progress (4): 28 kB | 524/882 kB | 16 kB | 233/248 kB Progress (4): 28 kB | 532/882 kB | 16 kB | 233/248 kB Progress (4): 28 kB | 532/882 kB | 16 kB | 237/248 kB Progress (4): 28 kB | 540/882 kB | 16 kB | 237/248 kB Progress (4): 28 kB | 540/882 kB | 16 kB | 241/248 kB Progress (4): 28 kB | 540/882 kB | 16 kB | 245/248 kB Progress (4): 28 kB | 540/882 kB | 16 kB | 248 kB Progress (4): 28 kB | 548/882 kB | 16 kB | 248 kB Progress (4): 28 kB | 557/882 kB | 16 kB | 248 kB Progress (4): 28 kB | 565/882 kB | 16 kB | 248 kB Progress (4): 28 kB | 573/882 kB | 16 kB | 248 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/11.0-SNAPSHOT/org.eclipse.scout.rt.server.test-11.0-20200722.204147-2.jar (16 kB at 31 kB/s) Progress (3): 28 kB | 581/882 kB | 248 kB Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/11.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-11.0-20200722.204142-2.jar Progress (3): 28 kB | 589/882 kB | 248 kB Progress (3): 28 kB | 597/882 kB | 248 kB Progress (3): 28 kB | 606/882 kB | 248 kB Progress (3): 28 kB | 614/882 kB | 248 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.security/11.0-SNAPSHOT/org.eclipse.scout.rt.security-11.0-20200722.204136-2.jar (28 kB at 55 kB/s) Progress (2): 622/882 kB | 248 kB Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/11.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-11.0-20200722.204135-2.jar Progress (2): 630/882 kB | 248 kB Progress (2): 638/882 kB | 248 kB Progress (2): 647/882 kB | 248 kB Progress (2): 655/882 kB | 248 kB Progress (2): 663/882 kB | 248 kB Progress (2): 671/882 kB | 248 kB Progress (2): 679/882 kB | 248 kB Progress (2): 688/882 kB | 248 kB Progress (2): 696/882 kB | 248 kB Progress (2): 704/882 kB | 248 kB Progress (2): 712/882 kB | 248 kB Progress (2): 720/882 kB | 248 kB Progress (2): 729/882 kB | 248 kB Progress (2): 737/882 kB | 248 kB Progress (2): 745/882 kB | 248 kB Progress (2): 753/882 kB | 248 kB Progress (2): 761/882 kB | 248 kB Progress (2): 770/882 kB | 248 kB Progress (2): 778/882 kB | 248 kB Progress (2): 786/882 kB | 248 kB Progress (2): 794/882 kB | 248 kB Progress (2): 802/882 kB | 248 kB Progress (2): 810/882 kB | 248 kB Progress (2): 819/882 kB | 248 kB Progress (2): 827/882 kB | 248 kB Progress (2): 835/882 kB | 248 kB Progress (2): 843/882 kB | 248 kB Progress (2): 851/882 kB | 248 kB Progress (2): 860/882 kB | 248 kB Progress (2): 868/882 kB | 248 kB Progress (2): 876/882 kB | 248 kB Progress (2): 882 kB | 248 kB Progress (3): 882 kB | 248 kB | 4.1/49 kB Progress (3): 882 kB | 248 kB | 7.7/49 kB Progress (3): 882 kB | 248 kB | 12/49 kB Progress (3): 882 kB | 248 kB | 16/49 kB Progress (3): 882 kB | 248 kB | 20/49 kB Progress (3): 882 kB | 248 kB | 24/49 kB Progress (3): 882 kB | 248 kB | 28/49 kB Progress (3): 882 kB | 248 kB | 32/49 kB Progress (3): 882 kB | 248 kB | 36/49 kB Progress (3): 882 kB | 248 kB | 40/49 kB Progress (3): 882 kB | 248 kB | 45/49 kB Progress (3): 882 kB | 248 kB | 49/49 kB Progress (3): 882 kB | 248 kB | 49 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server/11.0-SNAPSHOT/org.eclipse.scout.rt.server-11.0-20200722.204146-2.jar (248 kB at 472 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/11.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-11.0-20200722.204149-2.jar Progress (3): 882 kB | 49 kB | 4.1/17 kB Progress (3): 882 kB | 49 kB | 7.7/17 kB Progress (3): 882 kB | 49 kB | 12/17 kB Progress (3): 882 kB | 49 kB | 16/17 kB Progress (3): 882 kB | 49 kB | 17 kB Progress (4): 882 kB | 49 kB | 17 kB | 4.1/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 7.7/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 12/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 16/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 20/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 24/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 28/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 32/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 36/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 40/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 45/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 49/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 53/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 57/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 61/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 65/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 69/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 73/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 77/81 kB Progress (4): 882 kB | 49 kB | 17 kB | 81 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/11.0-SNAPSHOT/org.eclipse.scout.rt.mom.api-11.0-20200722.204144-2.jar (49 kB at 90 kB/s) Downloading from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/11.0-SNAPSHOT/org.eclipse.scout.rt.dataobject-11.0-20200722.204136-2.jar Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/11.0-SNAPSHOT/org.eclipse.scout.rt.platform-11.0-20200722.204133-2.jar (882 kB at 1.6 MB/s) Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/11.0-SNAPSHOT/org.eclipse.scout.rt.shared.test-11.0-20200722.204142-2.jar (17 kB at 30 kB/s) Progress (2): 81 kB | 4.1/125 kB Progress (2): 81 kB | 7.7/125 kB Progress (2): 81 kB | 12/125 kB Progress (2): 81 kB | 16/125 kB Progress (2): 81 kB | 20/125 kB Progress (2): 81 kB | 24/125 kB Progress (2): 81 kB | 28/125 kB Progress (2): 81 kB | 32/125 kB Progress (2): 81 kB | 36/125 kB Progress (2): 81 kB | 40/125 kB Progress (2): 81 kB | 45/125 kB Progress (2): 81 kB | 49/125 kB Progress (2): 81 kB | 53/125 kB Progress (2): 81 kB | 57/125 kB Progress (2): 81 kB | 61/125 kB Progress (2): 81 kB | 65/125 kB Progress (2): 81 kB | 69/125 kB Progress (2): 81 kB | 73/125 kB Progress (2): 81 kB | 77/125 kB Progress (2): 81 kB | 81/125 kB Progress (2): 81 kB | 85/125 kB Progress (2): 81 kB | 90/125 kB Progress (2): 81 kB | 94/125 kB Progress (2): 81 kB | 98/125 kB Progress (2): 81 kB | 102/125 kB Progress (2): 81 kB | 106/125 kB Progress (2): 81 kB | 110/125 kB Progress (2): 81 kB | 114/125 kB Progress (2): 81 kB | 118/125 kB Progress (2): 81 kB | 122/125 kB Progress (2): 81 kB | 125 kB Progress (3): 81 kB | 125 kB | 4.1/78 kB Progress (3): 81 kB | 125 kB | 7.7/78 kB Progress (3): 81 kB | 125 kB | 12/78 kB Progress (3): 81 kB | 125 kB | 16/78 kB Progress (3): 81 kB | 125 kB | 20/78 kB Progress (3): 81 kB | 125 kB | 24/78 kB Progress (3): 81 kB | 125 kB | 28/78 kB Progress (3): 81 kB | 125 kB | 32/78 kB Progress (3): 81 kB | 125 kB | 36/78 kB Progress (3): 81 kB | 125 kB | 40/78 kB Progress (3): 81 kB | 125 kB | 45/78 kB Progress (3): 81 kB | 125 kB | 49/78 kB Progress (3): 81 kB | 125 kB | 53/78 kB Progress (3): 81 kB | 125 kB | 57/78 kB Progress (3): 81 kB | 125 kB | 61/78 kB Progress (3): 81 kB | 125 kB | 65/78 kB Progress (3): 81 kB | 125 kB | 69/78 kB Progress (3): 81 kB | 125 kB | 73/78 kB Progress (3): 81 kB | 125 kB | 77/78 kB Progress (3): 81 kB | 125 kB | 78 kB Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/11.0-SNAPSHOT/org.eclipse.scout.rt.platform.test-11.0-20200722.204135-2.jar (81 kB at 142 kB/s) Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/11.0-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-11.0-20200722.204149-2.jar (125 kB at 214 kB/s) Downloaded from eclipse.snapshot: https://repo.eclipse.org/content/groups/snapshots/org/eclipse/scout/rt/org.eclipse.scout.rt.dataobject/11.0-SNAPSHOT/org.eclipse.scout.rt.dataobject-11.0-20200722.204136-2.jar (78 kB at 133 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test --- [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-test-source (add-test-source) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s.test/src/test/client added. [INFO] Test Source directory: /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s.test/src/test/shared added. [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s.test/src/main/resources [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s.test/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 212 source files to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.PomTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in org.eclipse.scout.sdk.core.s.util.maven.PomTest [INFO] Running org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.scout.sdk.core.s.util.maven.MavenBuildTest [INFO] Running org.eclipse.scout.sdk.core.s.util.ScoutTierTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.311 s - in org.eclipse.scout.sdk.core.s.util.ScoutTierTest [INFO] Running org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.074 s - in org.eclipse.scout.sdk.core.s.testcase.TestGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.898 s - in org.eclipse.scout.sdk.core.s.structured.WellformTest [INFO] Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest 2020-07-29 19:56:43.425 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact/pom.xml 2020-07-29 19:56:43.803 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/src/main/js/artifact.js 2020-07-29 19:56:43.804 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/src/main/js/index.js 2020-07-29 19:56:43.804 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/src/main/js/login.js 2020-07-29 19:56:43.804 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/src/main/js/logout.js 2020-07-29 19:56:43.807 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json 2020-07-29 19:56:43.811 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js 2020-07-29 19:56:56.104 [WARNING] /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] import org.eclipse.scout.rt.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.security.IAccessControlService is never used 2020-07-29 19:56:56.104 [WARNING] /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used 2 problems (2 warnings) 2020-07-29 19:57:01.701 [WARNING] /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) 2020-07-29 19:57:01.905 [WARNING] /tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) 2020-07-29 19:57:12.742 [SEVERE] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest.testHelloWorldArchetype(ScoutProjectNewTest.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) ... 88 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63) at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62) at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94) ... 90 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html"): error=2, No such file or directory at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64) at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29) at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58) ... 92 more Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir5277987298660372573/artifact/artifact.ui.html"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620) at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61) at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74) ... 95 more Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 101 more 2020-07-29 19:57:12.744 [SEVERE] 2020-07-29 19:57:12.745 [SEVERE] Re-run Maven using the -X switch to enable full debug logging. 2020-07-29 19:57:12.745 [SEVERE] 2020-07-29 19:57:12.745 [SEVERE] For more information about the errors and possible solutions, please read the following articles: 2020-07-29 19:57:12.746 [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 2020-07-29 19:57:12.746 [SEVERE] 2020-07-29 19:57:12.746 [SEVERE] After correcting the problems, you can resume the build with the command 2020-07-29 19:57:12.746 [SEVERE] mvn -rf :artifact.ui.html 2020-07-29 19:57:12.798 [SEVERE] Output of embedded Maven call: MVN-BEGIN 2020-07-29 19:57:04,513 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[] 2020-07-29 19:57:04,516 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] MVN-END 2020-07-29 19:57:19.507 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact/pom.xml 2020-07-29 19:57:19.614 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.app/src/main/resources/WebContent/favicon/manifest.json 2020-07-29 19:57:19.614 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.app/src/main/resources/WebContent/popup-window.js 2020-07-29 19:57:20.201 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/App.js 2020-07-29 19:57:20.201 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/desktop/DataOutline.js 2020-07-29 19:57:20.201 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/desktop/DataOutlineModel.js 2020-07-29 19:57:20.202 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/desktop/Desktop.js 2020-07-29 19:57:20.202 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/desktop/DesktopModel.js 2020-07-29 19:57:20.202 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/index.js 2020-07-29 19:57:20.203 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/objectFactories.js 2020-07-29 19:57:20.203 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/Person.js 2020-07-29 19:57:20.203 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/PersonForm.js 2020-07-29 19:57:20.204 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/PersonFormModel.js 2020-07-29 19:57:20.204 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/PersonRepository.js 2020-07-29 19:57:20.204 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/PersonRestriction.js 2020-07-29 19:57:20.204 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/PersonSearchForm.js 2020-07-29 19:57:20.204 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/PersonSearchFormModel.js 2020-07-29 19:57:20.204 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/PersonTablePage.js 2020-07-29 19:57:20.204 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/person/PersonTablePageModel.js 2020-07-29 19:57:20.204 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/main/js/repository/Repository.js 2020-07-29 19:57:20.207 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/test/js/person/PersonFormSpec.js 2020-07-29 19:57:20.207 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/test/js/person/PersonSpec.js 2020-07-29 19:57:20.208 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/src/test/js/test-index.js 2020-07-29 19:57:30.121 [SEVERE] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui"): error=2, No such file or directory -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui: Failed to run task at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest.testHelloJsArchetype(ScoutProjectNewTest.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) ... 88 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63) at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62) at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94) ... 90 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui"): error=2, No such file or directory at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64) at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29) at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58) ... 92 more Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7855056413177389727/artifact/artifact.ui"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620) at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61) at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74) ... 95 more Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 101 more 2020-07-29 19:57:30.123 [SEVERE] 2020-07-29 19:57:30.124 [SEVERE] Re-run Maven using the -X switch to enable full debug logging. 2020-07-29 19:57:30.125 [SEVERE] 2020-07-29 19:57:30.125 [SEVERE] For more information about the errors and possible solutions, please read the following articles: 2020-07-29 19:57:30.125 [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 2020-07-29 19:57:30.125 [SEVERE] 2020-07-29 19:57:30.125 [SEVERE] After correcting the problems, you can resume the build with the command 2020-07-29 19:57:30.125 [SEVERE] mvn -rf :artifact.ui [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 58.319 s <<< FAILURE! - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest [ERROR] testHelloWorldArchetype Time elapsed: 41.129 s <<< ERROR! org.eclipse.scout.sdk.core.util.SdkException: at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest.testHelloWorldArchetype(ScoutProjectNewTest.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) ... 69 more [ERROR] testHelloJsArchetype Time elapsed: 17.19 s <<< ERROR! org.eclipse.scout.sdk.core.util.SdkException: at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest.testHelloJsArchetype(ScoutProjectNewTest.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) ... 69 more [INFO] Running org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.scout.sdk.core.s.permission.PermissionNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.489 s - in org.eclipse.scout.sdk.core.s.page.PageNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.scout.sdk.core.s.page.PageGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.scout.sdk.core.s.nls.query.TranslationKeysQueryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.scout.sdk.core.s.nls.query.MissingTranslationQueryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.eclipse.scout.sdk.core.s.nls.properties.TranslationPropertiesFileTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTranslationStoreTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.scout.sdk.core.s.nls.properties.PropertiesTextProviderServiceTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.scout.sdk.core.s.nls.WebModuleTranslationStoresTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.scout.sdk.core.s.nls.UiTextContributorTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest 2020-07-29 19:57:45.633 [WARNING] Mock for ITranslationStore, hashCode: 157637849 contains no languages! Please check the configuration. 2020-07-29 19:57:45.633 [WARNING] Mock for ITranslationStore, hashCode: 157637849 does not contain a default language! [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoresTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.eclipse.scout.sdk.core.s.nls.TranslationStoreStackEventTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.scout.sdk.core.s.nls.TranslationEntryTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.LanguageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.nls.LanguageTest [INFO] Running org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.scout.sdk.core.s.nls.FilteredTranslationStoreTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.771 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s - in org.eclipse.scout.sdk.core.s.lookupcall.LookupCallGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest 2020-07-29 19:57:57.210 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact/pom.xml 2020-07-29 19:57:57.523 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/js/artifact.js 2020-07-29 19:57:57.523 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/js/index.js 2020-07-29 19:57:57.523 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/js/login.js 2020-07-29 19:57:57.523 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/js/logout.js 2020-07-29 19:57:57.528 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json 2020-07-29 19:57:57.531 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js 2020-07-29 19:58:04.200 [WARNING] CP Don't override file /tmp/jaxws-module-tmp3129915995795219922/artifact.server.jaxws/src/main/resources/META-INF/scout.xml 2020-07-29 19:59:59.731 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] import org.eclipse.scout.rt.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.security.IAccessControlService is never used 2020-07-29 19:59:59.731 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used 2 problems (2 warnings) 2020-07-29 20:00:36.897 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 10 problems (10 warnings) 2020-07-29 20:00:41.026 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) 2020-07-29 20:00:41.229 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) 2020-07-29 20:00:47.698 [SEVERE] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:178) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.lambda$1(WebServiceUpdateOperationTest.java:128) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceProvider(WebServiceUpdateOperationTest.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) ... 100 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63) at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62) at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94) ... 102 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html"): error=2, No such file or directory at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64) at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29) at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58) ... 104 more Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3146287544922775210/artifact/artifact.ui.html"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620) at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61) at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74) ... 107 more Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 113 more 2020-07-29 20:00:47.700 [SEVERE] 2020-07-29 20:00:47.702 [SEVERE] Re-run Maven using the -X switch to enable full debug logging. 2020-07-29 20:00:47.702 [SEVERE] 2020-07-29 20:00:47.702 [SEVERE] For more information about the errors and possible solutions, please read the following articles: 2020-07-29 20:00:47.702 [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 2020-07-29 20:00:47.702 [SEVERE] 2020-07-29 20:00:47.702 [SEVERE] After correcting the problems, you can resume the build with the command 2020-07-29 20:00:47.702 [SEVERE] mvn -rf :artifact.ui.html 2020-07-29 20:00:47.706 [SEVERE] Output of embedded Maven call: MVN-BEGIN 2020-07-29 20:00:43,006 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[] 2020-07-29 20:00:43,009 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] MVN-END 2020-07-29 20:00:52.827 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact/pom.xml 2020-07-29 20:00:53.201 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/js/artifact.js 2020-07-29 20:00:53.201 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/js/index.js 2020-07-29 20:00:53.202 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/js/login.js 2020-07-29 20:00:53.202 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/js/logout.js 2020-07-29 20:00:53.208 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json 2020-07-29 20:00:53.214 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js 2020-07-29 20:00:59.432 [WARNING] CP Don't override file /tmp/jaxws-module-tmp4928918540378780240/artifact.server.jaxws/src/main/resources/META-INF/scout.xml 2020-07-29 20:02:12.908 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] import org.eclipse.scout.rt.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.security.IAccessControlService is never used 2020-07-29 20:02:12.908 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used 2 problems (2 warnings) 2020-07-29 20:02:48.897 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.multifile.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 4 problems (4 warnings) 2020-07-29 20:02:53.514 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) 2020-07-29 20:02:53.720 [WARNING] /tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) 2020-07-29 20:03:01.110 [SEVERE] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:170) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.lambda$0(WebServiceUpdateOperationTest.java:81) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceConsumer(WebServiceUpdateOperationTest.java:55) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) ... 100 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63) at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62) at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94) ... 102 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html"): error=2, No such file or directory at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64) at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29) at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58) ... 104 more Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir2326698997494186990/artifact/artifact.ui.html"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620) at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61) at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74) ... 107 more Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 113 more 2020-07-29 20:03:01.112 [SEVERE] 2020-07-29 20:03:01.114 [SEVERE] Re-run Maven using the -X switch to enable full debug logging. 2020-07-29 20:03:01.114 [SEVERE] 2020-07-29 20:03:01.114 [SEVERE] For more information about the errors and possible solutions, please read the following articles: 2020-07-29 20:03:01.114 [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 2020-07-29 20:03:01.114 [SEVERE] 2020-07-29 20:03:01.114 [SEVERE] After correcting the problems, you can resume the build with the command 2020-07-29 20:03:01.115 [SEVERE] mvn -rf :artifact.ui.html 2020-07-29 20:03:01.118 [SEVERE] Output of embedded Maven call: MVN-BEGIN 2020-07-29 20:02:56,397 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[] 2020-07-29 20:02:56,400 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] MVN-END [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 310.524 s <<< FAILURE! - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest [ERROR] testUpdateWebServiceProvider Time elapsed: 177.105 s <<< ERROR! org.eclipse.scout.sdk.core.util.SdkException: at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:178) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.lambda$1(WebServiceUpdateOperationTest.java:128) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceProvider(WebServiceUpdateOperationTest.java:68) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) ... 81 more [ERROR] testUpdateWebServiceConsumer Time elapsed: 133.419 s <<< ERROR! org.eclipse.scout.sdk.core.util.SdkException: at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:170) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.lambda$0(WebServiceUpdateOperationTest.java:81) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceConsumer(WebServiceUpdateOperationTest.java:55) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) ... 81 more [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest 2020-07-29 20:03:06.397 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact/pom.xml 2020-07-29 20:03:06.628 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/js/artifact.js 2020-07-29 20:03:06.629 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/js/index.js 2020-07-29 20:03:06.629 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/js/login.js 2020-07-29 20:03:06.695 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/js/logout.js 2020-07-29 20:03:06.699 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json 2020-07-29 20:03:06.702 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js 2020-07-29 20:03:12.701 [WARNING] CP Don't override file /tmp/jaxws-module-tmp7381280606873408155/artifact.server.jaxws/src/main/resources/META-INF/scout.xml 2020-07-29 20:05:05.402 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] import org.eclipse.scout.rt.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.security.IAccessControlService is never used 2020-07-29 20:05:05.402 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used 2 problems (2 warnings) 2020-07-29 20:05:40.825 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/provider/multifile/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Generate entry point for endpoint interface 'test.provider.multifile.IScoutQueryInterface2PortType' [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, wsdl:portType=scoutQueryInterface2, wsdl:service=scoutQuery, wsdl:port=scoutQueryPort] [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_WsProviderCorrelationIdHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 5. WARNING: Annotation processing: Generate handler delegate [handler=org.eclipse.scout.rt.server.jaxws.handler.LogHandler, handlerDelegate=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_LogHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 6. WARNING: Annotation processing: Generate AuthHandler [authHandler=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint_AuthHandler, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 7. WARNING: Annotation processing: Generate handler chain XML-file [file=ScoutQueryInterface2WebServiceEntryPoint_handler-chain.xml, portTypeDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType] [processor=JaxWsAnnotationProcessor] 8. WARNING: Annotation processing: Entry point successfully generated. [entryPoint=test.provider.multifile.ScoutQueryInterface2WebServiceEntryPoint, endpointInterface=test.provider.multifile.IScoutQueryInterface2PortType, entryPointDefinition=test.provider.multifile.IScoutQueryInterface2WebServiceEntryPointDefinition] [processor=JaxWsAnnotationProcessor] 9. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 10. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 10 problems (10 warnings) 2020-07-29 20:05:45.406 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) 2020-07-29 20:05:45.604 [WARNING] /tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) 2020-07-29 20:05:53.699 [SEVERE] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:178) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.lambda$3(WebServiceNewOperationTest.java:104) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.testNewWebServicesProviderFirst(WebServiceNewOperationTest.java:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) ... 100 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63) at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62) at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94) ... 102 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html"): error=2, No such file or directory at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64) at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29) at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58) ... 104 more Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir3006894248474352621/artifact/artifact.ui.html"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620) at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61) at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74) ... 107 more Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 113 more 2020-07-29 20:05:53.701 [SEVERE] 2020-07-29 20:05:53.702 [SEVERE] Re-run Maven using the -X switch to enable full debug logging. 2020-07-29 20:05:53.702 [SEVERE] 2020-07-29 20:05:53.702 [SEVERE] For more information about the errors and possible solutions, please read the following articles: 2020-07-29 20:05:53.702 [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 2020-07-29 20:05:53.702 [SEVERE] 2020-07-29 20:05:53.702 [SEVERE] After correcting the problems, you can resume the build with the command 2020-07-29 20:05:53.703 [SEVERE] mvn -rf :artifact.ui.html 2020-07-29 20:05:53.705 [SEVERE] Output of embedded Maven call: MVN-BEGIN 2020-07-29 20:05:47,615 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[] 2020-07-29 20:05:47,617 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] MVN-END 2020-07-29 20:05:58.424 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact/pom.xml 2020-07-29 20:05:58.615 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/js/artifact.js 2020-07-29 20:05:58.615 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/js/index.js 2020-07-29 20:05:58.616 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/js/login.js 2020-07-29 20:05:58.616 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/js/logout.js 2020-07-29 20:05:58.619 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/resources/WebContent/favicon/manifest.json 2020-07-29 20:05:58.621 [WARNING] Don't override file /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/src/main/resources/WebContent/popup-window.js 2020-07-29 20:06:05.029 [WARNING] CP Don't override file /tmp/jaxws-module-tmp4924524128058954339/artifact.server.jaxws/src/main/resources/META-INF/scout.xml 2020-07-29 20:07:20.112 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[4] import org.eclipse.scout.rt.security.IAccessControlService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.security.IAccessControlService is never used 2020-07-29 20:07:20.113 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.shared/src/main/java/group/artifact/shared/security/AccessControlService.java:[6] import org.eclipse.scout.rt.shared.ISession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.shared.ISession is never used 2 problems (2 warnings) 2020-07-29 20:07:55.313 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.server.jaxws/target/generated-sources/wsimport/test/consumer/ErrorResponse.java:[15] public class ErrorResponse ^^^^^^^^^^^^^ The serializable class ErrorResponse does not declare a static final serialVersionUID field of type long 2. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 3. WARNING: Annotation processing: Skipped entry point generation for endpoint interface 'test.consumer.IScoutQueryInterface2PortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor] 4. WARNING: Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor] 4 problems (4 warnings) 2020-07-29 20:08:00.921 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.client/src/main/java/group/artifact/client/ClientSession.java:[4] import org.eclipse.scout.rt.client.IClientSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.scout.rt.client.IClientSession is never used 1 problem (1 warning) 2020-07-29 20:08:01.131 [WARNING] /tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.client/src/test/java/group/artifact/client/helloworld/HelloWorldFormTest.java:[8] import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import group.artifact.client.helloworld.HelloWorldForm.MainBox.TopBox.MessageField is never used 1 problem (1 warning) 2020-07-29 20:08:08.945 [SEVERE] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html"): error=2, No such file or directory -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:npm (install-node-tools) on project artifact.ui.html: Failed to run task at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:244) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:153) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:170) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.lambda$0(WebServiceNewOperationTest.java:75) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.testNewWebServicesConsumerFirst(WebServiceNewOperationTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: org.apache.maven.plugin.MojoFailureException: Failed to run task at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:100) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) ... 100 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'npm install -g pnpm@5.1.6 @eclipse-scout/releng@^10.0.0' failed. at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:63) at com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:62) at com.github.eirslett.maven.plugins.frontend.mojo.AbstractFrontendMojo.execute(AbstractFrontendMojo.java:94) ... 102 more Caused by: com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutionException: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html"): error=2, No such file or directory at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:84) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.executeAndRedirectOutput(ProcessExecutor.java:64) at com.github.eirslett.maven.plugins.frontend.lib.NodeExecutor.executeAndRedirectOutput(NodeExecutor.java:29) at com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:58) ... 104 more Caused by: java.io.IOException: Cannot run program "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html/../artifact/target/node/../node/node" (in directory "/tmp/CoreScoutTestingUtils-projectDir7075405295495884093/artifact/artifact.ui.html"): error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at java.lang.Runtime.exec(Runtime.java:620) at org.apache.commons.exec.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:61) at org.apache.commons.exec.DefaultExecutor.launch(DefaultExecutor.java:279) at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:336) at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166) at com.github.eirslett.maven.plugins.frontend.lib.ProcessExecutor.execute(ProcessExecutor.java:74) ... 107 more Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 113 more 2020-07-29 20:08:08.946 [SEVERE] 2020-07-29 20:08:08.947 [SEVERE] Re-run Maven using the -X switch to enable full debug logging. 2020-07-29 20:08:08.947 [SEVERE] 2020-07-29 20:08:08.948 [SEVERE] For more information about the errors and possible solutions, please read the following articles: 2020-07-29 20:08:08.948 [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 2020-07-29 20:08:08.948 [SEVERE] 2020-07-29 20:08:08.948 [SEVERE] After correcting the problems, you can resume the build with the command 2020-07-29 20:08:08.948 [SEVERE] mvn -rf :artifact.ui.html 2020-07-29 20:08:08.950 [SEVERE] Output of embedded Maven call: MVN-BEGIN 2020-07-29 20:08:03,312 WARN [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:164) - Failed to register session for notifications. - MDC[] 2020-07-29 20:08:03,314 WARN [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:162) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[] MVN-END [ERROR] Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 307.55 s <<< FAILURE! - in org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest [ERROR] testNewWebServicesProviderFirst Time elapsed: 172.342 s <<< ERROR! org.eclipse.scout.sdk.core.util.SdkException: at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceProvider(WebServiceNewOperationTest.java:178) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.lambda$3(WebServiceNewOperationTest.java:104) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.testNewWebServicesProviderFirst(WebServiceNewOperationTest.java:103) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) ... 81 more [ERROR] testNewWebServicesConsumerFirst Time elapsed: 135.151 s <<< ERROR! org.eclipse.scout.sdk.core.util.SdkException: at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:70) at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:76) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCommand(CoreScoutTestingUtils.java:246) at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.runMavenCleanTest(CoreScoutTestingUtils.java:223) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebService(WebServiceNewOperationTest.java:252) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.createWebServiceConsumer(WebServiceNewOperationTest.java:170) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.lambda$0(WebServiceNewOperationTest.java:75) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$0(TestingEnvironmentBuilder.java:61) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.runInTestingEnvironment(TestingEnvironmentBuilder.java:77) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$2(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$1(TestingEnvironmentBuilder.java:71) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.lambda$3(TestingEnvironmentBuilder.java:82) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.call(TestingEnvironmentBuilder.java:70) at org.eclipse.scout.sdk.core.s.testing.context.TestingEnvironmentBuilder.run(TestingEnvironmentBuilder.java:60) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.runCreateJaxWsModule(WebServiceNewOperationTest.java:129) at org.eclipse.scout.sdk.core.s.jaxws.WebServiceNewOperationTest.testNewWebServicesConsumerFirst(WebServiceNewOperationTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:686) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:212) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:208) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:71) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:135) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:125) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:135) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:123) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:122) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:80) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32) at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248) at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211) at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Caused by: java.io.IOException: Maven call failed. at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:159) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:87) at org.eclipse.scout.sdk.core.s.testing.maven.MavenCliRunner.execute(MavenCliRunner.java:67) ... 81 more [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest [INFO] Running org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.scout.sdk.core.s.jaxws.EmptyWsdlGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.032 s - in org.eclipse.scout.sdk.core.s.form.FormNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s - in org.eclipse.scout.sdk.core.s.form.FormGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.environment.SdkFutureTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.s.environment.SdkFutureTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldWithIgnoredColumnsTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldExtensionTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest 2020-07-29 20:08:25.013 [WARNING] Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.68 s - in org.eclipse.scout.sdk.core.s.dto.TableFieldBeanTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.scout.sdk.core.s.dto.SimpleFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ScopeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s - in org.eclipse.scout.sdk.core.s.dto.ScopeTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingPageTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.scout.sdk.core.s.dto.ReplacingFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceWithTemplatesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 s - in org.eclipse.scout.sdk.core.s.dto.ReplaceFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.015 s - in org.eclipse.scout.sdk.core.s.dto.PageBeanDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 s - in org.eclipse.scout.sdk.core.s.dto.NestedMultiLevelFormFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.scout.sdk.core.s.dto.MixedValueFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.scout.sdk.core.s.dto.MasterFieldFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.scout.sdk.core.s.dto.ListBoxFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.scout.sdk.core.s.dto.IgnoredFieldsFormTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.scout.sdk.core.s.dto.FormWithTemplateTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.scout.sdk.core.s.dto.FormWithGroupboxesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.scout.sdk.core.s.dto.FormPropertiesTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.scout.sdk.core.s.dto.FormFieldMenuTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s - in org.eclipse.scout.sdk.core.s.dto.FormDataOrderTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.scout.sdk.core.s.dto.ExternalTableFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.scout.sdk.core.s.dto.ExternalGroupboxTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s - in org.eclipse.scout.sdk.core.s.dto.ExternalCheckboxFieldTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.143 s - in org.eclipse.scout.sdk.core.s.dto.ExtensionFormDataTest [INFO] Running org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.scout.sdk.core.s.dto.AnnotationCopyTest [INFO] Running org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.scout.sdk.core.s.derived.DtoUpdateHandlerTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.374 s - in org.eclipse.scout.sdk.core.s.codetype.HugeCodeTypeTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.437 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeNewOperationTest [INFO] Running org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.eclipse.scout.sdk.core.s.codetype.CodeTypeGeneratorTest [INFO] Running org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest 2020-07-29 20:08:37.698 [WARNING] The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.scout.sdk.core.s.annotation.OrderAnnotationTest [INFO] Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest [INFO] Running org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.scout.sdk.core.s.ScoutModelHierarchyTest [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] WebServiceNewOperationTest.testNewWebServicesConsumerFirst:74->runCreateJaxWsModule:129->lambda$0:75->createWebServiceConsumer:170->createWebService:252 » Sdk [ERROR] WebServiceNewOperationTest.testNewWebServicesProviderFirst:103->runCreateJaxWsModule:129->lambda$3:104->createWebServiceProvider:178->createWebService:252 » Sdk [ERROR] WebServiceUpdateOperationTest.testUpdateWebServiceConsumer:55->lambda$0:81 » Sdk [ERROR] WebServiceUpdateOperationTest.testUpdateWebServiceProvider:68->lambda$1:128 » Sdk [ERROR] ScoutProjectNewTest.testHelloJsArchetype:48 » Sdk [ERROR] ScoutProjectNewTest.testHelloWorldArchetype:36 » Sdk [INFO] [ERROR] Tests run: 249, Failures: 0, Errors: 6, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse Scout SDK 11.0.0-SNAPSHOT: [INFO] [INFO] Scout Hello World Sample Application ............... SUCCESS [ 28.850 s] [INFO] Scout JaxWs Module ................................. SUCCESS [ 0.272 s] [INFO] ScoutJS Sample Application ......................... SUCCESS [ 0.898 s] [INFO] Eclipse Scout SDK .................................. SUCCESS [ 0.926 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 10.366 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.ecj SUCCESS [ 1.517 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [ 21.488 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [ 1.890 s] [INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test FAILURE [12:43 min] [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SKIPPED [INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SKIPPED [INFO] org.eclipse.scout.sdk-settings ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:05 min [INFO] Finished at: 2020-07-29T20:08:38Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project org.eclipse.scout.sdk.core.s.test: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline/org.eclipse.scout.sdk.core.s.test/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.scout.sdk.core.s.test [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE